Get the trend of ETCD Disk processing wait time by node

Get the trend of ETCD Disk processing wait time by node

get

Get the per-minute trend of ETCD's processing wait time when applying log entries or incremental snapshots of the most recent changes to disk, categorized by nodes.

Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/disk-sync-duration-per-node/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "backend-commit",
      "node": "apps-gpu-v100"
    },
    "samples": [
      0.09358,
      0.09334,
      0.08838
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]

Was this helpful?