dev-sys-do / sealci

A Rust Continuous Integration Framework
Apache License 2.0
10 stars 0 forks source link

Agent Health #19

Closed isalyne34 closed 2 months ago

isalyne34 commented 2 months ago

Description :

Introduces an agent health reporting module. The module continuously monitors health metrics, such as CPU and memory usage, and sends reports to the scheduler when a significant change is detected (5%).

Main changes:

theotchlx commented 2 months ago

Hi, thank you for your PR and work! :) I was wondering, is api/agent/proto/health.proto duplicate of this proto file ? api/proto/scheduler/agent.proto ?

I am asking since I don't understand if it's a duplicate in functionality or not

hugoponthieu commented 2 months ago

This needs to be rebased on agent-registration