You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-29 23:07:45 +02:00
sdk/metrics: Fix MeterProvider.Meter Go doc (#4152)
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user