We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
APPLICATIONINSIGHTS_METRICS_TO_LOGANALYTICS_ENABLED
1 parent 0e4ddbf commit 3e3bb9aCopy full SHA for 3e3bb9a
smoke-tests/framework/src/main/java/com/microsoft/applicationinsights/smoketest/SmokeTestExtension.java
@@ -453,6 +453,7 @@ private void startTestApplicationContainer() throws Exception {
453
.withEnv("APPLICATIONINSIGHTS_CONNECTION_STRING", connectionString)
454
.withEnv("APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_LEVEL", selfDiagnosticsLevel)
455
.withEnv("OTEL_RESOURCE_ATTRIBUTES", otelResourceAttributesEnvVar)
456
+ .withEnv("APPLICATIONINSIGHTS_METRICS_TO_LOGANALYTICS_ENABLED", "false")
457
.withEnv("APPLICATIONINSIGHTS_METRIC_INTERVAL_SECONDS", "1")
458
.withEnv(envVars)
459
.withNetwork(network)
0 commit comments