...
1{
2 "deploy/foobar": [
3 {
4 "route": "/a",
5 "authority": "foobar",
6 "success": 1,
7 "rps": 1.5,
8 "latency_ms_p50": 123,
9 "latency_ms_p95": 123,
10 "latency_ms_p99": 123
11 },
12 {
13 "route": "/b",
14 "authority": "foobar",
15 "success": 1,
16 "rps": 1,
17 "latency_ms_p50": 123,
18 "latency_ms_p95": 123,
19 "latency_ms_p99": 123
20 },
21 {
22 "route": "/c",
23 "authority": "foobar",
24 "success": 0,
25 "rps": 0,
26 "latency_ms_p50": 123,
27 "latency_ms_p95": 123,
28 "latency_ms_p99": 123
29 },
30 {
31 "route": "[DEFAULT]",
32 "authority": "foobar",
33 "success": 1,
34 "rps": 0.5,
35 "latency_ms_p50": 123,
36 "latency_ms_p95": 123,
37 "latency_ms_p99": 123
38 }
39 ]
40}
View as plain text