-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
improve tidb go runtime metrics #55390
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
This was referenced Aug 13, 2024
13 tasks
Benjamin2037
pushed a commit
to Benjamin2037/tidb
that referenced
this issue
Sep 11, 2024
13 tasks
13 tasks
13 tasks
13 tasks
This was referenced Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
Currently, TiDB's monitoring related to the Golang runtime lacks sufficient detail to effectively identify runtime-related issues. To address this, we need to enhance the existing Grafana monitoring panels and introduce additional monitoring metrics focused on the Golang runtime.
The primary goal is to refine and expand the TiDB monitoring capabilities to provide more insightful data, which will aid in diagnosing runtime-related problems. The improvements will be implemented by optimizing the existing monitoring panels and adding new ones to cover critical runtime aspects.
scheduler activity andmutex contention, offering better visibility into potential bottlenecks. pkg/metrics: add a panel for sync mutex wait #56022The text was updated successfully, but these errors were encountered: