From 93cebc9b4825db7b688f4ed52012738844c30f8e Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Wed, 23 Oct 2019 13:36:56 +0200 Subject: Fix performance test issues Issue-ID: DCAEGEN2-1783 Signed-off-by: Remigiusz Janeczek Change-Id: I367d109fc5903cd3fd6dbfeeda77d30d780a8a09 --- tools/performance/cloud/grafana/dashboards/processing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/performance/cloud/grafana') diff --git a/tools/performance/cloud/grafana/dashboards/processing.yaml b/tools/performance/cloud/grafana/dashboards/processing.yaml index 8e429009..bfa8517c 100644 --- a/tools/performance/cloud/grafana/dashboards/processing.yaml +++ b/tools/performance/cloud/grafana/dashboards/processing.yaml @@ -465,7 +465,7 @@ data: "refId": "B" }, { - "expr": "histogram_quantile(0.90, sum( rate(hvves_messages_latency_seconds_bucket[1h]) )by(le) )", + "expr": "histogram_quantile(0.95, sum( rate(hvves_messages_latency_seconds_bucket[1h]) )by(le) )", "legendFormat": "95th percentile", "refId": "C" }, -- cgit 1.2.3-korg