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: appsignals-tests/contract-tests/src/test/java/software/amazon/opentelemetry/appsignals/test/base/ContractTestBase.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -78,11 +78,11 @@ public abstract class ContractTestBase {
Copy file name to clipboardExpand all lines: awsagentprovider/src/main/java/software/amazon/opentelemetry/javaagent/providers/AwsAppSignalsCustomizerProvider.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,9 @@
48
48
* <li>Add AwsMetricAttributesSpanExporter to add more attributes to all spans.
49
49
* </ul>
50
50
*
51
-
* <p>You can control when these customizations are applied using the property otel.smp.enabled or
52
-
* the environment variable OTEL_SMP_ENABLED. This flag is enabled by default.
51
+
* <p>You can control when these customizations are applied using the property
52
+
* otel.aws.app.signals.enabled or the environment variable OTEL_AWS_APP_SIGNALS_ENABLED. This flag
0 commit comments