diff --git a/README.md b/README.md
index 95d50c6bbb056aec9c42030c44f265d6705bba4f..97ab165f8172fc3b53a5481f5a50c4cbedf36cd9 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,10 @@ docker build -t halfshot/matrix-appservice-discord .
 # Run the container
 docker run -v /matrix-appservice-discord:/data -p 9005:9005 halfshot/matrix-appservice-discord
 ```
+#### Metrics
+
+The bridge supports reporting metrics via Prometheus. You can configure metrics support in the config
+file. The metrics will be reported under the URL provided in the registration file, on the `/metrics` endpoint.
 
 #### 3PID Protocol Support