You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, I can access relevant statistics about the External Authorization executions in general, but I cannot distinguish between the two external services, and most importantly I cannot measure the allow/deny rates of each of the filters.
My suggestion is to have the option of naming each of the filters, and having that name added as a dimension to the statistics produced by the filter, for example:
This patch allows setting an additional prefix for HTTP filter stats. This lets the emitted statistics from configured ext_authz HTTP filters in an HTTP filter chain can be distinguished from each other.
Risk Level: Low
Testing: Added a test on additional prefix.
Docs Changes: Added
Release Notes: Added
Fixes#12666
Signed-off-by: Dhi Aurrahman <[email protected]>
Title: Support filter naming and per-filter statistics
Description:
My HTTP filter chain contains multiple instances of
ext_authz
, each fulfilling a completely different task.My real-life use case:
In this case, I can access relevant statistics about the External Authorization executions in general, but I cannot distinguish between the two external services, and most importantly I cannot measure the allow/deny rates of each of the filters.
My suggestion is to have the option of naming each of the filters, and having that name added as a dimension to the statistics produced by the filter, for example:
The text was updated successfully, but these errors were encountered: