Skip to content

Commit 354847d

Browse files
Adding compatibility matrix with Spring Cloud
This won't be needed after this project goes GA since this will be defined in the Spring Cloud BOM closes gh-78
1 parent a5468fa commit 354847d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Spring Cloud Sleuth provides Spring Boot auto-configuration for OpenTelemetry ba
1717
Sleuth configures everything you need to get started.
1818
This includes where trace data (spans) are reported to, how many traces to keep (sampling), if remote fields (baggage) are sent, and which libraries are traced.
1919

20+
=== Spring Cloud Compatibility
21+
22+
|=======
23+
| Spring Cloud Sleuth OTel | Spring Cloud
24+
| 1.0.x | 2020.x
25+
| 1.1.x | 2021.x
26+
|=======
27+
2028
=== Quick Start
2129

2230
Add Spring Cloud Sleuth to the classpath of a Spring Boot application (together with a Tracer implementation) and you will see trace IDs in logs.

0 commit comments

Comments
 (0)