spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
335 stars 110 forks source link

Integrate micrometer #51

Closed ryanjbaxter closed 4 years ago

ryanjbaxter commented 4 years ago

Fixes #47

ryanjbaxter commented 4 years ago

FYI @making

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.81%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #51      +/-   ##
============================================
+ Coverage     89.85%   90.66%   +0.81%     
- Complexity       48       50       +2     
============================================
  Files            11       11              
  Lines           207      225      +18     
  Branches          2        4       +2     
============================================
+ Hits            186      204      +18     
  Misses           18       18              
  Partials          3        3
Impacted Files Coverage Δ Complexity Δ
...ience4j/ReactiveResilience4JAutoConfiguration.java 100% <100%> (ø) 2 <0> (ø) :arrow_down:
...er/resilience4j/Resilience4JAutoConfiguration.java 100% <100%> (ø) 2 <0> (ø) :arrow_down:
...esilience4j/Resilience4JCircuitBreakerFactory.java 84% <100%> (+0.66%) 8 <1> (+1) :arrow_up:
...e4j/ReactiveResilience4JCircuitBreakerFactory.java 90.47% <100%> (+0.47%) 8 <1> (+1) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e411101...c532d5b. Read the comment docs.