arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get the trend of ETCD DB size

hashtag
Get the trend of ETCD DB size

get

Get the per-minute trend of ETCD's database size on a node-by-node basis.

Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-etcd/metric/db-size/result/transition
200

OK

GET /v1/monitoring-etcd/metric/db-size/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Accept: */*
[
  {
    "metrics": {
      "cluster": "thingcluster",
      "node": "apps-gpu-v100"
    },
    "samples": [
      136192000,
      136192000,
      136192000
    ],
    "timestamps": [
      136192000,
      136192000,
      136192000
    ],
    "values": null
  }
]