mirror of https://github.com/linkerd/linkerd2.git
43 lines
830 B
Plaintext
43 lines
830 B
Plaintext
[
|
|
{
|
|
"route": "/a",
|
|
"authority": "foo.default.svc.cluster.local",
|
|
"success": 1,
|
|
"rps": 1.5,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123,
|
|
"tls": 1
|
|
},
|
|
{
|
|
"route": "/b",
|
|
"authority": "foo.default.svc.cluster.local",
|
|
"success": 1,
|
|
"rps": 1,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123,
|
|
"tls": 1
|
|
},
|
|
{
|
|
"route": "/c",
|
|
"authority": "foo.default.svc.cluster.local",
|
|
"success": 0,
|
|
"rps": 0,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123,
|
|
"tls": 0
|
|
},
|
|
{
|
|
"route": "[UNKNOWN]",
|
|
"authority": "foo.default.svc.cluster.local",
|
|
"success": 1,
|
|
"rps": 0.5,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123,
|
|
"tls": 1
|
|
}
|
|
]
|