feat(actuator):Adding Support for Spring Boot Actuator#14596
Merged
AlbumenJ merged 9 commits intoapache:3.3from Oct 2, 2024
Merged
feat(actuator):Adding Support for Spring Boot Actuator#14596AlbumenJ merged 9 commits intoapache:3.3from
AlbumenJ merged 9 commits intoapache:3.3from
Conversation
AlbumenJ
requested changes
Aug 27, 2024
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Outdated
Show resolved
Hide resolved
|
AlbumenJ
requested changes
Aug 29, 2024
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Outdated
Show resolved
Hide resolved
CrazyHZM
requested changes
Sep 1, 2024
...-actuator/src/test/java/org/apache/dubbo/spring/boot/actuate/endpoint/DubboEndpointTest.java
Outdated
Show resolved
Hide resolved
...boot-actuator/src/main/java/org/apache/dubbo/spring/boot/actuate/endpoint/DubboEndpoint.java
Outdated
Show resolved
Hide resolved
...ava/org/apache/dubbo/spring/boot/actuate/endpoint/configuration/DubboActuatorProperties.java
Outdated
Show resolved
Hide resolved
…,fixed an error where Class name duplicate DubboEndpoint in dubbo-spring-boot-compatible
b56af45 to
e1750a1
Compare
CrazyHZM
approved these changes
Sep 13, 2024
Contributor
Author
|
@AlbumenJ PTAL |
CrazyHZM
requested changes
Sep 27, 2024
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Show resolved
Hide resolved
AlbumenJ
requested changes
Sep 29, 2024
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Outdated
Show resolved
Hide resolved
AlbumenJ
requested changes
Sep 29, 2024
...pache/dubbo/spring/boot/actuate/endpoint/configuration/DubboEndpointPropertiesGenerator.java
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #14596 +/- ##
==========================================
- Coverage 38.22% 37.59% -0.63%
==========================================
Files 1799 1813 +14
Lines 79761 80691 +930
Branches 11887 11995 +108
==========================================
- Hits 30486 30334 -152
- Misses 44900 45970 +1070
- Partials 4375 4387 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CrazyHZM
approved these changes
Sep 29, 2024
AlbumenJ
approved these changes
Oct 2, 2024
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.



What is the purpose of the change
Adding Support for Spring Boot Actuator and equivalent to the QoS functions
Brief changelog
Verifying this change
Checklist