Get the trend of Network transmit and receive volume between ETCD servers
Query parameters
clusterIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-etcd/metric/network-usage/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "client-grpc-received"
},
"samples": [
25188.53704,
25132.22593,
25239.44815
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]
PreviousGet the trend of Memory usage for ETCD nodesNextGet the trend of Network transmit and receive volume between ETCD servers by node
Was this helpful?