exporter/otlp: Add OTLP metric exporter (#835)
This commit is contained in:
parent
8ca32f0ba5
commit
e103fbb0de
|
|
@ -65,6 +65,7 @@ disable=missing-docstring,
|
|||
too-few-public-methods, # Might be good to re-enable this later.
|
||||
too-many-instance-attributes,
|
||||
too-many-arguments,
|
||||
duplicate-code,
|
||||
ungrouped-imports, # Leave this up to isort
|
||||
wrong-import-order, # Leave this up to isort
|
||||
bad-continuation, # Leave this up to black
|
||||
|
|
|
|||
Loading…
Reference in New Issue