Hello Community,
I have some services that are deployed in global mode in order to spin up a container on each node (this is needed for cAdvisor and node-exporter mostly).
In case one of my services is unable to spin up a container on some node for whatever reason, I would like to raise an alert about this (and idealy information about on which node it was unable to spin it up).
I looked into the metrics exposed by docker's daemon thinking I would find some already baked metric about this but didn't find anything helpful.
Please provide any suggestion on how to achieve this and ask me if some relevant information is missing.