diff --git a/src/web/api/functions/functions.c b/src/web/api/functions/functions.c
index 5c00f01c91..20b05460e6 100644
--- a/src/web/api/functions/functions.c
+++ b/src/web/api/functions/functions.c
@@ -8,7 +8,7 @@ void global_functions_add(void) {
     rrd_function_add_inline(
         localhost,
         NULL,
-        "streaming",
+        "netdata-streaming",
         10,
         RRDFUNCTIONS_PRIORITY_DEFAULT + 1,
         RRDFUNCTIONS_VERSION_DEFAULT,
@@ -22,7 +22,7 @@ void global_functions_add(void) {
         NULL,
         "netdata-api-calls",
         10,
-        RRDFUNCTIONS_PRIORITY_DEFAULT + 2,
+        RRDFUNCTIONS_PRIORITY_DEFAULT + 1,
         RRDFUNCTIONS_VERSION_DEFAULT,
         RRDFUNCTIONS_PROGRESS_HELP,
         "top",
@@ -44,9 +44,9 @@ void global_functions_add(void) {
     rrd_function_add_inline(
         localhost,
         NULL,
-        "metrics-cardinality",
+        "netdata-metrics-cardinality",
         10,
-        RRDFUNCTIONS_PRIORITY_DEFAULT,
+        RRDFUNCTIONS_PRIORITY_DEFAULT + 1,
         RRDFUNCTIONS_VERSION_DEFAULT,
         RRDFUNCTIONS_METRICS_CARDINALITY_HELP,
         "top",