You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/_common/__init__.py
Copy file name to clipboardExpand all lines: exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/metric_exporter/__init__.py
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,11 @@ def _split_metrics_data(
443
443
444
444
# Rebuild metric dict generically using same approach as initial creation
445
445
field_name=metric.WhichOneof("data")
446
+
iffield_nameisNone:
447
+
_logger.warning(
448
+
"Tried to split and export an unsupported metric type. Skipping."
0 commit comments