fix doc for OpenTelemetry class (#5454)

This commit is contained in:
lu-xiaoshuang 2023-05-17 07:57:07 +08:00 committed by GitHub
parent a5e04aae6d
commit bf8be57253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public interface OpenTelemetry {
}
/**
* Creates a {@link MeterBuilder} for a named {@link Tracer} instance.
* Creates a {@link MeterBuilder} for a named {@link Meter} instance.
*
* @param instrumentationScopeName A name uniquely identifying the instrumentation scope, such as
* the instrumentation library, package, or fully qualified class name. Must not be null.