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

5 uses

	go.opentelemetry.io/otel/api/metric (current package)
		noop.go#L25: type noopInstrument struct{}
		noop.go#L27: type NoopSync struct{ noopInstrument }
		noop.go#L28: type NoopAsync struct{ noopInstrument }
		noop.go#L39: func (noopInstrument) Implementation() interface{} {
		noop.go#L43: func (noopInstrument) Descriptor() Descriptor {