클러스터 노드 CPU 부하 추이(Core평균)

클러스터 노드 CPU 부하 추이(Core평균)

get

클러스터의 노드별 CPU 부하 분당 추이를 조회한다.

Query parameters
clusterIdsstringRequired

클러스터 아이디

nodeIdsstringOptional

노드 아이디

startstringRequired

조회 시작일

endstringRequired

조회 종료일

Responses
200
OK
*/*
get
GET /v1/monitoring-nodes/metric/load/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "load1",
      "node": "apps-gpu-v100"
    },
    "samples": [
      0.06,
      0.05125,
      0.0775
    ],
    "timestamps": [
      1685620800,
      1685620860,
      1685620920
    ],
    "values": null
  },
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "load5",
      "node": "apps-gpu-v100"
    },
    "samples": [
      0.06375,
      0.06,
      0.06375
    ],
    "timestamps": [
      1685620800,
      1685620860,
      1685620920
    ],
    "values": null
  },
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "load15",
      "node": "apps-gpu-v100"
    },
    "samples": [
      0.07625,
      0.07375,
      0.075
    ],
    "timestamps": [
      1685620800,
      1685620860,
      1685620920
    ],
    "values": null
  }
]

Last updated

Was this helpful?