master
h 12 lines 674 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_FUNCTION_METRICS_CARDINALITY_H
4 #define NETDATA_FUNCTION_METRICS_CARDINALITY_H
5
6 #include "libnetdata/libnetdata.h"
7
8 #define RRDFUNCTIONS_METRICS_CARDINALITY_HELP "Displays metrics cardinality statistics showing distribution of instances and time-series across contexts and nodes. To change grouping, append parameter to function name: 'netdata-metrics-cardinality' (default, group by context) or 'netdata-metrics-cardinality group:by-node' (group by node)."
9
10 int function_metrics_cardinality(BUFFER *wb, const char *function, BUFFER *payload, const char *source);
11
12 #endif //NETDATA_FUNCTION_METRICS_CARDINALITY_H