update tracer name (#1091)
This commit is contained in:
parent
95ad352d77
commit
b8c58894b4
|
@ -30,7 +30,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
|||
@ConfigurationProperties(prefix = "opentelemetry.trace.tracer")
|
||||
public final class TracerProperties {
|
||||
|
||||
private String name = "otel-spring-tracer";
|
||||
private String name = "io.opentelemetry.instrumentation.spring-boot-autoconfigure";
|
||||
|
||||
/**
|
||||
* If Sample probability == 1: always sample
|
||||
|
|
Loading…
Reference in New Issue