Skip to content

Commit

Permalink
Add link to micrometer example
Browse files Browse the repository at this point in the history
(and fix wildfly bad link)
  • Loading branch information
jotak committed Apr 6, 2018
1 parent be15de9 commit 2b088ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ the event bus.
=== JCA example

The Vert.x JCA Example project provides a JEE compliant application that enables to you deploy the application into a
[Wildfly](http://wildfly.org) application server. While simple in implementation, the link:jca-examples[JCA examples]
link:http://wildfly.org[Wildfly] application server. While simple in implementation, the link:jca-examples[JCA examples]
provides a good point of departure for your own development.

=== Micrometer metrics examples

The link:micrometer-metrics-examples/README.adoc[Vert.x Micrometer metrics examples] show how to collect Vert.x metrics
with link:https://micrometer.io/[Micrometer] and send them to backends such as Prometheus or InfluxDB.

0 comments on commit 2b088ba

Please sign in to comment.