-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downsampling spec #2259
Downsampling spec #2259
Conversation
Co-authored-by: Josh Mock <[email protected]>
Co-authored-by: Josh Mock <[email protected]>
Closing this PR as the CI seems to be running on the fork |
Briefly reopening for a CI run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
1 similar comment
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
This adds the specification for downsampling as part of
the data stream lifecycle.
The downsampling configuration is nullable (just like
data_retention) and itself can contain a nullable list
of downsampling rounds.
Each round consists of an after duration/timevalue field
and the downsample configuration (the fixed_interval)