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

Identify slowdowns related to a specific group of spans (e.g db, machine, tables etc) #52

Open
doppleware opened this issue Jul 16, 2023 · 0 comments
Labels

Comments

@doppleware
Copy link
Contributor

Why are we building this?
Sometimes noticing that a specific span is slowing down or experiencing performance issues can be just a distraction if the underlying cause is wider. For example, the issue can be related to all database spans slowing down because of an issue, all spans using a specific table (because of indexing issues), all spans on a specific machine etc.

What are we building?
Ability to identify these groups are behaving in the same way and create a relevant insight to indicate what is happening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant