OPA v1.3.0 #683
johanfylling
announced in
Announcements
OPA v1.3.0
#683
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains a mix of features, bugfixes, and dependency updates.
New Buffer Option for Decision Logs (#5724)
A new, optional, buffering mechanism has been added to decision logging.
The default buffer is designed around making precise memory footprint guarantees, which can produce lock contention at high loads, negatively impacting query performance.
The new event-based buffer is designed to reduce lock contention and improve performance at high loads, but sacrifices the memory footprint guarantees of the default buffer.
The new event-based buffer is enabled by setting the
decision_logs.reporting.buffer_type
configuration option toevent
.For more details, see the decision log plugin README.
Reported by @mjungsbluth, authored by @sspaink
OpenTelemetry: HTTP Support and Expanded Batch Span Configuration (#7412)
Distributed tracing through OpenTelemetry has been extended to support HTTP collectors (enabled by setting the
distributed_tracing.type
configuration option tohttp
).Additionally, configuration has been expanded with fine-grained batch span processor options.
Authored and reported by @sqyang94
Runtime, Tooling, SDK
Docs, Website, Ecosystem
kind
usage instruction in Envoy tutorial (#7465) authored by @joostholslagMiscellaneous
Beta Was this translation helpful? Give feedback.
All reactions