Skip to content

Commit 847878f

Browse files
Document Ruby OpenFeature runtime recommendation (#37674)
* Document Ruby OpenFeature runtime recommendation * Clarify Ruby OpenFeature runtime limit
1 parent ab144d6 commit 847878f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • content/en/feature_flags/server

content/en/feature_flags/server/ruby.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ Before setting up the Ruby Feature Flags SDK, ensure you have:
3030
- **Datadog Agent** version 7.55 or later with [Remote Configuration][1] enabled
3131
- **Datadog [API key][4]** configured on the Agent
3232
- **Datadog Ruby SDK** `datadog` version 2.24.0 or later
33-
- **OpenFeature Ruby SDK** `openfeature-sdk` version 0.5.1 or later if you need flag evaluation metrics support
33+
- **Ruby runtime** version 3.1 or later to use the full Datadog Feature Flags OpenFeature integration
34+
- **OpenFeature Ruby SDK** `openfeature-sdk` version 0.5.1 or later for provider hooks, exposure logging, and flag evaluation metrics support
3435
- **Service and environment configured** - Feature flags are targeted by service and environment
3536
- **Supported operating system** - Production support is limited to [Linux operating systems][2]. macOS and Windows are not natively supported production targets, but Dockerized Linux environments running on those operating systems are. For local development on macOS, you can use a compatible prebuilt native artifact when one is available.
3637

38+
<div class="alert alert-info">The Datadog Ruby tracer supports older Ruby runtimes for APM. Applications on older Ruby versions, including Ruby 2.5, can continue to use Datadog APM, but cannot use Datadog Feature Flags through OpenFeature until they upgrade to Ruby 3.1 or later. The OpenFeature Ruby SDK versions that expose the provider hook surface required for complete Feature Flags telemetry require Ruby 3.1 or later.</div>
3739

3840
## Installing and initializing
3941

0 commit comments

Comments
 (0)