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

Method recordDoubleHistogram

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

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

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

Source from the content-addressed store, hash-verified

97 * @param optionalLabelValues A list of additional, optional label values for the metric.
98 */
99 default void recordDoubleHistogram(DoubleHistogramMetricInstrument metricInstrument, double value,
100 List<String> requiredLabelValues, List<String> optionalLabelValues) {
101 }
102

Implementers 2

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

Calls

no outgoing calls