Get the trend of ETCD snapshot save wait time

Get the trend of ETCD snapshot save wait time

get

Get the per-minute trend of ETCD's wait time when saving snapshots to disk.

Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/snapshot-duration/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?