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

Method addDoubleCounter

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

Adds a value for a double-precision counter associated with specified metric instrument. @param metricInstrument The counter metric instrument identifies metric measure to add. @param value The value to record. @param requiredLabelValues A list of required label values for the metric. @param option

(DoubleCounterMetricInstrument metricInstrument, double value,
      List<String> requiredLabelValues, List<String> optionalLabelValues)

Source from the content-addressed store, hash-verified

58 * @param optionalLabelValues A list of additional, optional label values for the metric.
59 */
60 default void addDoubleCounter(DoubleCounterMetricInstrument metricInstrument, double value,
61 List<String> requiredLabelValues, List<String> optionalLabelValues) {
62 }
63

Implementers 2

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

Calls

no outgoing calls