mirror of https://github.com/linkerd/linkerd2.git
29 lines
557 B
Plaintext
29 lines
557 B
Plaintext
[
|
|
{
|
|
"namespace": "default",
|
|
"kind": "trafficsplit",
|
|
"name": "foo-split",
|
|
"success": 1,
|
|
"rps": 2.05,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123,
|
|
"apex": "apex_name",
|
|
"leaf": "service-1",
|
|
"weight": "900m"
|
|
},
|
|
{
|
|
"namespace": "default",
|
|
"kind": "trafficsplit",
|
|
"name": "foo-split",
|
|
"success": 1,
|
|
"rps": 2.05,
|
|
"latency_ms_p50": 123,
|
|
"latency_ms_p95": 123,
|
|
"latency_ms_p99": 123,
|
|
"apex": "apex_name",
|
|
"leaf": "service-2",
|
|
"weight": "100m"
|
|
}
|
|
]
|