-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: implement bridgestats logics * chore: Add necessary environment variables to trigger netstats and add send error messages to bridge's stats into `task.go` * nit: remove unused init function in bridge stats * chore: correct readLoop and reportLoop to make them return if quitCh is closed * Add pipeline on pull request * fix compile error * remove unused code * Remove unused code * Rename from pass to secret * Disable pushing nightly from PR * Feat/implement bridge stats (#83) * fix compile error * Remove unused code * Rename from pass to secret * Add log for tracking * Add for tracking report process * Add read loop * Rework ronin stats logic * Remove lock * Rework readLoop * Add ping handler from server * Reduce ticker from 10 to 5s * Remove unused locking, add handle signal quit, and move functionality to a separate function * Fix typo and create a constant * Remove lock in Service struct --------- Co-authored-by: Huy Ngo <[email protected]>
- Loading branch information
1 parent
1ef9f11
commit 4f21bd6
Showing
9 changed files
with
434 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.