From febd1714bb82c3c52e9a7ecdf371a59fbf3066de Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 18 Jan 2016 14:56:31 +0200 Subject: [PATCH 1/2] Move metrics from Logging to Monitoring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6680e74..f9e9a4f 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,6 @@ A curated list of awesome Java frameworks, libraries and software. * [kibana](http://www.elasticsearch.org/overview/kibana/) - Analyzes and visualizes log files. * [Logback](http://logback.qos.ch/) - Robust logging library with interesting configuration options via Groovy. * [logstash](http://logstash.net/) - Tool for managing log files. -* [Metrics](http://metrics.codahale.com/) - Expose metrics via JMX or HTTP and can send them to a database. * [SLF4J](http://www.slf4j.org/) - Abstraction layer which is to be used with an implementation. ## Machine Learning @@ -420,6 +419,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JavaMelody](https://github.com/javamelody/javamelody) - Performance monitoring and profiling. * [jmxtrans](https://github.com/jmxtrans/jmxtrans/) - Tool to connect to multiple JVMs and to query them for their attributes via JMX. Its query language is based on JSON, which allows non-Java programmers to access the JVMs attributes. Likewise, this tool supports different output writes, including Graphite, Ganglia, StatsD, among others. * [Kamon](http://www.kamon.io/) - Tool for monitoring applications running on the JVM. +* [Metrics](http://metrics.codahale.com/) - Expose metrics via JMX or HTTP and can send them to a database. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [SPM](http://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. From 9d4cc5b701d214ecb967da4436eb0262e144e8f6 Mon Sep 17 00:00:00 2001 From: pron Date: Thu, 28 Jan 2016 06:28:20 +0200 Subject: [PATCH 2/2] Fix metrics link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b70e2..ce3cb7a 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ A curated list of awesome Java frameworks, libraries and software. * [jmxtrans](https://github.com/jmxtrans/jmxtrans/) - Tool to connect to multiple JVMs and to query them for their attributes via JMX. Its query language is based on JSON, which allows non-Java programmers to access the JVMs attributes. Likewise, this tool supports different output writes, including Graphite, Ganglia, StatsD, among others. * [Jolokia](https://jolokia.org/) - JMX over REST. * [Kamon](http://www.kamon.io/) - Tool for monitoring applications running on the JVM. -* [Metrics](http://metrics.codahale.com/) - Expose metrics via JMX or HTTP and can send them to a database. +* [Metrics](http://metrics.dropwizard.io/) - Expose metrics via JMX or HTTP and can send them to a database. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [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.