Skip to content

Commit bd9b218

Browse files
Add Compatibility Matrix
see gh-93
1 parent 678583d commit bd9b218

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,23 @@ 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+
=== Compatibility Matrix
21+
22+
Please check the table below and pic the compatible versions for your project:
23+
24+
[cols="1,1,1"]
25+
|===
26+
|Spring Boot |Spring Cloud |Spring Cloud Sleuth OTel
27+
28+
|2.4.x, 2.5.x
29+
|2020.0.x aka Ilford
30+
|1.0.x
31+
32+
|2.6.x
33+
|2021.0.x aka Jubilee
34+
|1.1.x
35+
|===
36+
2037
=== Quick Start
2138

2239
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)