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/metric_exporter/__init__.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -305,7 +305,7 @@ def _split_metrics_data(
305
305
metrics_data: metrics object based on HTTP protocol buffer definition
306
306
"""
307
307
batch_size: int=0
308
-
# TODO: Account for multiple ResourceMetrics in original MetricsData
0 commit comments