We should add metrics for image pull failures, so we can add alerts for situations like quay.io going down.
Off the top, we could start with:
@mtrmac @vrothberg @saschagrunert Thoughts?
Sounds good to me, we could also count the successful downloads. This way the user doesn鈥檛 have to calculate: pull operations - failures
All proposals sounds like a reasonable addition :+1:
Proposed a solution in #3809
One more possible thing to consider is mirroring setup for CRI-O through registries.conf. We would want to bubble that up in the metrics so it is clear that mirrors are in use. This is especially important for failure metrics. The first step for that would be to return whether a mirror is in use for a particular image pull, so if there is an error, admin can check the mirror setup.