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

16 uses

	go.opentelemetry.io/otel/api/metric (current package)
		meter.go#L131: 		return wrapInt64ValueObserverInstrument(NoopAsync{}, nil)
		meter.go#L144: 		return wrapFloat64ValueObserverInstrument(NoopAsync{}, nil)
		meter.go#L157: 		return wrapInt64SumObserverInstrument(NoopAsync{}, nil)
		meter.go#L170: 		return wrapFloat64SumObserverInstrument(NoopAsync{}, nil)
		meter.go#L183: 		return wrapInt64UpDownSumObserverInstrument(NoopAsync{}, nil)
		meter.go#L196: 		return wrapFloat64UpDownSumObserverInstrument(NoopAsync{}, nil)
		meter.go#L209: 		return wrapInt64ValueObserverInstrument(NoopAsync{}, nil)
		meter.go#L221: 		return wrapFloat64ValueObserverInstrument(NoopAsync{}, nil)
		meter.go#L234: 		return wrapInt64SumObserverInstrument(NoopAsync{}, nil)
		meter.go#L246: 		return wrapFloat64SumObserverInstrument(NoopAsync{}, nil)
		meter.go#L259: 		return wrapInt64UpDownSumObserverInstrument(NoopAsync{}, nil)
		meter.go#L271: 		return wrapFloat64UpDownSumObserverInstrument(NoopAsync{}, nil)
		meter.go#L295: 		return NoopAsync{}, nil
		noop.go#L28: type NoopAsync struct{ noopInstrument }
		noop.go#L33: var _ AsyncImpl = NoopAsync{}
		sync.go#L118: 		instrument = NoopAsync{}