Get the trend of ETCD gRPC call

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
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/rpc-rate/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "total"
    },
    "samples": [
      38.76296,
      38.72593,
      39.16296
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]

Was this helpful?