MCPcopy 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

addCounterMethod · 0.65
recordHistogramMethod · 0.65
recordCallbackMethod · 0.65
addDoubleCounterMethod · 0.65
addLongCounterMethod · 0.65
addLongUpDownCounterMethod · 0.65
recordDoubleHistogramMethod · 0.65
recordLongHistogramMethod · 0.65
registerBatchCallbackMethod · 0.65

Implementers 2

OpenTelemetryMetricSinkopentelemetry/src/main/java/io/grpc/op
NoopMetricSinkapi/src/testFixtures/java/io/grpc/Noop

Calls

no outgoing calls