From 63c15d76cd52f613db75bc9a4eb2631ee2df7ff6 Mon Sep 17 00:00:00 2001
From: hagen1778 <roman@victoriametrics.com>
Date: Fri, 21 Jun 2024 11:42:38 +0200
Subject: [PATCH] dashboards: fix typo in panel descriptions for vmagent

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit b201d1722d468a35edf91b98597e9c54bbee0af0)
---
 dashboards/vm/vmagent.json | 10 +++++-----
 dashboards/vmagent.json    | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dashboards/vm/vmagent.json b/dashboards/vm/vmagent.json
index c78ef1cabe..c10b92e035 100644
--- a/dashboards/vm/vmagent.json
+++ b/dashboards/vm/vmagent.json
@@ -2512,7 +2512,7 @@
             "type": "victoriametrics-datasource",
             "uid": "$ds"
           },
-          "description": "Shows top 5 job by the number of new series registered by vmagent over the 5min range. These jobs generate the most of the churn rate.",
+          "description": "Shows top 10 jobs by the number of new series registered by vmagent over the 5min range. These jobs generate the most of the churn rate.",
           "fieldConfig": {
             "defaults": {
               "color": {
@@ -2601,14 +2601,14 @@
               },
               "editorMode": "code",
               "exemplar": false,
-              "expr": "topk_max(5, sum(sum_over_time(scrape_series_added[5m])) by (job)) > 0",
+              "expr": "topk_max(10, sum(sum_over_time(scrape_series_added[5m])) by (job)) > 0",
               "interval": "",
               "legendFormat": "{{ job }}",
               "range": true,
               "refId": "A"
             }
           ],
-          "title": "Top 5 jobs by unique samples",
+          "title": "Top 10 jobs by unique samples",
           "type": "timeseries"
         },
         {
@@ -2616,7 +2616,7 @@
             "type": "victoriametrics-datasource",
             "uid": "$ds"
           },
-          "description": "Shows top 5 instances by the number of new series registered by vmagent over the 5min range. These instances generate the most of the churn rate.",
+          "description": "Shows top 10 instances by the number of new series registered by vmagent over the 5min range. These instances generate the most of the churn rate.",
           "fieldConfig": {
             "defaults": {
               "color": {
@@ -2712,7 +2712,7 @@
               "refId": "A"
             }
           ],
-          "title": "Top 5 instances by unique samples",
+          "title": "Top 10 instances by unique samples",
           "type": "timeseries"
         },
         {
diff --git a/dashboards/vmagent.json b/dashboards/vmagent.json
index 06e0b0422d..5b02b43cc0 100644
--- a/dashboards/vmagent.json
+++ b/dashboards/vmagent.json
@@ -2511,7 +2511,7 @@
             "type": "prometheus",
             "uid": "$ds"
           },
-          "description": "Shows top 5 job by the number of new series registered by vmagent over the 5min range. These jobs generate the most of the churn rate.",
+          "description": "Shows top 10 jobs by the number of new series registered by vmagent over the 5min range. These jobs generate the most of the churn rate.",
           "fieldConfig": {
             "defaults": {
               "color": {
@@ -2600,14 +2600,14 @@
               },
               "editorMode": "code",
               "exemplar": false,
-              "expr": "topk_max(5, sum(sum_over_time(scrape_series_added[5m])) by (job)) > 0",
+              "expr": "topk_max(10, sum(sum_over_time(scrape_series_added[5m])) by (job)) > 0",
               "interval": "",
               "legendFormat": "{{ job }}",
               "range": true,
               "refId": "A"
             }
           ],
-          "title": "Top 5 jobs by unique samples",
+          "title": "Top 10 jobs by unique samples",
           "type": "timeseries"
         },
         {
@@ -2615,7 +2615,7 @@
             "type": "prometheus",
             "uid": "$ds"
           },
-          "description": "Shows top 5 instances by the number of new series registered by vmagent over the 5min range. These instances generate the most of the churn rate.",
+          "description": "Shows top 10 instances by the number of new series registered by vmagent over the 5min range. These instances generate the most of the churn rate.",
           "fieldConfig": {
             "defaults": {
               "color": {
@@ -2711,7 +2711,7 @@
               "refId": "A"
             }
           ],
-          "title": "Top 5 instances by unique samples",
+          "title": "Top 10 instances by unique samples",
           "type": "timeseries"
         },
         {