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/AwsApplicationSignalsConfigUtils.java
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ public final class AwsApplicationSignalsConfigUtils {
32
32
* Removes "awsemf" from OTEL_METRICS_EXPORTER if present.
33
33
*
34
34
* @param configProps the configuration properties
35
-
* @return string with "awsemf" removed if the original OTEL_METRICS_EXPORTER contains "awsemf",
36
-
* otherwise null if "awsemf" is not found
35
+
* @return Optional containing string with "awsemf" removed if the original OTEL_METRICS_EXPORTER
36
+
* contains "awsemf", otherwise empty Optional if "awsemf" is not found
Copy file name to clipboardExpand all lines: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsApplicationSignalsCustomizerProvider.java
Copy file name to clipboardExpand all lines: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/exporter/aws/metrics/AwsCloudWatchEmfExporter.java
Copy file name to clipboardExpand all lines: awsagentprovider/src/test/java/software/amazon/opentelemetry/javaagent/providers/exporter/otlp/aws/OtlpAwsExporterTest.java
0 commit comments