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

[close #253] add input event metric for puller #254

Merged
merged 4 commits into from
Oct 10, 2022

Conversation

zeminzhou
Copy link
Contributor

Signed-off-by: zeminzhou [email protected]

What problem does this PR solve?

add input event count metric for puller

Issue Number: close #253

Problem Description: TBD

What is changed and how does it work?

add input event count metric for puller

Code changes

  • No code

Check List for Tests

This PR has been tested by at least one of the following methods:

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

@zeminzhou
Copy link
Contributor Author

image
image
image

@zeminzhou
Copy link
Contributor Author

PTAL~, Thanks

@@ -9661,7 +9948,10 @@
"interval": "",
"refId": "D",
"hide": false,
"intervalFactor": 2
"interval": "",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is duplicated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed, thanks!

@@ -9661,7 +9948,8 @@
"interval": "",
"refId": "D",
"hide": false,
"intervalFactor": 2
"intervalFactor": 2,
"refId": "D"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"refId" is duplicated. Rest LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed, thanks, PTAL~

Signed-off-by: zeminzhou <[email protected]>
@codecov
Copy link

codecov bot commented Oct 9, 2022

Codecov Report

Merging #254 (48ab112) into main (78e201c) will increase coverage by 0.1338%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##               main       #254        +/-   ##
================================================
+ Coverage   61.1645%   61.2983%   +0.1337%     
================================================
  Files           239        239                
  Lines         20180      20180                
================================================
+ Hits          12343      12370        +27     
+ Misses         6727       6678        -49     
- Partials       1110       1132        +22     
Flag Coverage Δ *Carryforward flag
br 60.2203% <ø> (ø) Carriedforward from e453e2d
cdc 61.7938% <ø> (+0.1952%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
cdc/cdc/kv/client.go 84.1498% <0.0000%> (-3.0260%) ⬇️
cdc/cdc/sorter/unified/unified_sorter.go 92.3611% <0.0000%> (-0.6945%) ⬇️
cdc/cdc/kv/region_worker.go 79.5833% <0.0000%> (-0.4167%) ⬇️
cdc/cdc/sorter/unified/merger.go 70.2265% <0.0000%> (+0.6472%) ⬆️
cdc/pkg/pdtime/acquirer.go 65.1162% <0.0000%> (+6.9767%) ⬆️
cdc/cdc/sorter/unified/file_backend.go 53.9473% <0.0000%> (+20.1754%) ⬆️

.
Signed-off-by: zeminzhou <[email protected]>
Copy link
Collaborator

@pingyu pingyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

Copy link
Contributor

@haojinming haojinming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pingyu pingyu merged commit bf349c5 into tikv:main Oct 10, 2022
@zeminzhou zeminzhou deleted the add-puller-input-metric branch October 17, 2022 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cdc: Add input event metric for puller
3 participants