diff --git a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet index 54975bc..7b821d1 100644 --- a/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet +++ b/prometheus/apache-http-mixin/dashboards/apache-exporter-full.libsonnet @@ -107,7 +107,7 @@ local graphPanel = grafana.graphPanel; orientation: 'horizontal', reduceOptions: { calcs: [ - 'mean', + 'lastNotNull', ], fields: '', values: false,