From b3a70b828443249625eb5812ea6b332930f508bb Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Wed, 11 Jan 2023 11:30:12 +0100 Subject: [PATCH] dasbhoards: fix the tooltip info for 1.86 (#3628) See https://github.com/VictoriaMetrics/VictoriaMetrics/commit/c63755c316b71630d2f090e3ff7f2fbd36f9cccc#diff-bba263a473e7fbc9d0fde075ebef6b3d4e32c322ee1210a3e07182292c7723aaR18 Signed-off-by: hagen1778 --- dashboards/victoriametrics-cluster.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboards/victoriametrics-cluster.json b/dashboards/victoriametrics-cluster.json index e43f206f2..feb026a01 100644 --- a/dashboards/victoriametrics-cluster.json +++ b/dashboards/victoriametrics-cluster.json @@ -85,7 +85,7 @@ } ] }, - "description": "Overview for cluster VictoriaMetrics v1.83.0 or higher", + "description": "Overview for cluster VictoriaMetrics v1.86.0 or higher", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, @@ -7098,7 +7098,7 @@ "type": "prometheus", "uid": "$ds" }, - "description": "Shows the max number of ongoing insertions.\n* `max` - equal to number of CPU * 4 by default. May be configured with `maxConcurrentInserts` flag;\n* `current` - current number of goroutines busy with processing requests.\n\n`-maxConcurrentInserts` limits the number of insert requests which may be actively processed at any given point in time. All the other insert requests are queued for up to `-insert.maxQueueDuration` in the hope they will get a chance to be processed. This queue is used mostly for absorbing spikes for incoming insert request rate.\n\nWhen `current` hits `max` constantly, it means vminsert node is overloaded and requires more CPU or higher limits.", + "description": "Shows the max number of ongoing insertions.\n* `max` - equal to number of CPU * 2 by default. May be configured with `maxConcurrentInserts` flag;\n* `current` - current number of goroutines busy with processing requests.\n\n`-maxConcurrentInserts` limits the number of insert requests which may be actively processed at any given point in time. All the other insert requests are queued for up to `-insert.maxQueueDuration` in the hope they will get a chance to be processed. This queue is used mostly for absorbing spikes for incoming insert request rate.\n\nWhen `current` hits `max` constantly, it means vminsert node is overloaded and requires more CPU or higher limits.", "fieldConfig": { "defaults": { "color": {