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