ytsaurus / ytsaurus-k8s-operator

Kubernetes operator for YTsaurus.
https://ytsaurus.tech
Other
35 stars 24 forks source link

Set statistics for job low cpu usage alerts #335

Closed koct9i closed 1 month ago

koct9i commented 1 month ago

in cri job-env job-proxy exports "/job/cpu/usage" rather than "/user_job/cpu/user".

https://github.com/ytsaurus/ytsaurus/blob/02299d6d61ddb02fc6b55cba4ef4b30202446391/yt/yt/server/controller_agent/config.cpp#L138

https://github.com/ytsaurus/ytsaurus/blob/02299d6d61ddb02fc6b55cba4ef4b30202446391/yt/yt/server/job_proxy/environment.h#L175

https://github.com/ytsaurus/ytsaurus/blob/02299d6d61ddb02fc6b55cba4ef4b30202446391/yt/yt/server/job_proxy/job_proxy.cpp#L1124