From 3567d8442deabd1c53a9f914ebc4f8ade9606070 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 11:58:54 +0200 Subject: [PATCH] Add LeakCanary --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aa514a..2b56371 100644 --- a/README.md +++ b/README.md @@ -572,6 +572,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics ![c]](https://www.appdynamics.com/) - Performance monitor. * [Automon](https://github.com/stevensouza/automon) - Combines the power of AOP with monitoring and/or logging tools. * [BugSnag ![c]](https://www.bugsnag.com/) - Exception and error monitoring with an integration of several third party tools for a better workflow and a free hobbyist tier. +* [LeakCanary](https://github.com/square/leakcanary) - Memory leak detection. * [Failsafe Actuator](https://github.com/zalando-incubator/failsafe-actuator) - Out of the box monitoring of Failsafe Circuit Breaker in Spring-Boot environment. * [Glowroot](https://glowroot.org/) - Open-source Java APM. * [inspectIT](http://www.inspectit.rocks) - Captures detailed run-time information via hooks that can be changed on the fly. It supports tracing over multiple systems via the OpenTracing API and can correlate the data with end user monitoring.