diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2019-10-23 13:36:56 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2019-10-23 14:35:54 +0200 |
commit | 93cebc9b4825db7b688f4ed52012738844c30f8e (patch) | |
tree | 81c909230c52b7d3591b7d64364a9f6b29b6bb08 /tools/performance/cloud | |
parent | b79b2bdafb3a841d079f710fcf87fa97b5ce4a7a (diff) |
Fix performance test issues
Issue-ID: DCAEGEN2-1783
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I367d109fc5903cd3fd6dbfeeda77d30d780a8a09
Diffstat (limited to 'tools/performance/cloud')
-rw-r--r-- | tools/performance/cloud/grafana/dashboards/processing.yaml | 2 | ||||
-rw-r--r-- | tools/performance/cloud/stale_outputs_checked | 0 |
2 files changed, 1 insertions, 1 deletions
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" }, diff --git a/tools/performance/cloud/stale_outputs_checked b/tools/performance/cloud/stale_outputs_checked deleted file mode 100644 index e69de29b..00000000 --- a/tools/performance/cloud/stale_outputs_checked +++ /dev/null |