func go.opentelemetry.io/otel/api/metric.newSyncBoundInstrument

2 uses

	go.opentelemetry.io/otel/api/metric (current package)
		sync.go#L86: 	return newSyncBoundInstrument(s.instrument.Bind(labels))
		sync.go#L145: func newSyncBoundInstrument(boundInstrument BoundSyncImpl) syncBoundInstrument {