From 9b8e5a5c955340f71fbe9dad314f6241bd126d91 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 25 May 2023 17:25:19 -0700 Subject: [PATCH] docs: Add tempurl/formpost metrics Change-Id: I04478c44957032e911069bcd4859caf3baaddb63 --- doc/source/metrics/proxy_server.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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``. +========================================== ====================================================