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

fix(blooms): Fix partitionSeriesByDay function #12900

Merged
merged 2 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Fix partitionSeriesByDay function

    The function `partitionSeriesByDay` could yield empty
    when chunks were outside of the requested time range.
    
    This would result in requests for a time range that does not contain any
    series and chunks to filter. These requests would return errors.
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6ad8aee View commit details
    Browse the repository at this point in the history
  2. Do not return error when series for a day are empty

    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c6994e4 View commit details
    Browse the repository at this point in the history