diff --git a/docs/root/operations/admin.rst b/docs/root/operations/admin.rst index 8b5f5ae7..a60ee7c7 100644 --- a/docs/root/operations/admin.rst +++ b/docs/root/operations/admin.rst @@ -141,3 +141,9 @@ The fields are: .. http:get:: /stats?format=json Outputs /stats in JSON format. This can be used for programmatic access of stats. + + .. http:get:: /stats?format=prometheus + + 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.