Update micrometer1shim instrumentation scope name (#4385)
This commit is contained in:
parent
45e278a934
commit
d6017ecf7c
|
|
@ -15,7 +15,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
public final class OpenTelemetryMeterRegistryBuilder {
|
public final class OpenTelemetryMeterRegistryBuilder {
|
||||||
|
|
||||||
// Visible for testing
|
// Visible for testing
|
||||||
static final String INSTRUMENTATION_NAME = "io.opentelemetry.micrometershim";
|
static final String INSTRUMENTATION_NAME = "io.opentelemetry.micrometer1shim";
|
||||||
|
|
||||||
private final OpenTelemetry openTelemetry;
|
private final OpenTelemetry openTelemetry;
|
||||||
private Clock clock = Clock.SYSTEM;
|
private Clock clock = Clock.SYSTEM;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue