diff --git a/doc/source/metrics/proxy_server.rst b/doc/source/metrics/proxy_server.rst index c457478a48..3e72f426f7 100644 --- a/doc/source/metrics/proxy_server.rst +++ b/doc/source/metrics/proxy_server.rst @@ -89,3 +89,25 @@ Metric Name Description ``tempauth..token_denied`` Count of token requests which were denied. ``tempauth..errors`` Count of errors. =========================================== ==================================================== + +``tempurl`` Middleware +---------------------- + +========================================== ==================================================== +Metric Name Description +------------------------------------------ ---------------------------------------------------- +``proxy-server.tempurl.digests.`` Count of requests authorized using the specified + ````; may be one of ``sha1``, ``sha256``, + or ``sha512``. +========================================== ==================================================== + +``formpost`` Middleware +----------------------- + +========================================== ==================================================== +Metric Name Description +------------------------------------------ ---------------------------------------------------- +``proxy-server.formpost.digests.`` Count of requests authorized using the specified + ````; may be one of ``sha1``, ``sha256``, + or ``sha512``. +========================================== ====================================================