mirror of https://github.com/linkerd/linkerd2.git
41 lines
779 B
Plaintext
41 lines
779 B
Plaintext
{
|
|
"deploy/foobar": [
|
|
{
|
|
"route": "/a",
|
|
"authority": "foobar",
|
|
"success": 1,
|
|
"rps": 1.5,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123
|
|
},
|
|
{
|
|
"route": "/b",
|
|
"authority": "foobar",
|
|
"success": 1,
|
|
"rps": 1,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123
|
|
},
|
|
{
|
|
"route": "/c",
|
|
"authority": "foobar",
|
|
"success": 0,
|
|
"rps": 0,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123
|
|
},
|
|
{
|
|
"route": "[DEFAULT]",
|
|
"authority": "foobar",
|
|
"success": 1,
|
|
"rps": 0.5,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123
|
|
}
|
|
]
|
|
}
|