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

Method getMeasuresSize

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

Returns size of metric measures used to record metric values. These measures are created based on registered metrics (via MetricInstrumentRegistry) and are ordered according to their registration sequence. @return Size of metric measures.

()

Source from the content-addressed store, hash-verified

48 * @return Size of metric measures.
49 */
50 int getMeasuresSize();
51
52 /**
53 * Adds a value for a double-precision counter associated with specified metric instrument.

Implementers 2

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

Calls

no outgoing calls