arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get the trend of ETCD gRPC call

hashtag
Get the trend of ETCD gRPC call

get

Get the per-minute trend of total gRPC call counts and non-successful call counts in ETCD.

Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-etcd/metric/rpc-rate/result/transition
200

OK

GET /v1/monitoring-etcd/metric/rpc-rate/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Accept: */*
[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "total"
    },
    "samples": [
      38.76296,
      38.72593,
      39.16296
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]