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)
| 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 |
no outgoing calls