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