From b104fc2a0b93c8c943dfed089f89bbde49addec5 Mon Sep 17 00:00:00 2001 From: Vitaly Zhuravlev Date: Wed, 11 May 2022 18:54:06 +0400 Subject: [PATCH] Add stepAfter for Apache worker statuses panel --- .../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 01647a1..82696e8 100644 --- a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet +++ b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet @@ -626,7 +626,7 @@ local dashboard = grafana.dashboard; defaults: { custom: { drawStyle: 'line', - lineInterpolation: 'linear', + lineInterpolation: 'stepAfter', barAlignment: 0, lineWidth: 1, fillOpacity: 10,