arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get the trend of ETCD Proposal count by state

hashtag
Get the trend of ETCD Proposal count by state

get

Get the trend of the number of ETCD server Proposal status (failed, pending, committed, applied) per minute.

Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-etcd/metric/raft-proposals/result/transition
200

OK

GET /v1/monitoring-etcd/metric/raft-proposals/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Accept: */*
[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "failed",
      "node": "apps-gpu-v100"
    },
    "samples": [
      0,
      0,
      0
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]