Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Nov 18, 2022
1 parent ca1d537 commit e3c3568
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ private static void enableInstrumentations(Configuration config, Map<String, Str
properties.put("otel.instrumentation.quartz.enabled", "true");
// this is needed for the job.system attribute in order to map those spans to requests
properties.put("otel.instrumentation.quartz.experimental-span-attributes", "true");
// TODO (trask) this line is temporary until 1.19.0, see
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/6633
System.setProperty("otel.instrumentation.quartz.experimental-span-attributes", "true");
}
if (config.instrumentation.rabbitmq.enabled) {
properties.put("otel.instrumentation.rabbitmq.enabled", "true");
Expand All @@ -247,10 +244,6 @@ private static void enableInstrumentations(Configuration config, Map<String, Str
properties.put("otel.instrumentation.spring-scheduling.enabled", "true");
// this is needed for the job.system attribute in order to map those spans to requests
properties.put("otel.instrumentation.spring-scheduling.experimental-span-attributes", "true");
// TODO (trask) this line is temporary until 1.19.0, see
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/6633
System.setProperty(
"otel.instrumentation.spring-scheduling.experimental-span-attributes", "true");
}
if (config.preview.captureLogbackCodeAttributes) {
properties.put(
Expand Down

0 comments on commit e3c3568

Please sign in to comment.