cratedb-prometheus-adapter icon indicating copy to clipboard operation
cratedb-prometheus-adapter copied to clipboard

HA mode?

Open lyc0221 opened this issue 5 years ago • 1 comments

how to configure crate_adapter HA mode ?

lyc0221 avatar Jan 14 '20 02:01 lyc0221

Hi @lyc0221 Sorry for the late reply. Could you be a bit more specific about your question? What exactly do you mean with HA mode? Thanks, Christian

chaudum avatar Apr 29 '21 20:04 chaudum

Thank you for writing in, and also sorry for the late reply. I am aiming to clean up some issues, and also found this one. I hope it will be safe to close it with my provided answer, but please let me know if you think differently.

Prometheus HA

On this topic, I've discovered ^1. Are you planning to run a Prometheus HA installation?

CrateDB HA

If you are referring to the possibility of configuring multiple nodes of CrateDB instances, which form a cluster: Within the config.yml configuration file of this service, when multiple endpoints are listed, the adapter will load-balance between them.

amotl avatar Jan 17 '23 20:01 amotl