0 votes
in Prometheus Percipio by
How do we manage and monitor Spring boot application in production using Prometheus?

1 Answer

0 votes
by

Spring Boot Actuator is a Spring Boot sub-project that adds monitoring and management capabilities for your production-ready apps. It offers a number of HTTP or JMX endpoints with which you can communicate.

The Prometheus (a tool for monitoring) endpoint is provided by the Spring Boot Actuator, which regularly pulls this endpoint for metric data and offers graphic representation for data. We can see Api latency, performance etc in Prometheus Graph.

Related questions

0 votes
asked Apr 4, 2021 in Spring by Robindeniel
0 votes
asked Oct 3, 2022 in Prometheus Percipio by rajeshsharma
...