jlevesy / prometheus-elector

Leader election for prometheus
25 stars 2 forks source link

Election aware proxy #11

Closed jlevesy closed 1 year ago

jlevesy commented 1 year ago

What Does This PR do?

This PR implements the leader aware reverse proxy, that forwards all received calls to the leading instance.

It comes with a few API changes and an updated documentation

How to Test This PR?

make create_cluster install_ha_example

Good PR Checklist