Package io.grpc

Interface MetricRecorder.BatchRecorder

    • Method Detail

      • recordLongGauge

        default void recordLongGauge​(LongGaugeMetricInstrument metricInstrument,
                                     long value,
                                     java.util.List<java.lang.String> requiredLabelValues,
                                     java.util.List<java.lang.String> optionalLabelValues)
        Record a long gauge value.
        Parameters:
        value - The value to record.
        requiredLabelValues - A list of required label values for the metric.
        optionalLabelValues - A list of additional, optional label values for the metric.