fixed bug that monitor consumer side elapsed is negative#5482
Closed
maxiaoguang64 wants to merge 1 commit intoapache:masterfrom
Closed
fixed bug that monitor consumer side elapsed is negative#5482maxiaoguang64 wants to merge 1 commit intoapache:masterfrom
maxiaoguang64 wants to merge 1 commit intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5482 +/- ##
============================================
+ Coverage 61.06% 61.09% +0.03%
- Complexity 422 424 +2
============================================
Files 919 919
Lines 37502 37510 +8
Branches 5444 5447 +3
============================================
+ Hits 22900 22918 +18
+ Misses 12106 12094 -12
- Partials 2496 2498 +2
Continue to review full report at Codecov.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
example:
1、provider side system time is father consumer side system time
2、consumer side record start time 1576546020000
3、provider side overwrite consumer side start time 1576546040000
4、consumer side record end time 1576546030000
5、consumer side calculate elapsed -10000