adding reporter in the doc
diff --git a/geronimo-microprofile-site/src/main/jbake/content/index.adoc b/geronimo-microprofile-site/src/main/jbake/content/index.adoc
index a7914a1..6d1f1f3 100644
--- a/geronimo-microprofile-site/src/main/jbake/content/index.adoc
+++ b/geronimo-microprofile-site/src/main/jbake/content/index.adoc
@@ -29,6 +29,8 @@
 </dependency>
 ----
 
+If you want to investigate your Microprofile setup you can also play with our reporter link:reporter.html[UI/webapp].
+
 Finally we provide μ~ (utilda) which is a pom with link:http://openwebbeans.apache.org/meecrowave/[Apache Meecrowave] and the Aggregator pom which makes
 you a one dependency Microprofile 2.0 server, ready to use:
 
diff --git a/geronimo-microprofile-site/src/main/jbake/content/reporter.adoc b/geronimo-microprofile-site/src/main/jbake/content/reporter.adoc
new file mode 100644
index 0000000..0ef149b
--- /dev/null
+++ b/geronimo-microprofile-site/src/main/jbake/content/reporter.adoc
@@ -0,0 +1,24 @@
+= Apache Geronimo Reporter
+:jbake-date: 2019-01-07
+:icons: font
+
+Apache Geronimo Microprofile Reporter allows to visualize spans (OpenTracing) and Metrics
+in a small webapp.
+
+IMPORTANT: this is for test and demo purposes, this is not yet intended to be deployed in production.
+
+== Dependencies
+
+[source,xml]
+----
+<dependency>
+  <groupId>org.apache.geronimo</groupId>
+  <artifactId>geronimo-microprofile-reporter</artifactId>
+  <version>${geronimo-microprofile.version}</version>
+</dependency>
+----
+
+== Usage
+
+Just add the module in your web application and connect on `/geronimo/microprofile/reporter` - or prefixes
+with the JAX-RS application path if you use any.