type go.opentelemetry.io/otel/api/metric.Int64ValueObserver
8 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L184: func wrapInt64ValueObserverInstrument(asyncInst AsyncImpl, err error) (Int64ValueObserver, error) {
async.go#L186: return Int64ValueObserver{asyncInstrument: common}, err
meter.go#L129: func (m Meter) NewInt64ValueObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64ValueObserver, error) {
meter.go#L207: func (b BatchObserver) NewInt64ValueObserver(name string, opts ...InstrumentOption) (Int64ValueObserver, error) {
must.go#L98: func (mm MeterMust) NewInt64ValueObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64ValueObserver {
must.go#L166: func (bm BatchObserverMust) NewInt64ValueObserver(name string, oos ...InstrumentOption) Int64ValueObserver {
observer.go#L26: type Int64ValueObserver struct {
observer.go#L64: func (i Int64ValueObserver) 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. |