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

33 lines
760 B
JSON

{
"ok": {
"statTables": [
{
"podGroup": {
"rows": [
{
"meshedPodCount": "1",
"resource": {
"name": "voting",
"namespace": "emojivoto",
"type": "deployment"
},
"stats": {
"failureCount": "15",
"latencyMsP50": "1",
"latencyMsP95": "2",
"latencyMsP99": "7",
"successCount": "135",
"tlsRequestCount": "100"
},
"timeWindow": "1m",
"runningPodCount": "1",
"failedPodCount": null,
"errorsByPod": {}
}
]
}
}
]
}
}