-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add default 90 day bucket retention #71
Add default 90 day bucket retention #71
Conversation
influxdb_bucket is a typeBreaking changes to this file WILL impact these 1 modules (exact match):influxdb is a classBreaking changes to this file WILL impact these 1 modules (exact match):influxdb::profile::toml is a classBreaking changes to this file WILL impact these 1 modules (exact match):This module is declared in 0 of 580 indexed public
|
@@ -166,402 +166,6 @@ | |||
expect(provider.get(context)).to eq should_hash | |||
end | |||
end | |||
|
|||
# context 'with paginated api response' do |
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.
What's all this getting removed?
@m0dular is that a breaking change that will change the retention of existing buckets from infinity to 90 days? Or only for new buckets? |
It would be nice if the retention time would be managable via parameter. We often have use cases where data >3 months are needed |
@bastelfreak @SimonHoenscheid Since |
No description provided.