dashboards: fix typo in panel descriptions for vmagent

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-06-21 11:42:38 +02:00
parent 279815818c
commit b201d1722d
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640
2 changed files with 10 additions and 10 deletions

View file

@ -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"
},
{

View file

@ -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"
},
{