-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversation
Signed-off-by: zeminzhou <[email protected]>
PTAL~, Thanks |
cdc/metrics/grafana/tikv-cdc.json
Outdated
@@ -9661,7 +9948,10 @@ | |||
"interval": "", | |||
"refId": "D", | |||
"hide": false, | |||
"intervalFactor": 2 | |||
"interval": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is duplicated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed, thanks!
Signed-off-by: zeminzhou <[email protected]>
cdc/metrics/grafana/tikv-cdc.json
Outdated
@@ -9661,7 +9948,8 @@ | |||
"interval": "", | |||
"refId": "D", | |||
"hide": false, | |||
"intervalFactor": 2 | |||
"intervalFactor": 2, | |||
"refId": "D" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 Report
Additional details and impacted files@@ 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
*This pull request uses carry forward flags. Click here to find out more.
|
Signed-off-by: zeminzhou <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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
Check List for Tests
This PR has been tested by at least one of the following methods: