linkerd2/web/app/test/fixtures/namespaces.json

80 lines
2.1 KiB
JSON

{
"ok": {
"statTables": [
{
"podGroup": {
"rows": [
{
"resource": {
"namespace": "",
"type": "namespace",
"name": "shiny-product"
},
"timeWindow": "1m",
"meshedPodCount": "4",
"runningPodCount": "4",
"stats": {
"successCount": "30",
"failureCount": "0",
"latencyMsP50": "5",
"latencyMsP95": "10",
"latencyMsP99": "10"
}
},
{
"resource": {
"namespace": "",
"type": "namespace",
"name": "shiny-product-other"
},
"timeWindow": "1m",
"meshedPodCount": "4",
"runningPodCount": "4",
"stats": {
"successCount": "30",
"failureCount": "0",
"latencyMsP50": "5",
"latencyMsP95": "10",
"latencyMsP99": "10"
}
},
{
"resource": {
"namespace": "",
"type": "namespace",
"name": "kube-system"
},
"timeWindow": "1m",
"meshedPodCount": "0",
"runningPodCount": "9",
"stats": null
},
{
"resource": {
"namespace": "",
"type": "namespace",
"name": "default"
},
"timeWindow": "1m",
"meshedPodCount": "0",
"runningPodCount": "0",
"stats": null
},
{
"resource": {
"namespace": "",
"type": "namespace",
"name": "kube-public"
},
"timeWindow": "1m",
"meshedPodCount": "0",
"runningPodCount": "0",
"stats": null
}
]
}
}
]
}
}