Files
kubesphere/pkg/simple/client/monitoring/metricsserver/testdata/metrics-matrix-8.json
zhu733756 f6dd42f494 fix-bug-for-pod-metrics-on-edge-node
Signed-off-by: zhu733756 <talonzhu@yunify.com>
2021-04-09 13:01:32 +08:00

42 lines
1.0 KiB
JSON

[
{
"metric_name": "pod_cpu_usage",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {
"namespace": "ns1",
"pod":"pod1"
},
"values":[
[
1616675696,
"0.001"
]
]
}
]
}
},
{
"metric_name": "pod_memory_usage_wo_cache",
"data": {
"resultType": "matrix",
"result": [
{
"metric": {
"namespace": "ns1",
"pod":"pod1"
},
"values": [
[
1616675696,
"1"
]
]
}
]
}
}
]