Adds a value for a double-precision counter associated with specified metric instrument. @param metricInstrument The counter metric instrument identifies metric measure to add. @param value The value to record. @param requiredLabelValues A list of required label values for the metric. @param option
(DoubleCounterMetricInstrument metricInstrument, double value,
List<String> requiredLabelValues, List<String> optionalLabelValues)
| 58 | * @param optionalLabelValues A list of additional, optional label values for the metric. |
| 59 | */ |
| 60 | default void addDoubleCounter(DoubleCounterMetricInstrument metricInstrument, double value, |
| 61 | List<String> requiredLabelValues, List<String> optionalLabelValues) { |
| 62 | } |
| 63 |
no outgoing calls