Get the trend of ETCD Proposal failure count

Get the trend of ETCD Proposal failure count

get
Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/proposal-fail-rate/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster"
    },
    "timestamp": 1687741080,
    "value": 1
  }
]

Was this helpful?