Skip to content
Snippets Groups Projects
Commit d0046da0 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'config_also_plot_rcodes' into 'master'

configs: generate additional response-rate chart with non-zero rcodes

See merge request !44
parents 7a380e81 018fda1e
No related branches found
No related tags found
1 merge request!44configs: generate additional response-rate chart with non-zero rcodes
Pipeline #80503 passed
......@@ -27,6 +27,10 @@ type = "latency"
[charts.response-rate]
type = "response-rate"
[charts.response-rate-rcodes]
type = "response-rate"
rcodes-above-pct = 0
[charts.connections]
type = "connections"
kind = "active"
......
......@@ -43,6 +43,10 @@ type = "latency"
[charts.response-rate]
type = "response-rate"
[charts.response-rate-rcodes]
type = "response-rate"
rcodes-above-pct = 0
[charts.connections]
type = "connections"
kind = "active"
......
......@@ -60,3 +60,7 @@ type = "latency"
[charts.response-rate]
type = "response-rate"
[charts.response-rate-rcodes]
type = "response-rate"
rcodes-above-pct = 0
......@@ -19,6 +19,10 @@ type = "latency"
[charts.response-rate]
type = "response-rate"
[charts.response-rate-rcodes]
type = "response-rate"
rcodes-above-pct = 0
[charts.connections]
type = "connections"
kind = "active"
......
......@@ -13,3 +13,7 @@ type = "latency"
[charts.response-rate]
type = "response-rate"
[charts.response-rate-rcodes]
type = "response-rate"
rcodes-above-pct = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment