From 6e4b35ce77bbad99cbef37da247b42b7c25e4c08 Mon Sep 17 00:00:00 2001 From: Vitaly Zhuravlev Date: Wed, 11 May 2022 18:54:50 +0400 Subject: [PATCH] revert unused variable --- .../dashboards/apache-exporter-full.libsonnet | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet index 10178dd..90b3950 100644 --- a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet +++ b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet @@ -6,20 +6,6 @@ local template = grafana.template; { grafanaDashboards+:: { - local apacheClusterSelectorTemplates = - [ - template.new( - name=label, - label=label, - datasource='$datasource', - query='label_values(apache_up, %s)' % label, - current='', - refresh=2, - includeAll=false, - sort=1 - ) - for label in std.split($._config.apacheClusterLabels, ',') - ], 'apache-http.json': dashboard.new(