type go.opentelemetry.io/otel/api/metric.Float64UpDownSumObserver
8 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L214: func wrapFloat64UpDownSumObserverInstrument(asyncInst AsyncImpl, err error) (Float64UpDownSumObserver, error) {
async.go#L216: return Float64UpDownSumObserver{asyncInstrument: common}, err
meter.go#L194: func (m Meter) NewFloat64UpDownSumObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64UpDownSumObserver, error) {
meter.go#L269: func (b BatchObserver) NewFloat64UpDownSumObserver(name string, opts ...InstrumentOption) (Float64UpDownSumObserver, error) {
must.go#L148: func (mm MeterMust) NewFloat64UpDownSumObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64UpDownSumObserver {
must.go#L216: func (bm BatchObserverMust) NewFloat64UpDownSumObserver(name string, oos ...InstrumentOption) Float64UpDownSumObserver {
observer.go#L56: type Float64UpDownSumObserver struct {
observer.go#L119: func (f Float64UpDownSumObserver) 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. |