-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
feat(actuator):Adding Support for Spring Boot Actuator #14596
Conversation
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Outdated
Show resolved
Hide resolved
...-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
@AlbumenJ PTAL |
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Show resolved
Hide resolved
...ot/dubbo-spring-boot-actuator/src/main/resources/META-INF/dubbo-endpoints-default.properties
Outdated
Show resolved
Hide resolved
...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. |
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