type go.opentelemetry.io/otel/api/metric.Int64ObserverFunc
11 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L45: type Int64ObserverFunc func(context.Context, Int64ObserverResult)
async.go#L132: var _ AsyncSingleRunner = (*Int64ObserverFunc)(nil)
async.go#L137: func newInt64AsyncRunner(c Int64ObserverFunc) AsyncSingleRunner {
async.go#L152: func (*Int64ObserverFunc) AnyRunner() {}
async.go#L161: func (i *Int64ObserverFunc) Run(ctx context.Context, impl AsyncImpl, function func([]label.KeyValue, ...Observation)) {
meter.go#L129: func (m Meter) NewInt64ValueObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64ValueObserver, error) {
meter.go#L155: func (m Meter) NewInt64SumObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64SumObserver, error) {
meter.go#L181: func (m Meter) NewInt64UpDownSumObserver(name string, callback Int64ObserverFunc, opts ...InstrumentOption) (Int64UpDownSumObserver, error) {
must.go#L98: func (mm MeterMust) NewInt64ValueObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64ValueObserver {
must.go#L118: func (mm MeterMust) NewInt64SumObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64SumObserver {
must.go#L138: func (mm MeterMust) NewInt64UpDownSumObserver(name string, callback Int64ObserverFunc, oos ...InstrumentOption) Int64UpDownSumObserver {
 |
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. |