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
[2024-07-09 22:58:09.833] INFO [job-manage,7dd40326c0605bdcb1e6f86c64ed39f3,283a071de7953fea] 6 --- [http-nio-19803-exec-46] c.t.bk.job.common.cc.sdk.BizCmdbClient : [AbstractBkApiClient] Request|method=POST|uri=/api/v3/findmany/kube/container/by_topo|reqStr={"page":{"start":0,"limit":0,"sort":"","enable_count":true},"bk_supplier_account":"tencent","bk_biz_id":101010,"container_filter":{"condition":"AND","rules":[{"field":"id","operator":"in","value":[144639291]}]},"container_fields":["id","container_uid","name"],"pod_fields":["id","labels","name"]}
The text was updated successfully, but these errors were encountered:
perf: 优化获取容器详情API性能,解决容器列表加载超时问题 TencentBlueKing#3105
db43cac
Merge pull request #3106 from wangyu096/issue_3105
597e846
perf: 优化获取容器详情API性能,解决容器列表加载超时问题 #3105
wangyu096
No branches or pull requests
当业务下的 container 和 pod 太多,使用容器属性查询+count 会导致 cmdb 查询超时。
The text was updated successfully, but these errors were encountered: