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