Re: Implementation of a Prometheus Metrics Container

2025-08-06 Thread gaetan.chaboussie
Hello Michael, The use case we had was for a kubernetes HPA based on a job load metrics. Basically, the infrastructure deploys a number of instances that depends on the number of jobs that are planned (so that asychronous jobs doesn't pile up and get problematic). To do so, kubernetes uses a

Re: Implementation of a Prometheus Metrics Container

2025-08-06 Thread Michael Brohl
Hi Gaetan, from the given references, it is not quite clear for me what this plugin would provide for the project. Can you elaborate some more about it? Besides this, I wonder if it is really necessarry to start an embedded http server. I assume it should be possible to access the ressources

Implementation of a Prometheus Metrics Container

2025-08-05 Thread gaetan.chaboussie
Hello community. I'm getting back to working on the ticket that caused the Jakarta migration[1] in the first place. With this comes a question that i'm asking myself. The library i plan to use[2] ships with a lightweight HttpServer of its own, and this server comes with the "metrics" url embedd