Ashutosh Narkar
Ashutosh Narkar
Thanks for the info. Seems like a good addition to me.
FYI there is existing work to resolve https://github.com/open-policy-agent/opa/issues/5946 in https://github.com/open-policy-agent/opa/pull/6040
The Prometheus metrics OPA provides are for the http handler. For the `opa-envoy` plugin the metrics should be in the decision log as Stephan mentioned. Have you looked into the...
@LionOnTheChase if you would like to contribute this feature, we'd be happy to guide you.
@LionOnTheChase thanks for the insight. > the amount of decision logs being generated are consuming high disk usage Decision logs are not persisted to disk. They are in-memory. You can...
The compact format seems nice. We would still fail on unknown metadata attributes in strict mode but now at least you can mix in comments. Looks like a good change....
Agreed from a debugging perspective especially for new users improving this would be helpful.
> Parsing with locations included could allow trying to "map" the location of an annotation to the location of a package or rule, but this would be error-prone. Due to...
Thanks for the report @marcaurele. We'll need to look into this. When you turn on verbose mode, you enable query tracing and given the large test case could result in...
IMO unless we think there is an actual need for user-defined zero-argument functions, this should be a parser error.