Hey Guys,
I am working on a POC related to observability and I am very new to Prometheus & Grafana.
What I am trying to setup is a server developed using java language. I will be exposing few REST APIs. And then there will be a java client application which will consume those REST APIs and create load on the server.
I need to setup Prometheus & Grafana at the server side to collect the application metrics and then I can see those metrics somewhere.
Can you please guide me to some repository or documentation as to how can I setup my application for this requirement.
Thank You!