Merge pull request #397 from croydondias/master

Added Stagemonitor and Glowroot
This commit is contained in:
Andreas Kull
2016-08-05 13:51:26 +02:00
committed by GitHub

View File

@ -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. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.
* [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems. * [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. * [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. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM.
## Distributed Databases ## Distributed Databases
@ -508,6 +507,9 @@ 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. * [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. * [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. * [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 ## Native
*For working with platform-specific native libraries.* *For working with platform-specific native libraries.*