From 971d4595ae23a98d1ab3f06a9f6cba73ea8cd1ba Mon Sep 17 00:00:00 2001 From: Croydon Dias Date: Fri, 29 Jul 2016 20:59:53 +0100 Subject: [PATCH 1/2] Added Stagemonitor and Glowroot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fec32ca..5ab06c0 100644 --- a/README.md +++ b/README.md @@ -508,6 +508,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Prometheus](https://prometheus.io/) - Provides a multi-dimensional data model, DSL, autonomous server nodes and much more. * [SPM](https://sematext.com/spm/) - Commercial performance monitor with distributing transaction tracing for JVM apps. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. +* [Stagemonitor](https://github.com/stagemonitor/stagemonitor) - Open source performance monitoring and transaction tracing for JVM apps. +* [Glowroot](https://glowroot.org/) - Open source Java APM. ## Native *For working with platform-specific native libraries.* From 079133b99393138599227fbc114d45f84b5ab990 Mon Sep 17 00:00:00 2001 From: Croydon Dias Date: Fri, 29 Jul 2016 21:05:34 +0100 Subject: [PATCH 2/2] Reorganised Pinpoint into APM section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab06c0..874f4d5 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,6 @@ A curated list of awesome Java frameworks, libraries and software. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters. * [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. * [Orbit](http://www.orbit.cloud/) - Virtual Actors, adding another level of abstraction to traditional actors. -* [Pinpoint](https://github.com/naver/pinpoint) - Application performance management tool. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM. ## Distributed Databases @@ -510,6 +509,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. * [Stagemonitor](https://github.com/stagemonitor/stagemonitor) - Open source performance monitoring and transaction tracing for JVM apps. * [Glowroot](https://glowroot.org/) - Open source Java APM. +* [Pinpoint](https://github.com/naver/pinpoint) - Open source APM tool. ## Native *For working with platform-specific native libraries.*