0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-25 13:33:48 +00:00

add "netdata-" prefix to streaming and metrics-cardinality functions ()

* add "netdata-" prefix for streaming and metrics-cardinality functions

* update priority
This commit is contained in:
Ilya Mashchenko 2025-01-16 16:44:49 +02:00 committed by GitHub
parent 2f8a5872a7
commit a1f3b747b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ void global_functions_add(void) {
rrd_function_add_inline( rrd_function_add_inline(
localhost, localhost,
NULL, NULL,
"streaming", "netdata-streaming",
10, 10,
RRDFUNCTIONS_PRIORITY_DEFAULT + 1, RRDFUNCTIONS_PRIORITY_DEFAULT + 1,
RRDFUNCTIONS_VERSION_DEFAULT, RRDFUNCTIONS_VERSION_DEFAULT,
@ -22,7 +22,7 @@ void global_functions_add(void) {
NULL, NULL,
"netdata-api-calls", "netdata-api-calls",
10, 10,
RRDFUNCTIONS_PRIORITY_DEFAULT + 2, RRDFUNCTIONS_PRIORITY_DEFAULT + 1,
RRDFUNCTIONS_VERSION_DEFAULT, RRDFUNCTIONS_VERSION_DEFAULT,
RRDFUNCTIONS_PROGRESS_HELP, RRDFUNCTIONS_PROGRESS_HELP,
"top", "top",
@ -44,9 +44,9 @@ void global_functions_add(void) {
rrd_function_add_inline( rrd_function_add_inline(
localhost, localhost,
NULL, NULL,
"metrics-cardinality", "netdata-metrics-cardinality",
10, 10,
RRDFUNCTIONS_PRIORITY_DEFAULT, RRDFUNCTIONS_PRIORITY_DEFAULT + 1,
RRDFUNCTIONS_VERSION_DEFAULT, RRDFUNCTIONS_VERSION_DEFAULT,
RRDFUNCTIONS_METRICS_CARDINALITY_HELP, RRDFUNCTIONS_METRICS_CARDINALITY_HELP,
"top", "top",