Just installed cAdvisor, a tool for monitoring container resource usage, which comes with built-in Prometheus metrics support!
It’s working great, except that I can’t make heads-or-tails of the naming convention for the ephemeral containers that run individual pipeline steps.
Two questions:
- Does the long string of digits before the
_step_XX
part have any meaning? - Would you be open to a PR to make these containers have some identifiable information such as the repo name, and job number?
Thanks!