MCPcopy
hub / github.com/grpc/grpc-go / RecordInt64Count

Method RecordInt64Count

experimental/stats/metrics.go:49–49  ·  view source on GitHub ↗

RecordInt64Count records the measurement alongside labels on the int count associated with the provided handle.

(handle *Int64CountHandle, incr int64, labels ...string)

Source from the content-addressed store, hash-verified

47 // RecordInt64Count records the measurement alongside labels on the int
48 // count associated with the provided handle.
49 RecordInt64Count(handle *Int64CountHandle, incr int64, labels ...string)
50 // RecordFloat64Count records the measurement alongside labels on the float
51 // count associated with the provided handle.
52 RecordFloat64Count(handle *Float64CountHandle, incr float64, labels ...string)

Callers 2

RecordInt64CountMethod · 0.65
RecordMethod · 0.65

Implementers 3

MetricsRecorderListinternal/stats/metrics_recorder_list.g
registryMetricsstats/opentelemetry/opentelemetry.go
UnimplementedMetricsRecorderexperimental/stats/metrics.go

Calls

no outgoing calls

Tested by

no test coverage detected