From 6b903d79a971461e6d21c60ca7e0b4544504312b Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Thu, 14 Nov 2024 07:14:39 -0700 Subject: [PATCH] dashboards: rename `datapoints` to `logs` for vlogs dashboard Logs has more clear menaing than `datapoints` in this case. Signed-off-by: hagen1778 --- dashboards/victorialogs.json | 6 +++--- dashboards/vm/victorialogs.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dashboards/victorialogs.json b/dashboards/victorialogs.json index 336f7e392..82f00ca1f 100644 --- a/dashboards/victorialogs.json +++ b/dashboards/victorialogs.json @@ -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" }, { diff --git a/dashboards/vm/victorialogs.json b/dashboards/vm/victorialogs.json index b0593f714..bc19ed6cf 100644 --- a/dashboards/vm/victorialogs.json +++ b/dashboards/vm/victorialogs.json @@ -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" }, {