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: aws-opentelemetry-distro/src/amazon/opentelemetry/distro/exporter/aws/metrics/aws_cloudwatch_emf_exporter.py
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -509,11 +509,13 @@ def _create_emf_log(
509
509
forname, valueinall_attributes.items():
510
510
emf_log[name] =str(value)
511
511
512
-
# Add the single dimension set to CloudWatch Metrics if we have dimensions and metrics
Copy file name to clipboardExpand all lines: aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/exporter/aws/metrics/test_aws_cloudwatch_emf_exporter.py
0 commit comments