Skip to content

Commit

Permalink
fix instrumentation name (open-telemetry#4657)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored and RashmiRam committed May 23, 2022
1 parent f3e5965 commit cb885a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/** A builder of {@link QuartzTracing}. */
public final class QuartzTracingBuilder {

private static final String INSTRUMENTATION_NAME = "io.opentelemetry.quartz-1.7";
private static final String INSTRUMENTATION_NAME = "io.opentelemetry.quartz-2.0";

private final OpenTelemetry openTelemetry;

Expand Down

0 comments on commit cb885a9

Please sign in to comment.