Spring Cloud Circuit Breaker tracing (#1505)

Adds support for Spring Cloud CircuitBreaker
This commit is contained in:
Marcin Grzejszczak
2019-12-13 11:49:43 +01:00
committed by GitHub
parent bc640791ab
commit 11c8090b94
10 changed files with 552 additions and 0 deletions

View File

@@ -1083,6 +1083,11 @@ include::{project-root}/spring-cloud-sleuth-core/src/test/java/org/springframewo
That way, you ensure that a new span is created and closed for each execution.
=== Spring Cloud CircuitBreaker
If you have Spring Cloud CircuitBreaker on the classpath, we will wrap the passed command `Supplier` and the fallback `Function` in its trace representations. In order to disable this instrumentation set `spring.sleuth.circuitbreaker.enabled` to `false`.
=== Hystrix
==== Custom Concurrency Strategy