Skip to content

Commit 3e64076

Browse files
authored
Enable console exporter for traces in smoke tests (#2213)
1 parent bd76086 commit 3e64076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoke-tests/src/test/java/com/splunk/opentelemetry/helper/AbstractTestContainerManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ protected Map<String, String> getAgentEnvironment(
4848
// This does not affect tests in any way but serves to verify that agent can actually load this
4949
// sampler
5050
environment.put("OTEL_TRACES_SAMPLER", "internal_root_off");
51+
environment.put("OTEL_TRACES_EXPORTER", "otlp,console");
5152

5253
return environment;
5354
}

0 commit comments

Comments
 (0)