type go.opentelemetry.io/otel/api/metric.Float64ValueObserver
8 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L190: func wrapFloat64ValueObserverInstrument(asyncInst AsyncImpl, err error) (Float64ValueObserver, error) {
async.go#L192: return Float64ValueObserver{asyncInstrument: common}, err
meter.go#L142: func (m Meter) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64ValueObserver, error) {
meter.go#L219: func (b BatchObserver) NewFloat64ValueObserver(name string, opts ...InstrumentOption) (Float64ValueObserver, error) {
must.go#L108: func (mm MeterMust) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64ValueObserver {
must.go#L176: func (bm BatchObserverMust) NewFloat64ValueObserver(name string, oos ...InstrumentOption) Float64ValueObserver {
observer.go#L32: type Float64ValueObserver struct {
observer.go#L75: func (f Float64ValueObserver) 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. |