@@ -18,6 +18,7 @@ Some layers include the corresponding OTel language SDK for the Lambda. This all
1818* ### [ Java + Collector Lambda Layer] ( java/README.md )
1919* ### [ NodeJS + Collector Lambda Layer] ( nodejs/README.md )
2020* ### [ .NET + Collector Lambda Layer] ( dotnet/README.md )
21+ * ### [ Ruby + Collector Lambda Layer] ( ruby/README.md )
2122* ### [ Collector Lambda Layer] ( collector/README.md )
2223
2324## FAQ
@@ -69,17 +70,17 @@ The table below captures the state of various features and their levels of suppo
6970
7071| Feature | Node | Python | Java | .NET | Go | Ruby |
7172| -------------------------- | :--: | :----: | :--: | :--: | :--: | :--: |
72- | OpenTelemetry collector | + | + | + | + | + | |
73- | Custom context propagation | + | - | - | - | N/A | |
74- | X-Ray Env Var Span Link | - | - | - | - | N/A | |
75- | Semantic Conventions^ | | + | + | + | N/A | |
76- | - Trace General^<sup >[ 1] </sup > | + | | + | + | N/A | |
77- | - Trace Incoming^<sup >[ 2] </sup > | - | | - | + | N/A | |
78- | - Trace Outgoing^<sup >[ 3] </sup > | + | | - | + | N/A | |
79- | - Metrics^<sup >[ 4] </sup > | - | | - | - | N/A | |
80- | Auto instrumentation | | + | + | - | N/A | |
81- | Flush TracerProvider | + | + | | + | + | |
82- | Flush MeterProvider | + | + | | | | |
73+ | OpenTelemetry collector | + | + | + | + | + | + |
74+ | Custom context propagation | + | - | - | - | N/A | + |
75+ | X-Ray Env Var Span Link | - | - | - | - | N/A | - |
76+ | Semantic Conventions^ | | + | + | + | N/A | + |
77+ | - Trace General^<sup >[ 1] </sup > | + | | + | + | N/A | + |
78+ | - Trace Incoming^<sup >[ 2] </sup > | - | | - | + | N/A | - |
79+ | - Trace Outgoing^<sup >[ 3] </sup > | + | | - | + | N/A | + |
80+ | - Metrics^<sup >[ 4] </sup > | - | | - | - | N/A | - |
81+ | Auto instrumentation | | + | + | - | N/A | + |
82+ | Flush TracerProvider | + | + | | + | + | + |
83+ | Flush MeterProvider | + | + | | | | - |
8384
8485#### Legend
8586
0 commit comments