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

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		async.go#L190: func wrapFloat64ValueObserverInstrument(asyncInst AsyncImpl, err error) (Float64ValueObserver, error) {
		async.go#L192: 	return Float64ValueObserver{asyncInstrument: common}, err
		meter.go#L142: func (m Meter) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64ValueObserver, error) {
		meter.go#L219: func (b BatchObserver) NewFloat64ValueObserver(name string, opts ...InstrumentOption) (Float64ValueObserver, error) {
		must.go#L108: func (mm MeterMust) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64ValueObserver {
		must.go#L176: func (bm BatchObserverMust) NewFloat64ValueObserver(name string, oos ...InstrumentOption) Float64ValueObserver {
		observer.go#L32: type Float64ValueObserver struct {
		observer.go#L75: func (f Float64ValueObserver) Observation(v float64) Observation {