Skip to content

Commit 3fb1f84

Browse files
committed
Comment debug method
1 parent 195c8fa commit 3fb1f84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/Monitoring/Monitoring.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ class Monitoring
5353
/// Sends a metric to all avaliabes backends
5454
/// If DerivedMetricMode is specified it generates and sends derived metric
5555
/// \param metric r-value to metric object
56-
/// \param mode Derived metric mode
56+
/// \param mode Derived metric mode
5757
void send(Metric&& metric, DerivedMetricMode mode = DerivedMetricMode::NONE);
58+
59+
/// Send metrics to debug backends only
60+
/// \param metric r-value to metric object
5861
void debug(Metric&& metric);
62+
5963
/// Sends multiple (not related to each other) metrics
6064
/// \param metrics vector of metrics
6165
void send(std::vector<Metric>&& metrics);

0 commit comments

Comments
 (0)