Spring Boot Prometheus Disk-Space Metrics
In this article I will show how I added disk-space metrics to the set of default metrics made available for scraping by Prometheus. There are a few ways to accomplish this but I have chosen to use data from the Spring Boot Actuator health data. A complete Spring Boot application with disk-space metrics is available… Read More »