From edd1590ac7eb851e8f1e2087dc018490d02235ea Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 8 Apr 2021 09:35:50 +0300 Subject: [PATCH] dashboards/victoriametrics.json: typo fix: `chur rate` -> `churn rate` --- dashboards/victoriametrics.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboards/victoriametrics.json b/dashboards/victoriametrics.json index 7a7c4d79d0..9bab26979b 100644 --- a/dashboards/victoriametrics.json +++ b/dashboards/victoriametrics.json @@ -2654,7 +2654,7 @@ "dashLength": 10, "dashes": false, "datasource": "$ds", - "description": "Shows the rate and total number of new series created over last 24h.\n\nHigh churn rate tightly connected with database performance and may result in unexpected OOM's or slow queries. It is recommended to always keep an eye on this metric to avoid unexpected cardinality \"explosions\".\n\nThe higher chur rate is, the more resources required to handle it. Consider to keep the churn rate as low as possible.\n\nGood references to read:\n* https://www.robustperception.io/cardinality-is-key\n* https://www.robustperception.io/using-tsdb-analyze-to-investigate-churn-and-cardinality", + "description": "Shows the rate and total number of new series created over last 24h.\n\nHigh churn rate tightly connected with database performance and may result in unexpected OOM's or slow queries. It is recommended to always keep an eye on this metric to avoid unexpected cardinality \"explosions\".\n\nThe higher churn rate is, the more resources required to handle it. Consider to keep the churn rate as low as possible.\n\nGood references to read:\n* https://www.robustperception.io/cardinality-is-key\n* https://www.robustperception.io/using-tsdb-analyze-to-investigate-churn-and-cardinality", "fieldConfig": { "defaults": { "custom": {}, @@ -4006,4 +4006,4 @@ "title": "VictoriaMetrics", "uid": "wNf0q_kZk", "version": 1 -} \ No newline at end of file +}