Skip to content

Commit 2cf0524

Browse files
committed
enhance java docs
1 parent 7aa31b4 commit 2cf0524

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsApplicationSignalsConfigUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public final class AwsApplicationSignalsConfigUtils {
2929
Logger.getLogger(AwsApplicationSignalsCustomizerProvider.class.getName());
3030

3131
/**
32-
* Removes "awsemf" from OTEL_METRICS_EXPORTER if present.
32+
* Removes "awsemf" from OTEL_METRICS_EXPORTER if present to prevent validation errors from OTel
33+
* dependencies which would try to load metric exporters. We will contribute emf exporter to
34+
* upstream for supporting OTel metrics in SDK
3335
*
3436
* @param configProps the configuration properties
3537
* @return Optional containing string with "awsemf" removed if the original OTEL_METRICS_EXPORTER

0 commit comments

Comments
 (0)