...

Text file src/github.com/linkerd/linkerd2/viz/cmd/testdata/stat_one_ts_output_json.golden

Documentation: github.com/linkerd/linkerd2/viz/cmd/testdata

     1[
     2  {
     3    "namespace": "default",
     4    "kind": "trafficsplit",
     5    "name": "foo-split",
     6    "success": 1,
     7    "rps": 2.05,
     8    "latency_ms_p50": 123,
     9    "latency_ms_p95": 123,
    10    "latency_ms_p99": 123,
    11    "apex": "apex_name",
    12    "leaf": "service-1",
    13    "weight": "900m"
    14  },
    15  {
    16    "namespace": "default",
    17    "kind": "trafficsplit",
    18    "name": "foo-split",
    19    "success": 1,
    20    "rps": 2.05,
    21    "latency_ms_p50": 123,
    22    "latency_ms_p95": 123,
    23    "latency_ms_p99": 123,
    24    "apex": "apex_name",
    25    "leaf": "service-2",
    26    "weight": "100m"
    27  }
    28]

View as plain text