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

Method recordLongHistogram

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

Records a value for a long valued 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 metric. @

(LongHistogramMetricInstrument metricInstrument, long value,
      List<String> requiredLabelValues, List<String> optionalLabelValues)

Source from the content-addressed store, hash-verified

110 * @param optionalLabelValues A list of additional, optional label values for the metric.
111 */
112 default void recordLongHistogram(LongHistogramMetricInstrument metricInstrument, long value,
113 List<String> requiredLabelValues, List<String> optionalLabelValues) {
114 }
115

Implementers 2

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

Calls

no outgoing calls