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:
parent
e2f8ecae74
commit
f9565872df
@ -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.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user