Skip to content
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

Make rollup update interval configurable when rollup-conf set to "auto". #186

Merged
merged 3 commits into from
Jul 11, 2022
Merged

Make rollup update interval configurable when rollup-conf set to "auto". #186

merged 3 commits into from
Jul 11, 2022

Conversation

lexx-bright
Copy link
Contributor

No description provided.


c.DataTable[i].Rollup, err = rollup.NewAuto(c.ClickHouse.URL, table, time.Minute, rdp, rdf)
c.DataTable[i].Rollup, err = rollup.NewAuto(c.ClickHouse.URL, table, interval, rdp, rdf)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep it as it is, 1 minute. It doesn't harm, but everybody will be surprised if eventually, the auto-rollup update will require service restart

@Felixoid Felixoid merged commit f5c8ce5 into go-graphite:master Jul 11, 2022
@lexx-bright lexx-bright deleted the RollupAutoInterval branch November 23, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants