type go.opentelemetry.io/otel/api/metric.Measurement
17 uses
go.opentelemetry.io/otel/api/metric (current package)
counter.go#L63: func (c Float64Counter) Measurement(value float64) Measurement {
counter.go#L69: func (c Int64Counter) Measurement(value int64) Measurement {
meter.go#L55: func (m Meter) RecordBatch(ctx context.Context, ls []label.KeyValue, ms ...Measurement) {
sdkapi.go#L27: RecordBatch(context.Context, []label.KeyValue, ...Measurement)
sync.go#L30: type Measurement struct {
sync.go#L54: func (m Measurement) SyncImpl() SyncImpl {
sync.go#L59: func (m Measurement) Number() Number {
sync.go#L89: func (s syncInstrument) float64Measurement(value float64) Measurement {
sync.go#L93: func (s syncInstrument) int64Measurement(value int64) Measurement {
sync.go#L151: func newMeasurement(instrument SyncImpl, number Number) Measurement {
sync.go#L152: return Measurement{
updowncounter.go#L64: func (c Float64UpDownCounter) Measurement(value float64) Measurement {
updowncounter.go#L70: func (c Int64UpDownCounter) Measurement(value int64) Measurement {
valuerecorder.go#L63: func (c Float64ValueRecorder) Measurement(value float64) Measurement {
valuerecorder.go#L69: func (c Int64ValueRecorder) Measurement(value int64) Measurement {
go.opentelemetry.io/otel/api/metric/registry
registry.go#L78: func (u *uniqueInstrumentMeterImpl) RecordBatch(ctx context.Context, labels []label.KeyValue, ms ...metric.Measurement) {
go.opentelemetry.io/otel/api/global/internal
meter.go#L302: func (m *meterImpl) RecordBatch(ctx context.Context, labels []label.KeyValue, measurements ...metric.Measurement) {
![]() |
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. |