Hi all, I’ve implemented MicrometerMetrics in my b...
# ktor
j
Hi all, I’ve implemented MicrometerMetrics in my backend + Prometheus to do the pulling from a GET /metrics endpoint and so far it works fine. The problem with this implementation is that it is not scalable (not sure if Prometheus has autodiscovery). Do you know any other way of implementing metrics that is not requiring pull from Prometheus but using push from each backend instance to a elastic search container?
l
prometheus definitely has autodiscovery based on a number of different plugins it provides
j
Oh thank you Luke, will give it a try