Feng's Notes Isn't coding fun?
Posts with the tag Prometheus:

How to monitor springboot metrics with prometheus and grafana

When you deploy springboot apps to production, you would like to know how your apps are doing. You would like to know how many requests are coming in, how much memory is used, how many errors are there, etc. In this article I would like to share my experience on how to monitor your springboot app with prometheus and grafana. Structure Assuming you already know what is prometheus and grafana. If not, you can check out their official websites.