You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/05/28 08:50:19 UTC

[GitHub] [activemq-artemis] michaelandrepearce commented on a change in pull request #2681: ARTEMIS-2308 Support exporting metrics

michaelandrepearce commented on a change in pull request #2681: ARTEMIS-2308 Support exporting metrics
URL: https://github.com/apache/activemq-artemis/pull/2681#discussion_r287994333
 
 

 ##########
 File path: docs/user-manual/en/metrics.md
 ##########
 @@ -0,0 +1,104 @@
+# Metrics
+
+Apache ActiveMQ Artemis can export metrics to a variety of monitoring systems
+via the [Micrometer](https://micrometer.io/) vendor-neutral application metrics
+facade.
+
+Important runtime metrics have been instrumented via the Micrometer API, and
+all a user needs to do is implement `org.apache.activemq.artemis.core.server.metrics.ActiveMQMetricsPlugin`
+in order to instantiate and configure a `io.micrometer.core.instrument.MeterRegistry`
+implementation. Many implementations of `MeterRegistr` are available from
 
 Review comment:
   sentance seems to end abrubtly i assume you meant to put a link to the micrometer web page with a list of these?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services