-
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 #248] fix keyspan sink metrics #249
Conversation
Signed-off-by: pingyu <[email protected]>
@zeminzhou @haojinming PTAL, thanks~ |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
================================================
+ Coverage 61.2425% 61.3256% +0.0830%
================================================
Files 238 239 +1
Lines 20200 20202 +2
================================================
+ Hits 12371 12389 +18
+ Misses 6690 6675 -15
+ Partials 1139 1138 -1
*This pull request uses carry forward flags. Click here to find out more.
|
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: pingyu <[email protected]> Signed-off-by: pingyu <[email protected]>
Signed-off-by: pingyu <[email protected]> Signed-off-by: pingyu <[email protected]>
* [fix #246] fix unified sorter (#247) * fix unified sorter Signed-off-by: zeminzhou <[email protected]> * remove debug log Signed-off-by: zeminzhou <[email protected]> * add metric for the input event of puller Signed-off-by: zeminzhou <[email protected]> * remove puller input metric Signed-off-by: zeminzhou <[email protected]> * add back Signed-off-by: zeminzhou <[email protected]> Signed-off-by: zeminzhou <[email protected]> Signed-off-by: pingyu <[email protected]> * fix keyspan sink metrics (#249) Signed-off-by: pingyu <[email protected]> Signed-off-by: pingyu <[email protected]> * fix gh action Signed-off-by: pingyu <[email protected]> Signed-off-by: zeminzhou <[email protected]> Signed-off-by: pingyu <[email protected]> Co-authored-by: zzm <[email protected]>
Signed-off-by: pingyu [email protected]
What problem does this PR solve?
Issue Number: close #248
Problem Description: Table sink output event metrics in Dataflow is not correct
What is changed and how does it work?
Fix metrics name & comment in Grafana.
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes