diff --git a/dashboards/vm/vmagent.json b/dashboards/vm/vmagent.json index c78ef1cab..c10b92e03 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 06e0b0422..5b02b43cc 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" }, {