Get the trend of Memory usage for ETCD nodes
PreviousGet the trend of CPU usage for ETCD nodesNextGet the trend of Network transmit and receive volume between ETCD servers
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/monitoring-etcd/metric/memory-usage/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
[
{
"metrics": {
"cluster": "thingcluster",
"node": "apps-gpu-v100"
},
"samples": [
746962944,
756760576,
756858880
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]