From d96678a0c38f7c45b5fc218c244761a3962ca1ce Mon Sep 17 00:00:00 2001 From: Andrii Chubatiuk Date: Thu, 7 Nov 2024 15:22:53 +0200 Subject: [PATCH] dashboards/victorialogs: allow multiple values for instance variable (#7465) ### Describe Your Changes Related issue https://github.com/VictoriaMetrics/helm-charts/issues/1699 ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). --- dashboards/victorialogs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboards/victorialogs.json b/dashboards/victorialogs.json index de8cd19fe..4d1bcc961 100644 --- a/dashboards/victorialogs.json +++ b/dashboards/victorialogs.json @@ -2816,8 +2816,8 @@ }, "definition": "label_values(vm_app_version{job=~\"$job\"}, instance)", "hide": 0, - "includeAll": false, - "multi": false, + "includeAll": true, + "multi": true, "name": "instance", "options": [], "query": { @@ -2853,4 +2853,4 @@ "uid": "OqPIZTX4z", "version": 1, "weekStart": "" -} \ No newline at end of file +}