Skip to content

Commit 5bcc655

Browse files
committed
enable executors module
1 parent f7ddff2 commit 5bcc655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

otel-extensions/src/main/java/org/hypertrace/agent/otel/extensions/HypertracePropertySource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public Map<String, String> getProperties() {
7474
configProperties.put(
7575
"otel.instrumentation.opentelemetry-instrumentation-annotations.enabled", "true");
7676
configProperties.put("otel.instrumentation.opentelemetry-api.enabled", "true");
77+
configProperties.put("otel.instrumentation.executors.enabled", "true");
7778

7879
return Collections.unmodifiableMap(configProperties);
7980
}

0 commit comments

Comments
 (0)