go.opentelemetry.io/otel/api/metric.syncInstrument.bind (method)
7 uses
go.opentelemetry.io/otel/api/metric (current package)
counter.go#L50: h.syncBoundInstrument = c.bind(labels)
counter.go#L57: h.syncBoundInstrument = c.bind(labels)
sync.go#L85: func (s syncInstrument) bind(labels []label.KeyValue) syncBoundInstrument {
updowncounter.go#L51: h.syncBoundInstrument = c.bind(labels)
updowncounter.go#L58: h.syncBoundInstrument = c.bind(labels)
valuerecorder.go#L50: h.syncBoundInstrument = c.bind(labels)
valuerecorder.go#L57: h.syncBoundInstrument = c.bind(labels)
![]() |
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. |