Skip to content

Commit 4ad304b

Browse files
feat: ruby prod release (#1362)
* feat: ruby prod release * Update ruby/README.md Co-authored-by: Tyler Benson <[email protected]> --------- Co-authored-by: Tyler Benson <[email protected]>
1 parent 8faa5af commit 4ad304b

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.github/workflows/release-layer-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
layer-name: opentelemetry-ruby
7979
component-version: ${{needs.build-layer.outputs.RUBY_SDK_VERSION}}
8080
runtimes: ruby3.2
81-
release-group: dev
81+
release-group: prod
8282
aws_region: ${{ matrix.aws_region }}
8383
secrets: inherit

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

ruby/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Requirement:
99
* [Go](https://go.dev/doc/install)
1010
* [Docker](https://docs.docker.com/get-docker)
1111

12+
Current ruby layer only supports ruby 3.2.0
1213

1314
## Building Lambda Ruby Layer With OpenTelemetry Ruby Dependencies
1415

0 commit comments

Comments
 (0)