fleet-telemetry
fleet-telemetry copied to clipboard
Monitor Fleet Telemetry
Hello,
yesterday my Fleet Telemetry Service inside a Docker Container crashed and I did not notice it :( How can I monitor it or restart everything on a crash?
Thanks, Stefan
At the very least, you can set a restart policy: https://docs.docker.com/compose/compose-file/05-services/#restart
We also expose prometheus metrics. You could alert on the metrics using rules in an external system like Grafana.
Do you have the crash logs? It would be great to prevent the crash from happening for others.