We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195c8fa commit 3fb1f84Copy full SHA for 3fb1f84
include/Monitoring/Monitoring.h
@@ -53,9 +53,13 @@ class Monitoring
53
/// Sends a metric to all avaliabes backends
54
/// If DerivedMetricMode is specified it generates and sends derived metric
55
/// \param metric r-value to metric object
56
- /// \param mode Derived metric mode
+ /// \param mode Derived metric mode
57
void send(Metric&& metric, DerivedMetricMode mode = DerivedMetricMode::NONE);
58
+
59
+ /// Send metrics to debug backends only
60
+ /// \param metric r-value to metric object
61
void debug(Metric&& metric);
62
63
/// Sends multiple (not related to each other) metrics
64
/// \param metrics vector of metrics
65
void send(std::vector<Metric>&& metrics);
0 commit comments