File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010env :
1111 # set this to <repo>:<branch/sha> to build and test with an unreleased
1212 # version of the azure-monitor-opentelemetry-autoconfigure dependency
13- AZURE_MONITOR_OPENTELEMETRY_AUTOCONFIGURE_SNAPSHOT :
13+ AZURE_MONITOR_OPENTELEMETRY_AUTOCONFIGURE_SNAPSHOT : trask/azure-sdk-for-java:stable-db-semconv
1414
1515jobs :
1616 spotless :
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ private void startTestApplicationContainer() throws Exception {
453453 .withEnv ("APPLICATIONINSIGHTS_CONNECTION_STRING" , connectionString )
454454 .withEnv ("APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_LEVEL" , selfDiagnosticsLevel )
455455 .withEnv ("OTEL_RESOURCE_ATTRIBUTES" , otelResourceAttributesEnvVar )
456+ .withEnv ("OTEL_SEMCONV_STABILITY_OPT_IN" , "database" )
456457 .withEnv ("APPLICATIONINSIGHTS_METRIC_INTERVAL_SECONDS" , "1" )
457458 .withEnv (envVars )
458459 .withNetwork (network )
You can’t perform that action at this time.
0 commit comments