type go.opentelemetry.io/otel/api/metric.NoopAsync
16 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L131: return wrapInt64ValueObserverInstrument(NoopAsync{}, nil)
meter.go#L144: return wrapFloat64ValueObserverInstrument(NoopAsync{}, nil)
meter.go#L157: return wrapInt64SumObserverInstrument(NoopAsync{}, nil)
meter.go#L170: return wrapFloat64SumObserverInstrument(NoopAsync{}, nil)
meter.go#L183: return wrapInt64UpDownSumObserverInstrument(NoopAsync{}, nil)
meter.go#L196: return wrapFloat64UpDownSumObserverInstrument(NoopAsync{}, nil)
meter.go#L209: return wrapInt64ValueObserverInstrument(NoopAsync{}, nil)
meter.go#L221: return wrapFloat64ValueObserverInstrument(NoopAsync{}, nil)
meter.go#L234: return wrapInt64SumObserverInstrument(NoopAsync{}, nil)
meter.go#L246: return wrapFloat64SumObserverInstrument(NoopAsync{}, nil)
meter.go#L259: return wrapInt64UpDownSumObserverInstrument(NoopAsync{}, nil)
meter.go#L271: return wrapFloat64UpDownSumObserverInstrument(NoopAsync{}, nil)
meter.go#L295: return NoopAsync{}, nil
noop.go#L28: type NoopAsync struct{ noopInstrument }
noop.go#L33: var _ AsyncImpl = NoopAsync{}
sync.go#L118: instrument = NoopAsync{}
 |
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. |