mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-23 16:55:48 -06:00
f6c30e76ca
This pull request ditches some higher granularity buckets in favour of adding a few smaller ones. The bucket that I chose was based on https://www.openpolicyagent.org/docs/latest/policy-performance/#high-performance-policy-decisions where the expectation is "policy evaluation has a budget on the order of 1 millisecond". Also, I tried to stay within Prometheus's default 10 buckets. This fixes #3196 Signed-off-by: Luong Vo <vo.tran.thanh.luong@gmail.com>