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

8 uses

	go.opentelemetry.io/otel/api/metric (current package)
		async.go#L208: func wrapInt64UpDownSumObserverInstrument(asyncInst AsyncImpl, err error) (Int64UpDownSumObserver, error) {
		async.go#L210: 	return Int64UpDownSumObserver{asyncInstrument: common}, err
		meter.go#L181: func (m Meter) NewInt64UpDownSumObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64UpDownSumObserver, error) {
		meter.go#L257: func (b BatchObserver) NewInt64UpDownSumObserver(name string, opts ...InstrumentOption) (Int64UpDownSumObserver, error) {
		must.go#L138: func (mm MeterMust) NewInt64UpDownSumObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64UpDownSumObserver {
		must.go#L206: func (bm BatchObserverMust) NewInt64UpDownSumObserver(name string, oos ...InstrumentOption) Int64UpDownSumObserver {
		observer.go#L50: type Int64UpDownSumObserver struct {
		observer.go#L108: func (i Int64UpDownSumObserver) Observation(v int64) Observation {