From 079133b99393138599227fbc114d45f84b5ab990 Mon Sep 17 00:00:00 2001 From: Croydon Dias Date: Fri, 29 Jul 2016 21:05:34 +0100 Subject: [PATCH] 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.*