type go.opentelemetry.io/otel/api/metric.BoundSyncImpl
12 uses
go.opentelemetry.io/otel/api/metric (current package)
noop.go#L32: var _ BoundSyncImpl = noopBoundInstrument{}
noop.go#L53: func (NoopSync) Bind([]label.KeyValue) BoundSyncImpl {
sdkapi.go#L62: Bind(labels []label.KeyValue) BoundSyncImpl
sdkapi.go#L70: type BoundSyncImpl interface {
sync.go#L43: boundInstrument BoundSyncImpl
sync.go#L145: func newSyncBoundInstrument(boundInstrument BoundSyncImpl) syncBoundInstrument {
go.opentelemetry.io/otel/api/global/internal
meter.go#L119: var _ metric.BoundSyncImpl = &syncHandle{}
meter.go#L230: func (inst *syncImpl) Bind(labels []label.KeyValue) metric.BoundSyncImpl {
meter.go#L243: implPtr := (*metric.BoundSyncImpl)(atomic.LoadPointer(&bound.delegate))
meter.go#L321: var implPtr *metric.BoundSyncImpl
meter.go#L323: implPtr = new(metric.BoundSyncImpl)
meter.go#L328: implPtr = (*metric.BoundSyncImpl)(atomic.LoadPointer(&bound.delegate))
![]() |
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. |