docs: Add tempurl/formpost metrics

Change-Id: I04478c44957032e911069bcd4859caf3baaddb63
This commit is contained in:
Tim Burke 2023-05-25 17:25:19 -07:00
parent 1f298714af
commit 9b8e5a5c95

View File

@ -89,3 +89,25 @@ Metric Name Description
``tempauth.<reseller_prefix>.token_denied`` Count of token requests which were denied.
``tempauth.<reseller_prefix>.errors`` Count of errors.
=========================================== ====================================================
``tempurl`` Middleware
----------------------
========================================== ====================================================
Metric Name Description
------------------------------------------ ----------------------------------------------------
``proxy-server.tempurl.digests.<digest>`` Count of requests authorized using the specified
``<digest>``; may be one of ``sha1``, ``sha256``,
or ``sha512``.
========================================== ====================================================
``formpost`` Middleware
-----------------------
========================================== ====================================================
Metric Name Description
------------------------------------------ ----------------------------------------------------
``proxy-server.formpost.digests.<digest>`` Count of requests authorized using the specified
``<digest>``; may be one of ``sha1``, ``sha256``,
or ``sha512``.
========================================== ====================================================