From 2823297c32e34e7bef2f3d17ef5c03736d8efbc8 Mon Sep 17 00:00:00 2001 From: Vitaly Zhuravlev Date: Wed, 11 May 2022 16:44:20 +0400 Subject: [PATCH] Rename apache dashboard --- .../apache-http-mixin/dashboards/apache-exporter-full.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet index e55e4f9..2b6eae9 100644 --- a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet +++ b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet @@ -8,7 +8,7 @@ local graphPanel = grafana.graphPanel; grafanaDashboards+:: { 'apache-http.json': dashboard.new( - 'Apache Dashboard', + 'Apache HTTP server', time_from='%s' % $._config.dashboardPeriod, editable=false, tags=($._config.dashboardTags),