From 5922af1d6c7bf255b44b69c9039dd2a4ce4c2b0a Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Tue, 10 Dec 2024 10:40:41 -0800 Subject: [PATCH 1/2] Doc:OpenTelemetry and JRuby 9.4 support doc --- docs/Compatibility.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Compatibility.md b/docs/Compatibility.md index 0d9e9b32256..15058852c5b 100644 --- a/docs/Compatibility.md +++ b/docs/Compatibility.md @@ -22,7 +22,8 @@ The Ruby Datadog Trace library is open source. See the [dd-trace-rb][1] GitHub r | | | 2.1 | [EOL](#support-eol) | < 2.0.0 | | | | 2.0 | [EOL](#support-eol) | < 0.50.0 | | | | 1.9 | [EOL](#support-eol) | < 0.27.0 | -| JRuby | https://www.jruby.org | 9.3 | [latest](#support-latest) | Latest | +| JRuby | https://www.jruby.org | 9.4 | [latest](#support-latest) | Latest | +| | | 9.3 | [latest](#support-latest) | Latest | | | | 9.2.21.0+ | [latest](#support-latest) | Latest | ### Supported web servers @@ -37,6 +38,7 @@ The Ruby Datadog Trace library is open source. See the [dd-trace-rb][1] GitHub r | Type | Documentation | Version | Support type | Gem version support | |-------------|-------------------------------------------------|---------|---------------------|---------------------| +| OpenTelemetry | https://github.com/open-telemetry/opentelemetry-ruby | 1.9.0+ | >= 1.1.0 | | OpenTracing | https://github.com/opentracing/opentracing-ruby | 0.4.1+ | [EOL](#support-eol) | < 2.0.0 | ### Supported operating systems From b4c8a3211104ebbb6c3e5efaf8ad15be5aad0993 Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Wed, 11 Dec 2024 11:40:36 -0800 Subject: [PATCH 2/2] Fix otel table fields --- docs/Compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compatibility.md b/docs/Compatibility.md index 15058852c5b..7334f2254a9 100644 --- a/docs/Compatibility.md +++ b/docs/Compatibility.md @@ -38,7 +38,7 @@ The Ruby Datadog Trace library is open source. See the [dd-trace-rb][1] GitHub r | Type | Documentation | Version | Support type | Gem version support | |-------------|-------------------------------------------------|---------|---------------------|---------------------| -| OpenTelemetry | https://github.com/open-telemetry/opentelemetry-ruby | 1.9.0+ | >= 1.1.0 | +| OpenTelemetry | https://github.com/open-telemetry/opentelemetry-ruby | >= 1.1.0 | [latest](#support-latest) | 1.9.0+ | | OpenTracing | https://github.com/opentracing/opentracing-ruby | 0.4.1+ | [EOL](#support-eol) | < 2.0.0 | ### Supported operating systems