Aetrius / Bambulabs-Exporter

BambuLabs Prometheus Exporter by Aetrius
GNU General Public License v3.0
45 stars 5 forks source link

Add /healthz endpint for container healthcheck #14

Closed Matthew-Beckett closed 1 year ago

Matthew-Beckett commented 1 year ago

This PR depends on #13 and adds a /healthz endpoint which returns 200 OK when the app is up and available.

This can later be expanded to include checks for actual container readiness as opposed to liveness status.

Aetrius commented 1 year ago

Approved