You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/11/19 20:24:35 UTC

[5/6] tomee git commit: Adding readme

Adding readme


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/be6bf8f1
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/be6bf8f1
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/be6bf8f1

Branch: refs/heads/master
Commit: be6bf8f170361dc8d296ff0a64739341de09a8d2
Parents: 017b98e
Author: ivanjunckes <ij...@tomitribe.com>
Authored: Mon Nov 19 18:11:06 2018 -0200
Committer: ivanjunckes <ij...@tomitribe.com>
Committed: Mon Nov 19 18:11:06 2018 -0200

----------------------------------------------------------------------
 examples/rest-mp-metrics/README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/be6bf8f1/examples/rest-mp-metrics/README.md
----------------------------------------------------------------------
diff --git a/examples/rest-mp-metrics/README.md b/examples/rest-mp-metrics/README.md
new file mode 100644
index 0000000..9dafe75
--- /dev/null
+++ b/examples/rest-mp-metrics/README.md
@@ -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
+    
+    
+
+     
+