We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在时序数据为victoria-metrics,想知道怎么可以在pod中进入该数据库查看数据。或者有什么办法可以知道该数据库的监控指标,以及数据。 /api/v1/query_range?query=vm_cpu&start=2024-10-25T09:00:00.000Z 该接口查询数据结果如下: { "status": "success", "data": { "resultType": "matrix", "result": [] }, "stats": { "seriesFetched": "0", "executionTimeMsec": 0 } }
cloudpods环境在该时间之后连接了云账号,有虚拟机等资源
The text was updated successfully, but these errors were encountered:
@buxiangshangban1 可以参考文档: https://www.cloudpods.org/docs/development/monitor/query#query-victoric-metrics-data
Sorry, something went wrong.
No branches or pull requests
现在时序数据为victoria-metrics,想知道怎么可以在pod中进入该数据库查看数据。或者有什么办法可以知道该数据库的监控指标,以及数据。
/api/v1/query_range?query=vm_cpu&start=2024-10-25T09:00:00.000Z 该接口查询数据结果如下:
{
"status": "success",
"data": {
"resultType": "matrix",
"result": []
},
"stats": {
"seriesFetched": "0",
"executionTimeMsec": 0
}
}
cloudpods环境在该时间之后连接了云账号,有虚拟机等资源
The text was updated successfully, but these errors were encountered: