Gitlab runners job names within container name

Hi,

I would like to monitor utilization of cpu and memory for every job that is running from our gitlab runners hosted on AWS EKS cluster.

By enabling Container Insights, there is a possibility to gather from pod that metrics for cpu and memory utilization but I can only see pod names like:
runner-<runner_id>-project-<project_id>-concurrent-0-<random_id>

It would be very helpful for such monitoring and to gather statistics if I would also somehow include job name within pod name, so it would be like:
runner-<runner_id>-project-<project_id>-concurrent-0-<random_id>-<job_name>

Is it possible from runner’s configuration?

Regards,
Krzysztof

1 Like

Hi! Did you find out any solutions?