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

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		async.go#L184: func wrapInt64ValueObserverInstrument(asyncInst AsyncImpl, err error) (Int64ValueObserver, error) {
		async.go#L186: 	return Int64ValueObserver{asyncInstrument: common}, err
		meter.go#L129: func (m Meter) NewInt64ValueObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64ValueObserver, error) {
		meter.go#L207: func (b BatchObserver) NewInt64ValueObserver(name string, opts ...InstrumentOption) (Int64ValueObserver, error) {
		must.go#L98: func (mm MeterMust) NewInt64ValueObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64ValueObserver {
		must.go#L166: func (bm BatchObserverMust) NewInt64ValueObserver(name string, oos ...InstrumentOption) Int64ValueObserver {
		observer.go#L26: type Int64ValueObserver struct {
		observer.go#L64: func (i Int64ValueObserver) Observation(v int64) Observation {