Get the trend of ETCD DB size
Get the per-minute trend of ETCD's database size on a node-by-node basis.
Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/db-size/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"node": "apps-gpu-v100"
},
"samples": [
136192000,
136192000,
136192000
],
"timestamps": [
136192000,
136192000,
136192000
],
"values": null
}
]
Was this helpful?