a work on /metrics endpoint
diff --git a/geronimo-microprofile-site/src/main/jbake/content/metrics.adoc b/geronimo-microprofile-site/src/main/jbake/content/metrics.adoc
index f0b4f76..abf91ca 100644
--- a/geronimo-microprofile-site/src/main/jbake/content/metrics.adoc
+++ b/geronimo-microprofile-site/src/main/jbake/content/metrics.adoc
@@ -5,6 +5,9 @@
 Apache Geronimo Metrics is an implementation of Microprofile Metrics.
 It is highly inspired from Codehale/Dropwizard metrics API and integrates with CDI.
 
+IMPORTANT: for security reasons you need to set the system property `geronimo.metrics.jaxrs.activated=true` to
+have the `/metrics` endpoint activated.
+
 == Dependencies
 
 === API