type go.opentelemetry.io/otel/api/metric.syncBoundInstrument
12 uses
go.opentelemetry.io/otel/api/metric (current package)
counter.go#L37: syncBoundInstrument
counter.go#L44: syncBoundInstrument
sync.go#L42: type syncBoundInstrument struct {
sync.go#L85: func (s syncInstrument) bind(labels []label.KeyValue) syncBoundInstrument {
sync.go#L101: func (h syncBoundInstrument) directRecord(ctx context.Context, number Number) {
sync.go#L106: func (h syncBoundInstrument) Unbind() {
sync.go#L145: func newSyncBoundInstrument(boundInstrument BoundSyncImpl) syncBoundInstrument {
sync.go#L146: return syncBoundInstrument{
updowncounter.go#L38: syncBoundInstrument
updowncounter.go#L45: syncBoundInstrument
valuerecorder.go#L37: syncBoundInstrument
valuerecorder.go#L44: syncBoundInstrument
![]() |
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. |