Merge "docs: Add tempurl/formpost metrics"

This commit is contained in:
Zuul 2024-05-28 02:36:47 +00:00 committed by Gerrit Code Review
commit 82debd2cda

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``.
========================================== ====================================================