-
Notifications
You must be signed in to change notification settings - Fork 188
relay: fix bug of relay metrics being recorded only once (#1748) #1753
relay: fix bug of relay metrics being recorded only once (#1748) #1753
Conversation
/lgtm |
@lance6716: Please use GitHub review feature instead of For the reason we drop support to the commands, see also this page. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
@lance6716: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: eefb1d7
|
This is an automated cherry-pick of #1748
What problem does this PR solve?
https://asktug.com/t/topic/93363/7
What is changed and how it works?
wrap the ticker listener in for loop so we can continuously receive the events.
Check List
Tests
Code changes
Side effects
Related changes