Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[OSCP]feat:add kuscia task Related observational indicators #447

Closed
wants to merge 1 commit into from
Closed

Conversation

renji555
Copy link

任务描述
该任务旨在监控所有KusciaTask(runC)在指定时间间隔内的系统资源使用情况,通过prometheus暴露指标,并统一导出到metricexporter模块。

功能需求
获取所有 KusciaTask 的接收字节数和发送字节数、接收带宽和发送带宽;
获取所有 KusciaTask 的CPU usage、Memory usage、Disk IO、Inode数;
将 container 和对应的 KusciaTask 关联起来;
通过prometheus暴露指标收集端点;
统一导出到metricexporter模块。
完成开发后,关联该 ISSUE 并提交代码至 https://github.com/secretflow/kuscia/;

Copy link

github-actions bot commented Oct 26, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@Candicepan Candicepan linked an issue Oct 30, 2024 that may be closed by this pull request
@renji555
Copy link
Author

renji555 commented Nov 4, 2024

I have read the CLA Document and I hereby sign the CLA

2 similar comments
@renji555
Copy link
Author

renji555 commented Nov 4, 2024

I have read the CLA Document and I hereby sign the CLA

@renji555
Copy link
Author

renji555 commented Nov 5, 2024

I have read the CLA Document and I hereby sign the CLA

@renji555 renji555 closed this Nov 6, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KusciaTask 系统资源指标采集、暴露及统一导出
1 participant