func go.opentelemetry.io/otel/api/metric.NewInt64Number
16 uses
go.opentelemetry.io/otel/api/metric (current package)
async.go#L81: number: NewInt64Number(value),
counter.go#L82: c.directRecord(ctx, NewInt64Number(value), labels)
counter.go#L94: b.directRecord(ctx, NewInt64Number(value))
number.go#L41: return NewInt64Number(0)
number.go#L54: return NewInt64Number(math.MinInt64)
number.go#L67: return NewInt64Number(math.MaxInt64)
number.go#L88: func NewInt64Number(i int64) Number {
number.go#L104: return NewInt64Number(-nn.AsInt64())
observer.go#L66: number: NewInt64Number(v),
observer.go#L88: number: NewInt64Number(v),
observer.go#L110: number: NewInt64Number(v),
sync.go#L94: return newMeasurement(s.instrument, NewInt64Number(value))
updowncounter.go#L83: c.directRecord(ctx, NewInt64Number(value), labels)
updowncounter.go#L95: b.directRecord(ctx, NewInt64Number(value))
valuerecorder.go#L84: c.directRecord(ctx, NewInt64Number(value), labels)
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. |