type go.opentelemetry.io/otel/api/metric.Float64SumObserver
8 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L202: func wrapFloat64SumObserverInstrument(asyncInst AsyncImpl, err error) (Float64SumObserver, error) {
async.go#L204: return Float64SumObserver{asyncInstrument: common}, err
meter.go#L168: func (m Meter) NewFloat64SumObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64SumObserver, error) {
meter.go#L244: func (b BatchObserver) NewFloat64SumObserver(name string, opts ...InstrumentOption) (Float64SumObserver, error) {
must.go#L128: func (mm MeterMust) NewFloat64SumObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64SumObserver {
must.go#L196: func (bm BatchObserverMust) NewFloat64SumObserver(name string, oos ...InstrumentOption) Float64SumObserver {
observer.go#L44: type Float64SumObserver struct {
observer.go#L97: func (f Float64SumObserver) Observation(v float64) 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. |