diff --git a/docs/root/operations/admin.rst b/docs/root/operations/admin.rst
index 6e02b20d6..34392811a 100644
--- a/docs/root/operations/admin.rst
+++ b/docs/root/operations/admin.rst
@@ -164,3 +164,13 @@ The fields are:
Outputs /stats in `Prometheus `_
v0.0.4 format. This can be used to integrate with a Prometheus server. Currently, only counters and
gauges are outputed. Histograms will be outputed in a future update.
+
+.. http:get:: /runtime
+
+ Outputs all runtime values on demand in a human-readable format. See
+ :ref:`here ` for more information on how these values are configured
+ and utilized.
+
+ .. http:get:: /runtime?format=json
+
+ Outputs /runtime in JSON format. This can be used for programmatic access of runtime values.