Skip to content

Commit a031921

Browse files
watsonjoepeeples
andauthored
[CO] Refactor compatibility requirements into tabs (#31554)
Allow for documenting framework support with different tracing library versions Co-authored-by: Joe Peeples <[email protected]>
1 parent ee20692 commit a031921

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

content/en/tracing/code_origin/_index.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,44 @@ In Trace Explorer, select a span from an enabled service to see Code Origin deta
4646

4747
### Compatibility requirements
4848

49-
| Runtime Language | Tracing Library Version | Frameworks |
50-
|---|---|---|
51-
| Java | 1.47.0+ | Spring Boot/Data, gRPC servers, Micronaut 4, Kafka consumers|
52-
| Python | 2.15.0+ | Django, Flask, Starlette and derivatives|
53-
| Node.js | 4.49.0+ | Fastify, Express (5.54.0+)|
54-
| .NET | 3.15.0+ | ASP.NET, ASP.NET Core|
49+
{{% tabs %}}
50+
51+
{{% tab "Java" %}}
52+
53+
| Tracing Library Version | Frameworks |
54+
|---|---|
55+
| 1.47.0+ | Spring Boot/Data, gRPC servers, Micronaut 4, Kafka consumers |
56+
57+
{{% /tab %}}
58+
59+
{{% tab "Python" %}}
60+
61+
| Tracing Library Version | Frameworks |
62+
|---|---|
63+
| 2.15.0+ | Django, Flask, Starlette, and derivatives |
64+
65+
{{% /tab %}}
66+
67+
{{% tab "Node.js" %}}
68+
69+
| Tracing Library Version | Frameworks |
70+
|---|---|
71+
| 4.49.0+ | Fastify |
72+
| 5.54.0+ | Express |
73+
74+
**Note:** NestJS is not supported, even though the underlying framework is either Express or Fastify.
75+
76+
{{% /tab %}}
77+
78+
{{% tab ".NET" %}}
79+
80+
| Tracing Library Version | Frameworks |
81+
|---|---|
82+
| 3.15.0+ | ASP.NET, ASP.NET Core |
83+
84+
{{% /tab %}}
85+
86+
{{% /tabs %}}
5587

5688
### Enable Code Origin
5789

0 commit comments

Comments
 (0)