jlevesy / prometheus-elector

Leader election for prometheus
25 stars 2 forks source link

Wait for Prometheus to be Ready before trying to take leadership #34

Closed jlevesy closed 1 year ago

jlevesy commented 1 year ago

What Does This PR do?

This PR makes prometheus-elector optionally wait for Prometheus to be ready before trying to take leadership.

It waits by polling the Prometheus readiness endpoint.

It cleans a bit the logging which was inconsitent.

Relates to: #32

How to Test This PR?

make run 

# then check the logs

Good PR Checklist