-
Notifications
You must be signed in to change notification settings - Fork 136
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
profiling: Add the support for TiKV heap profiling #1600
Conversation
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
✅ Deploy Preview for tidb-dashboard ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Connor1996 <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1600 +/- ##
==========================================
- Coverage 24.71% 24.61% -0.11%
==========================================
Files 169 169
Lines 15227 15290 +63
==========================================
Hits 3763 3763
- Misses 11182 11245 +63
Partials 282 282
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baurine The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
* Revert "Release v2023.11.02.1 (#1609)" This reverts commit 865955c. * feat(statements): show `plan_cache_hits` field (#1598) * tweak: make the goroutine profile more verbose (#1450) * feat: support additional OIDC parameters (#1567) Co-authored-by: Sparkle <[email protected]> * chore(sso): improve client secret security (#1599) * chore(topsql): adjust TopSQL for clinic (#1601) * chore(sso): support customize OIDC scopes (#1602) * chore(clinic): support redirect back after login for clinic (#1603) * chore(topsql): remove username for clinic (#1605) * chore(topsql): show cluster name and disable auto-refresh for clinic (#1606) * profiling: Add the support for TiKV heap profiling (#1600) * increase the upper limit of testing time (#1526) * fix cannot login when use ipv6 address (#1516) * tweak: explicitly set session max_execution_time to 600s (#1608) * profiling: reuse convertDotToSVG to generate tikv heap profile svg (#1610) * update release version to 2023.11.08.1 --------- Co-authored-by: Yexiang Zhang <[email protected]> Co-authored-by: horus <[email protected]> Co-authored-by: Connor <[email protected]> Co-authored-by: nexustar <[email protected]>
With tikv/tikv#15695, TiKV now can fetch heap profiles remotely. So add the support for TiKV heap profiling on tidb-dashboard