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

feat(alerts): Load best effort data for spans dataset #88912

Merged

Conversation

narsaynorath
Copy link
Member

Span alerts should always use the best effort method of querying. This ensures that the query will be guaranteed to finish as well as showing the most accurate data possible.

EventsRequest just needs to pass down the sampling mode prop. Since the doEventsRequest method that gets called downstream already accepts sampling as an argument and passes it to the request, I only need to add this at the top level.

@narsaynorath narsaynorath requested review from a team as code owners April 7, 2025 14:44
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 7, 2025
@narsaynorath narsaynorath merged commit a43807f into master Apr 7, 2025
42 checks passed
@narsaynorath narsaynorath deleted the nar/feat/alerts-load-best-effort-data-for-spans branch April 7, 2025 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants