go.opentelemetry.io/otel/api/metric.Meter.impl (field)
9 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L50: impl MeterImpl
meter.go#L56: if m.impl == nil {
meter.go#L59: m.impl.RecordBatch(ctx, ls, ms...)
meter.go#L280: return m.impl
meter.go#L294: if m.impl == nil {
meter.go#L300: return m.impl.NewAsyncInstrument(desc, runner)
meter.go#L313: if m.impl == nil {
meter.go#L319: return m.impl.NewSyncInstrument(desc)
sdkapi.go#L90: impl: impl,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |