Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (34 loc) · 589 Bytes

Latest.md

File metadata and controls

38 lines (34 loc) · 589 Bytes

API描述

查看监控项最新数据,v0.1.6开始加入。

API地址

/api/v1/agent/${agentId}/app/${appId}/item/${itemId}/latest

其中:

  • ${agentId} - Agent ID
  • ${appId} - App ID
  • ${itemId} - 监控项ID

请求方法

GET

请求参数

返回结果示例

{
  "usage": {
    "all": [
      28.776258752917638,
      5.866666666666666,
      25.033333333333335,
      5.496335776149234,
      22.26666666666667,
      5.466666666666667,
      18.706235411803934,
      5.366666666666667
    ],
    "avg": 14.622353742608851
  }
}