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

metrics(ticdc): fix some missing db sorter related metrics #11547

Merged
merged 7 commits into from
Sep 6, 2024

Conversation

3AceShowHand
Copy link
Contributor

@3AceShowHand 3AceShowHand commented Sep 2, 2024

What problem does this PR solve?

Issue Number: close #11574

What is changed and how it works?

image
  • CPU usage should be remove when the db actor removed
  • Read duration - Release and Read OPS - Release are not tracked.

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)

Questions

Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?

Release note

`None`

@ti-chi-bot ti-chi-bot bot added do-not-merge/needs-linked-issue release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Sep 2, 2024
@ti-chi-bot ti-chi-bot bot added the affect-ticdc-config-docs Pull requests that affect TiCDC configuration docs. label Sep 2, 2024
@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. and removed release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/needs-linked-issue labels Sep 6, 2024
@ti-chi-bot ti-chi-bot bot added needs-1-more-lgtm Indicates a PR needs 1 more LGTM. approved labels Sep 6, 2024
@3AceShowHand 3AceShowHand changed the title [DNM] metrics(ticdc): fix some missing db sorter related metrics metrics(ticdc): fix some missing db sorter related metrics Sep 6, 2024
Copy link
Contributor

ti-chi-bot bot commented Sep 6, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: asddongmen, hicqu

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added lgtm and removed needs-1-more-lgtm Indicates a PR needs 1 more LGTM. labels Sep 6, 2024
Copy link
Contributor

ti-chi-bot bot commented Sep 6, 2024

[LGTM Timeline notifier]

Timeline:

  • 2024-09-06 09:51:54.681382822 +0000 UTC m=+4384.421806760: ☑️ agreed by asddongmen.
  • 2024-09-06 09:57:12.97503164 +0000 UTC m=+4702.715455576: ☑️ agreed by hicqu.

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 91.17647% with 3 lines in your changes missing coverage. Please review.

Project coverage is 57.4410%. Comparing base (8306633) to head (ed56302).
Report is 5 commits behind head on master.

Additional details and impacted files
Components Coverage Δ
cdc 61.1858% <91.1764%> (-0.0157%) ⬇️
dm 51.0092% <ø> (-0.0525%) ⬇️
engine 63.3738% <ø> (ø)
Flag Coverage Δ
unit 57.4410% <91.1764%> (-0.0268%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@@               Coverage Diff                @@
##             master     #11547        +/-   ##
================================================
- Coverage   57.4677%   57.4410%   -0.0268%     
================================================
  Files           851        851                
  Lines        126443     126495        +52     
================================================
- Hits          72664      72660         -4     
- Misses        48381      48420        +39     
- Partials       5398       5415        +17     

@3AceShowHand
Copy link
Contributor Author

/retest

@ti-chi-bot ti-chi-bot bot merged commit f74f863 into pingcap:master Sep 6, 2024
27 of 28 checks passed
wk989898 pushed a commit to wk989898/tiflow that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affect-ticdc-config-docs Pull requests that affect TiCDC configuration docs. approved lgtm release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove some stale db sorter related panel and unify the panel title
3 participants