From 3ed10bab49cef57a3c3ada99daf4ef8f0f631ccc Mon Sep 17 00:00:00 2001 From: Dhruv Rastogi Date: Thu, 22 Jan 2026 00:05:39 +0530 Subject: [PATCH 1/2] Add boot-usage-spring-boot-starter to README Added boot-usage-spring-boot-starter to monitoring tools list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6b8e4de..d0bc48ae 100644 --- a/README.md +++ b/README.md @@ -789,6 +789,7 @@ _Tools that observe/monitor applications in production by providing telemetry._ - [Apitally](https://github.com/apitally/apitally-java) - Simple, privacy-focused API monitoring, analytics and request logging for Spring Boot apps. - [Automon](https://github.com/stevensouza/automon) - Combines the power of AOP with monitoring and/or logging tools. +- [boot-usage-spring-boot-starter](https://github.com/dhruv-15-03/boot-usage) - Spring Boot Actuator extension providing application startup and runtime metrics including JVM uptime, memory usage, and CPU load. - [Datadog ![c]](https://github.com/DataDog/dd-trace-java) - Modern monitoring & analytics. - [Dropwizard Metrics](https://github.com/dropwizard/metrics) - Expose metrics via JMX or HTTP and send them to a database. - [Failsafe Actuator](https://github.com/zalando/failsafe-actuator) - Out of the box monitoring of Failsafe Circuit Breaker in Spring-Boot environment. From 004087c7074206de543d45ac4cb851ac626f8eda Mon Sep 17 00:00:00 2001 From: Dhruv Rastogi Date: Sat, 24 Jan 2026 22:18:44 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: andrzejsydor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0bc48ae..006e613c 100644 --- a/README.md +++ b/README.md @@ -789,7 +789,7 @@ _Tools that observe/monitor applications in production by providing telemetry._ - [Apitally](https://github.com/apitally/apitally-java) - Simple, privacy-focused API monitoring, analytics and request logging for Spring Boot apps. - [Automon](https://github.com/stevensouza/automon) - Combines the power of AOP with monitoring and/or logging tools. -- [boot-usage-spring-boot-starter](https://github.com/dhruv-15-03/boot-usage) - Spring Boot Actuator extension providing application startup and runtime metrics including JVM uptime, memory usage, and CPU load. +- [Boot Usage Spring Boot Starter](https://github.com/dhruv-15-03/boot-usage) - Spring Boot Actuator extension providing application startup and runtime metrics including JVM uptime, memory usage, and CPU load. - [Datadog ![c]](https://github.com/DataDog/dd-trace-java) - Modern monitoring & analytics. - [Dropwizard Metrics](https://github.com/dropwizard/metrics) - Expose metrics via JMX or HTTP and send them to a database. - [Failsafe Actuator](https://github.com/zalando/failsafe-actuator) - Out of the box monitoring of Failsafe Circuit Breaker in Spring-Boot environment.