You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support for OpenTelemetry traces, enabled by setting pspdfkit.observability.opentelemetry.enabled to true.
Unless the collector is placed as a sidecar and receives by grpc at port 4317, other parameters are also necessary.
Please note: standard OpenTelemetry environment variables are used, and the following values are just convenience wrappers, therefore other configuration approaches (e.g. setting variables through mutations or post build patches) will also work.
Wrapped parameters (see values.yaml for more details):
Changed pspdfkit.storage.enableMigrationJobs to pspdfkit.storage.databaseMigrationJob.enabled.
Renamed .Values.pspdfkit.storage.redis.sentinels to .Values.pspdfkit.storage.redis.sentinel.
Slight refinement of trust information parameters: all files from pspdfkit.trustConfigMaps are now mounted to /certificate-stores-custom/ to avoid confusion with /certificate-stores/ which services for document signature validation certificates.