-
Notifications
You must be signed in to change notification settings - Fork 172
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
支持JDK11 #1285
Merged
Merged
支持JDK11 #1285
Conversation
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
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1285 +/- ##
=============================================
- Coverage 42.65% 42.34% -0.31%
Complexity 3230 3230
=============================================
Files 816 821 +5
Lines 17762 17895 +133
Branches 1935 1947 +12
=============================================
+ Hits 7576 7578 +2
- Misses 9234 9365 +131
Partials 952 952
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
lilai23
reviewed
Aug 16, 2023
lilai23
reviewed
Aug 16, 2023
TangLeDaily
force-pushed
the
JDK11Avail_a
branch
from
August 16, 2023 09:37
0e951a9
to
26c2ff2
Compare
daizhenyu
reviewed
Aug 17, 2023
...st/dubbo-integration-test/src/test/java/com/huaweicloud/integration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
JDK11Avail_a
branch
from
August 17, 2023 02:34
26c2ff2
to
f6ea13a
Compare
lilai23
reviewed
Aug 17, 2023
.../monitor-service/src/main/java/com/huawei/monitor/service/collector/JvmCollectorService.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 17, 2023
...spring-intergration-test/src/test/java/com/huaweicloud/intergration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 17, 2023
...spring-intergration-test/src/test/java/com/huaweicloud/intergration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Aug 17, 2023
...st/dubbo-integration-test/src/test/java/com/huaweicloud/integration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
JDK11Avail_a
branch
from
August 17, 2023 03:35
9aacf99
to
0bea34b
Compare
lilai23
approved these changes
Aug 17, 2023
hanbingleixue
approved these changes
Aug 17, 2023
TangLeDaily
added
kind/enhancement
Issues or PRs releated to sermant enhancement
area/plugin
Issues or PRs releated to sermant plugin service
labels
Aug 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/e2e-test
Issues or PRs releated to e2e test
area/plugin
Issues or PRs releated to sermant plugin service
kind/enhancement
Issues or PRs releated to sermant enhancement
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.
【修复issue】#1283
【修改内容】
【用例描述】修改了monitor集成测试性能指标遍历。原因:JDK11后删除了一些指标新增了一些指标,需要根据不同版本适配更改
【自测情况】本地静态检查通过;UT通过;
【影响范围】monitor可采集的指标更改,文档需要更新