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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |