dashboards: rename datapoints to logs for vlogs dashboard

Logs has more clear menaing than `datapoints` in this case.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-11-14 07:14:39 -07:00
parent b09272ccac
commit 6b903d79a9
No known key found for this signature in database
GPG key ID: E92986095E0DD614
2 changed files with 7 additions and 7 deletions

View file

@ -170,7 +170,7 @@
"type": "prometheus",
"uid": "$ds"
},
"description": "Shows the datapoints ingestion rate.",
"description": "Shows the logs ingestion rate.",
"fieldConfig": {
"defaults": {
"color": {
@ -682,7 +682,7 @@
"type": "prometheus",
"uid": "$ds"
},
"description": "How many datapoints are inserted into storage per second",
"description": "How many logs are inserted into storage per second",
"fieldConfig": {
"defaults": {
"color": {
@ -781,7 +781,7 @@
"refId": "A"
}
],
"title": "Datapoints ingestion rate ",
"title": "Logs ingestion rate ",
"type": "timeseries"
},
{

View file

@ -171,7 +171,7 @@
"type": "victoriametrics-datasource",
"uid": "$ds"
},
"description": "Shows the datapoints ingestion rate.",
"description": "Shows the logs ingestion rate.",
"fieldConfig": {
"defaults": {
"color": {
@ -584,7 +584,7 @@
},
"editorMode": "code",
"exemplar": false,
"expr": "sum(rate(vl_http_requests_total{job=~\"$job\", instance=~\"$instance\", path!~\".*(/insert|/metrics)\"}[$__rate_interval]))",
"expr": "sum(rate(vl_http_requests_total{job=~\"$job\", instance=~\"$instance\", path=~\"/select/.*\"}[$__rate_interval]))",
"format": "time_series",
"instant": true,
"interval": "",
@ -683,7 +683,7 @@
"type": "victoriametrics-datasource",
"uid": "$ds"
},
"description": "How many datapoints are inserted into storage per second",
"description": "How many logs are inserted into storage per second",
"fieldConfig": {
"defaults": {
"color": {
@ -782,7 +782,7 @@
"refId": "A"
}
],
"title": "Datapoints ingestion rate ",
"title": "Logs ingestion rate ",
"type": "timeseries"
},
{