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

pkg/ingester: added sync period flags #1438

Merged
merged 1 commit into from
Dec 18, 2019
Merged

pkg/ingester: added sync period flags #1438

merged 1 commit into from
Dec 18, 2019

Commits on Dec 18, 2019

  1. pkg/ingester: added sync period flags

    SyncPeriod can be used to tell ingesters to cut chunks early
    (before they are full) to synchronize ingesters so that they put
    the same data into the new chunks. If they do, they generate
    fully equal chunks and then they don't need to store them.
    
    To avoid very small chunks, additional parameter is added:
    -ingester.sync-min-utilization. When set to eg. 0.5, chunk must be
    at least 50% full (utilization) in order to be cut early for sync purposes.
    
    Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
    pstibrany committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    40b7f85 View commit details
    Browse the repository at this point in the history