-
Notifications
You must be signed in to change notification settings - Fork 135
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
*: add backend supports for tiproxy & ticdc #1628
Conversation
✅ Deploy Preview for tidb-dashboard ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1628 +/- ##
==========================================
- Coverage 24.39% 24.04% -0.36%
==========================================
Files 170 173 +3
Lines 15436 15679 +243
==========================================
+ Hits 3766 3770 +4
- Misses 11387 11626 +239
Partials 283 283
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: mornyx <[email protected]>
39fc541
to
a97a763
Compare
Signed-off-by: mornyx <[email protected]>
Signed-off-by: mornyx <[email protected]>
Signed-off-by: mornyx <[email protected]>
* chore: add generated spec files * feat(tiproxy): support overview/clusterinfo/searchlogs (wip) * feat(tiproxy): support search logs * feat: support manual profiling for tiproxy and ticdc * feat: add metrics for tiproxy * revert /api prefix * update promql for tiproxy
[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 |
New changes are detected. LGTM label has been removed. |
Add backend supports for TiProxy:
Also complete above backend supports for TiCDC.
FE PR: #1629