type go.opentelemetry.io/otel/api/metric.NoopSync
6 uses
go.opentelemetry.io/otel/api/metric (current package)
meter.go#L314: return NoopSync{}, nil
noop.go#L27: type NoopSync struct{ noopInstrument }
noop.go#L31: var _ SyncImpl = NoopSync{}
noop.go#L53: func (NoopSync) Bind([]label.KeyValue) BoundSyncImpl {
noop.go#L57: func (NoopSync) RecordOne(context.Context, Number, []label.KeyValue) {
sync.go#L138: instrument = NoopSync{}
![]() |
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. |