Skip to content

Commit

Permalink
Adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjunckes committed Nov 19, 2018
1 parent 017b98e commit be6bf8f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/rest-mp-metrics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Microprofile Metrics
This is an example on how to use microprofile metrics in TomEE.

The command to run the application the application is:

mvn clean install tomee:run

Make a call to the greeting endpoint:

http://localhost:8080/rest-mp-metrics/greeting

Check the metrics in Prometheus format:

http://localhost:8080/rest-mp-metrics/metrics




0 comments on commit be6bf8f

Please sign in to comment.