OpenFGA v0.3.2
is out with ListObjects optimizations and new telemetry integrations
#97
Closed
jon-whit
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey community 👋
We just released OpenFGA
v0.3.2
. It comes with some fixes and some more great improvements to the optimized ListObjects API for models written in the new 1.1 schema modeling language (see our prior announcement). We've also introduced experimental telemetry support for OpenTelemetry metrics.Try out the new features and let us know what you think here or on our discord channel!
Changes in this release
Added
OpenTelemetry metrics integration with an otlp exporter- thanks @alexandrebrg!
To export OpenTelemetry metrics from an OpenFGA instance you can now provide the otel-metrics experimental flag along with the --otel-telemetry-endpoint and --otel-telemetry-protocol flags. For example,
For more information see the official documentation on Experimental Features and Telemetry.
Type-bound public access support in the optimized ListObjects implementation (when the
list-objects-optimized
experimental feature is enabled)Fixed
Beta Was this translation helpful? Give feedback.
All reactions