Skip to content

Commit

Permalink
Use "micrometer" instrumentation name in the Spring Actuator instrume… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Jun 8, 2023
1 parent 1f64215 commit 6b285b0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
public class SpringBootActuatorInstrumentationModule extends InstrumentationModule {

public SpringBootActuatorInstrumentationModule() {
super("spring-boot-actuator-autoconfigure", "spring-boot-actuator-autoconfigure-2.0");
super(
"spring-boot-actuator-autoconfigure",
"spring-boot-actuator-autoconfigure-2.0",
// share the instrumentation name with MicrometerInstrumentationModule to lessen the users'
// confusion
"micrometer");
}

@Override
Expand Down

0 comments on commit 6b285b0

Please sign in to comment.