go.opentelemetry.io/otel/api/metric.syncBoundInstrument.directRecord (method)
7 uses
go.opentelemetry.io/otel/api/metric (current package)
counter.go#L88: b.directRecord(ctx, NewFloat64Number(value))
counter.go#L94: b.directRecord(ctx, NewInt64Number(value))
sync.go#L101: func (h syncBoundInstrument) directRecord(ctx context.Context, number Number) {
updowncounter.go#L89: b.directRecord(ctx, NewFloat64Number(value))
updowncounter.go#L95: b.directRecord(ctx, NewInt64Number(value))
valuerecorder.go#L90: b.directRecord(ctx, NewFloat64Number(value))
valuerecorder.go#L96: b.directRecord(ctx, NewInt64Number(value))
![]() |
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. |