exporter/otlp: Add OTLP metric exporter (#835)

This commit is contained in:
Diego Hurtado
2020-08-17 22:06:05 -06:00
committed by GitHub
parent 8ca32f0ba5
commit e103fbb0de

View File

@ -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