type go.opentelemetry.io/otel/api/metric.Float64ObserverFunc
11 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L49: type Float64ObserverFunc func(context.Context, Float64ObserverResult)
async.go#L133: var _ AsyncSingleRunner = (*Float64ObserverFunc)(nil)
async.go#L142: func newFloat64AsyncRunner(c Float64ObserverFunc) AsyncSingleRunner {
async.go#L155: func (*Float64ObserverFunc) AnyRunner() {}
async.go#L169: func (f *Float64ObserverFunc) Run(ctx context.Context, impl AsyncImpl, function func([]label.KeyValue, ...Observation)) {
meter.go#L142: func (m Meter) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64ValueObserver, error) {
meter.go#L168: func (m Meter) NewFloat64SumObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64SumObserver, error) {
meter.go#L194: func (m Meter) NewFloat64UpDownSumObserver(name string, callback Float64ObserverFunc, opts ...InstrumentOption) (Float64UpDownSumObserver, error) {
must.go#L108: func (mm MeterMust) NewFloat64ValueObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64ValueObserver {
must.go#L128: func (mm MeterMust) NewFloat64SumObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64SumObserver {
must.go#L148: func (mm MeterMust) NewFloat64UpDownSumObserver(name string, callback Float64ObserverFunc, oos ...InstrumentOption) Float64UpDownSumObserver {
 |
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. |