Skip to content

Commit 7de9292

Browse files
committed
fix ci & test
1 parent 9c0570a commit 7de9292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smoke-tests-otel-starter/spring-boot-common/src/main/java/io/opentelemetry/spring/smoketest/AbstractJvmKafkaSpringStarterSmokeTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ void setUpContext() {
6161
"spring.kafka.consumer.linger-ms=10",
6262
"spring.kafka.listener.idle-between-polls=1000",
6363
"spring.kafka.producer.transaction-id-prefix=test-");
64+
System.setProperty(
65+
"otel.instrumentation.kafka.experimental-span-attributes", String.valueOf(true));
6466
}
6567

6668
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)