-
Notifications
You must be signed in to change notification settings - Fork 856
[#513] Virtual thread pin event metric and alarm #517
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
Open
EachannChan
wants to merge
21
commits into
dromara:springboot3-dev
Choose a base branch
from
EachannChan:virtual-thread-springboot3
base: springboot3-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9704b33
[ISSUE #515] add scheduledFuture cancel check
KamToHung 7e88a92
Merge pull request #516 from KamToHung/fix-515
yanhom1314 b938353
monitor and remane
EachannChan b4ee485
format
EachannChan 0496aa5
Merge branch 'springboot3' of https://github.com/dromara/dynamic-tp i…
yanhom1314 15eaaef
upgrade cloud-nacos sca version
yanhom1314 8e02eb6
Merge branch 'dromara:master' into virtual-thread
EachannChan 10cfe76
Merge remote-tracking branch 'origin/virtual-thread' into virtual-thread
EachannChan 8f74435
Merge branch 'virtual-thread' into virtual-thread-springboot3
EachannChan 10c87d5
notify and alarm functions barely complete
EachannChan 3a27975
send common alarm message
EachannChan a603965
complete send common alarm message and metric pin event functions
EachannChan 939a119
optimize
EachannChan e7236f2
fix
EachannChan c1a5867
send log info and fix
EachannChan d908db4
optimize
EachannChan 332bbde
optimize
EachannChan 9016df4
optimize and fix
EachannChan d74a64e
remove common alarm logic from AlarmInvoker
7d2b2f9
some optimize
782159b
remove DtpRegistry VT related logic
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,12 @@ public enum NotifyItemEnum { | |
/** | ||
* Task queue wait timeout alarm. | ||
*/ | ||
QUEUE_TIMEOUT("queue_timeout", ""); | ||
QUEUE_TIMEOUT("queue_timeout", ""), | ||
|
||
/** | ||
* Pin timeout alarm. | ||
*/ | ||
PIN_TIMEOUT("pin_timeout", ""); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这个不要归类到该枚举里,枚举里是线程池层面常规项,这个加入不太合适 |
||
|
||
private final String value; | ||
|
||
|
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
这是一个完整的json,不要拆分开,很难维护,格式容易配置错