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

Better Continuous Profiling #52318

Closed
3 of 5 tasks
hawkingrei opened this issue Apr 2, 2024 · 4 comments · Fixed by #52139
Closed
3 of 5 tasks

Better Continuous Profiling #52318

hawkingrei opened this issue Apr 2, 2024 · 4 comments · Fixed by #52139
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@hawkingrei
Copy link
Member

hawkingrei commented Apr 2, 2024

Enhancement

Continuous profiling does not provide a good experience in TiDB; it lacks stack search capabilities and is not convenient for examining profiles over extended periods. It also does not support visualization for goroutines. Here, we can leverage the infrastructure of Pyroscope to implement this system, which will be far more reliable than what we have developed on our own.

for example, we can find this which can be optimized.

image
@hawkingrei hawkingrei added the type/enhancement The issue or PR belongs to an enhancement. label Apr 2, 2024
@hawkingrei hawkingrei changed the title better continuous profiling Better Continuous Profiling Apr 2, 2024
@hawkingrei hawkingrei mentioned this issue Apr 2, 2024
13 tasks
@hawkingrei
Copy link
Member Author

ref #52321

@hawkingrei
Copy link
Member Author

ref #53861

@hawkingrei
Copy link
Member Author

ref #53866

@hawkingrei
Copy link
Member Author

ref #53868

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant