update tracer name (#1091)

This commit is contained in:
Munir Abdinur 2020-08-24 18:25:32 +00:00 committed by GitHub
parent 95ad352d77
commit b8c58894b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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