type go.opentelemetry.io/otel/api/metric.syncInstrument

14 uses

	go.opentelemetry.io/otel/api/metric (current package)
		counter.go#L25: 	syncInstrument
		counter.go#L30: 	syncInstrument
		sync.go#L37: type syncInstrument struct {
		sync.go#L81: func (s syncInstrument) SyncImpl() SyncImpl {
		sync.go#L85: func (s syncInstrument) bind(labels []label.KeyValue) syncBoundInstrument {
		sync.go#L89: func (s syncInstrument) float64Measurement(value float64) Measurement {
		sync.go#L93: func (s syncInstrument) int64Measurement(value int64) Measurement {
		sync.go#L97: func (s syncInstrument) directRecord(ctx context.Context, number Number, labels []label.KeyValue) {
		sync.go#L128: func checkNewSync(instrument SyncImpl, err error) (syncInstrument, error) {
		sync.go#L140: 	return syncInstrument{
		updowncounter.go#L26: 	syncInstrument
		updowncounter.go#L31: 	syncInstrument
		valuerecorder.go#L25: 	syncInstrument
		valuerecorder.go#L30: 	syncInstrument