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