From 32e5317cdabeb409f3f6bf3d8effae2ab19689f7 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sun, 26 Apr 2015 21:15:22 +0200 Subject: [PATCH 1/2] Added monitoring section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 41790c4..3c15842 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Machine Learning](#machine-learning) - [Messaging](#messaging) - [Miscellaneous](#miscellaneous) + - [Monitoring](#monitoring) - [Native](#native) - [Natural Language Processing](#natural-language-processing) - [Networking](#networking) @@ -298,6 +299,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. * [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. +## Monitoring + +*Tools that monitor applications in production.* + +* [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. +* [New Relic](http://newrelic.com/) - Commercial performance monitor. +* [Takipi](https://ipi.com/) - Commercial in-production error monitoring and debugging. + ## Native *For working with platform-specific native libraries* From c0175e8ebdaf43a3bbc3830403a2f216184f1d89 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 27 Apr 2015 13:33:31 +0200 Subject: [PATCH 2/2] Fixed URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c15842..5f98085 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [New Relic](http://newrelic.com/) - Commercial performance monitor. -* [Takipi](https://ipi.com/) - Commercial in-production error monitoring and debugging. +* [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. ## Native *For working with platform-specific native libraries*