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: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsJMXMetricsCustomizerProvider.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,16 @@
34
34
35
35
/**
36
36
* You can control when these customizations are applied using both the properties -
37
-
* otel.aws.jmx.enabled and otel.aws.jmx.exporter.metrics.endpoint or the environment variable
38
-
* AWS_JMX_ENABLED_CONFIG and AWS_JMX_EXPORTER_ENDPOINT_CONFIG. These flags are disabled by default.
37
+
* otel.jmx.enabled and otel.aws.jmx.exporter.metrics.endpoint or the environment variable
38
+
* OTEL_JMX_ENABLED_CONFIG and AWS_JMX_EXPORTER_ENDPOINT_CONFIG. These flags are disabled by
0 commit comments