mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
telemetry: add missing UpDownCounter no-op stubs to MetricMacros telemetry-off branch
This commit is contained in:
@@ -454,6 +454,14 @@
|
||||
do \
|
||||
{ \
|
||||
} while (false)
|
||||
#define XRPL_METRIC_UPDOWN_ADD(app, name, description, amount) \
|
||||
do \
|
||||
{ \
|
||||
} while (false)
|
||||
#define XRPL_METRIC_UPDOWN_ADD_LABELED(app, name, description, amount, ...) \
|
||||
do \
|
||||
{ \
|
||||
} while (false)
|
||||
#define XRPL_METRIC_HISTOGRAM_RECORD(app, name, description, value) \
|
||||
do \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user