type go.opentelemetry.io/otel/api/metric.Int64SumObserver
8 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L196: func wrapInt64SumObserverInstrument(asyncInst AsyncImpl, err error) (Int64SumObserver, error) {
async.go#L198: return Int64SumObserver{asyncInstrument: common}, err
meter.go#L155: func (m Meter) NewInt64SumObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64SumObserver, error) {
meter.go#L232: func (b BatchObserver) NewInt64SumObserver(name string, opts ...InstrumentOption) (Int64SumObserver, error) {
must.go#L118: func (mm MeterMust) NewInt64SumObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64SumObserver {
must.go#L186: func (bm BatchObserverMust) NewInt64SumObserver(name string, oos ...InstrumentOption) Int64SumObserver {
observer.go#L38: type Int64SumObserver struct {
observer.go#L86: func (i Int64SumObserver) 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. |