Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ updateMeasures
Method
updateMeasures
api/src/main/java/io/grpc/MetricSink.java:141–141 ·
view source on GitHub ↗
(List<MetricInstrument> instruments)
Source
from the content-addressed store, hash-verified
139
interface
Registration extends MetricRecorder.Registration {}
140
141
void
updateMeasures(List<MetricInstrument> instruments);
142
}
Callers
15
addCounter
Method · 0.65
recordHistogram
Method · 0.65
recordCallback
Method · 0.65
newRegisteredMetricUpdateMeasures
Method · 0.65
addDoubleCounter
Method · 0.65
addLongCounter
Method · 0.65
addLongUpDownCounter
Method · 0.65
recordDoubleHistogram
Method · 0.65
recordLongHistogram
Method · 0.65
registerBatchCallback
Method · 0.65
updateMeasures_enabledMetrics
Method · 0.65
updateMeasure_disabledMetrics
Method · 0.65
Implementers
2
OpenTelemetryMetricSink
opentelemetry/src/main/java/io/grpc/op
NoopMetricSink
api/src/testFixtures/java/io/grpc/Noop
Calls
no outgoing calls
Tested by
13
addCounter
Method · 0.52
recordHistogram
Method · 0.52
recordCallback
Method · 0.52
newRegisteredMetricUpdateMeasures
Method · 0.52
updateMeasures_enabledMetrics
Method · 0.52
updateMeasure_disabledMetrics
Method · 0.52
addCounter_enabledMetric
Method · 0.52
addCounter_disabledMetric
Method · 0.52
addHistogram_enabledMetric
Method · 0.52
addHistogram_disabledMetric
Method · 0.52
registerBatchCallback_allDisabled
Method · 0.52
registerBatchCallback_bothEnabledAndDisabled
Method · 0.52