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(alerts): Don't group on time #89447

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ceorourke
Copy link
Member

@ceorourke ceorourke commented Apr 11, 2025

blah blah fill this in later but if we hit the bucket limit (10,000) we'll just drop additional results and have incorrect data

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 11, 2025
referrer_suffix=referrer_suffix,
)
result: Mapping[int, int] = {}
if tsdb_function == tsdb.get_sums:
Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't want to add group_on_time to the other tsdb functions we may pass since they don't use it anyway, but this feels a little hacky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant