mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
9c85dfc6fc
This corrects the missing time in rego_module_parse timers as we now have metrics collecting info as we parse *.rego files from file loaders and from bundles as they are unpacked. It also adds in a timer for the data files that are loaded through similar mechanisms. Signed-off-by: Patrick East <east.patrick@gmail.com>