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
Common questions asked when operating the system are:
Are there an increase in failures while executing policies ?
Are policies performing poorly? -> Increase in latency ?
Suggested Solution
To answer all these questions easily, we can implement prometheus metrics that represent exactly that information.
Suggestion would be to provide (counter & summary) metrics for each processed request with the following labels:
package
request path
request method
result (granted, denied, error)
This would allow to monitor latency and error rate of kelon.
The text was updated successfully, but these errors were encountered:
Problem Statement
Common questions asked when operating the system are:
Suggested Solution
To answer all these questions easily, we can implement prometheus metrics that represent exactly that information.
Suggestion would be to provide (counter & summary) metrics for each processed request with the following labels:
packagerequest pathresult (granted, denied, error)This would allow to monitor latency and error rate of kelon.
The text was updated successfully, but these errors were encountered: