mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-06 14:59:11 +08:00
exporter/otlp: Add OTLP metric exporter (#835)
This commit is contained in:
@ -65,6 +65,7 @@ disable=missing-docstring,
|
|||||||
too-few-public-methods, # Might be good to re-enable this later.
|
too-few-public-methods, # Might be good to re-enable this later.
|
||||||
too-many-instance-attributes,
|
too-many-instance-attributes,
|
||||||
too-many-arguments,
|
too-many-arguments,
|
||||||
|
duplicate-code,
|
||||||
ungrouped-imports, # Leave this up to isort
|
ungrouped-imports, # Leave this up to isort
|
||||||
wrong-import-order, # Leave this up to isort
|
wrong-import-order, # Leave this up to isort
|
||||||
bad-continuation, # Leave this up to black
|
bad-continuation, # Leave this up to black
|
||||||
|
Reference in New Issue
Block a user