Feature/691 Add Bucket and Task Creation Support to Helm Chart #692
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Summary: Add Bucket and Task Creation Support to Helm Chart
Overview
This pull request enhances the Helm chart for InfluxDB by introducing the ability to create aggregated buckets and tasks for data aggregation. The feature addresses performance considerations by enabling the creation of pre-aggregated data.
Key Changes
New Aggregated Buckets
default_agg_topic
default_agg_stats
default_agg_kpi
0s
).Data Aggregation Task
Helm Chart Modifications
values.yaml
: Includes new configuration to toggle bucket and task creation using thecreateBucketsAndTask.enabled
flag.Testing and Validation
Next Steps
main
branch after testing is successful.Related Issue
This pull request addresses [Issue #691].
Including the keyword Closes #691 in the pull request description will link the issue and close it upon merging.
Request for Assistance
Thanks for reviewing this!