MCPcopy Create free account
hub / github.com/grpc/grpc-java / getIndex

Method getIndex

api/src/main/java/io/grpc/MetricInstrument.java:31–31  ·  view source on GitHub ↗

Returns the unique index of this metric instrument. @return the index of the metric instrument.

()

Source from the content-addressed store, hash-verified

29 * @return the index of the metric instrument.
30 */
31 public int getIndex();
32
33 /**
34 * Returns the name of the metric.

Callers 15

updateMeasuresMethod · 0.95
addDoubleCounterMethod · 0.65
addLongCounterMethod · 0.65
addLongUpDownCounterMethod · 0.65
recordDoubleHistogramMethod · 0.65
recordLongHistogramMethod · 0.65
registerBatchCallbackMethod · 0.65
recordLongGaugeMethod · 0.65
addDoubleCounterMethod · 0.65
addLongCounterMethod · 0.65
addLongUpDownCounterMethod · 0.65
recordDoubleHistogramMethod · 0.65

Implementers 1

PartialMetricInstrumentapi/src/main/java/io/grpc/PartialMetri

Calls

no outgoing calls

Tested by

no test coverage detected