1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-02-05 13:15:41 +02:00

sdk/metrics: Fix MeterProvider.Meter Go doc (#4152)

This commit is contained in:
Robert Pająk 2023-06-01 09:28:29 +02:00 committed by GitHub
parent e2f8ecae74
commit f9565872df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,9 +60,6 @@ func NewMeterProvider(options ...Option) *MeterProvider {
// telemetry. This name may be the same as the instrumented code only if that
// code provides built-in instrumentation.
//
// If name is empty, the default (go.opentelemetry.io/otel/sdk/meter) will be
// used.
//
// Calls to the Meter method after Shutdown has been called will return Meters
// that perform no operations.
//