Skip to content

Commit 6200581

Browse files
committed
TESTING
1 parent 6be29fe commit 6200581

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
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

1515
jobs:
1616
spotless:

smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/SmokeTestExtension.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)