signalfx / splunk-otel-collector-chart

Splunk OpenTelemetry Collector for Kubernetes
Apache License 2.0
121 stars 150 forks source link

Added fsyncEnabled option to the config #1425

Closed sbylica-splunk closed 1 month ago

sbylica-splunk commented 2 months ago

Description: Added fsyncEnabled flag, it is passed to file storage used by the agent. This is related to the issue: https://splunk.atlassian.net/browse/ADDON-71899

With this flag enabled we can avoid issues with data corruption in the future.

Testing: Manual testing

Documentation: Flag is described in values.yaml

atoulme commented 2 months ago

Please rebase, make render and push --force. See my comments on allowing to pass the default from upstream unless we explicitly override if possible.