From a13ad37b9bdb30b8cf64d7527d10da20de0e400f Mon Sep 17 00:00:00 2001 From: Tyler Finethy Date: Thu, 5 Feb 2026 17:26:27 -0500 Subject: [PATCH] Update DI pages to Limited Availability Co-Authored-By: Claude Opus 4.6 --- .../dynamic_instrumentation/enabling/php.md | 2 ++ layouts/partials/dynamic_instrumentation/beta-callout.html | 6 +++--- .../dynamic-instrumentation-languages.html | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/content/en/tracing/trace_collection/dynamic_instrumentation/enabling/php.md b/content/en/tracing/trace_collection/dynamic_instrumentation/enabling/php.md index 28033e83a78..568e890401c 100644 --- a/content/en/tracing/trace_collection/dynamic_instrumentation/enabling/php.md +++ b/content/en/tracing/trace_collection/dynamic_instrumentation/enabling/php.md @@ -13,6 +13,8 @@ further_reading: text: 'Getting Started with Datadog Agent' --- +{{< partial name="dynamic_instrumentation/beta-callout.html" language="PHP" limitations_anchor="unsupported-features" >}} + Dynamic Instrumentation is a feature provided by the Datadog tracing library. If you are already using [APM to collect traces][1] for your application, ensure your Agent and tracing library are on the required version. Then, go directly to enabling Dynamic Instrumentation in step 4. ## Installation diff --git a/layouts/partials/dynamic_instrumentation/beta-callout.html b/layouts/partials/dynamic_instrumentation/beta-callout.html index abb56c40228..ddfe71d0253 100644 --- a/layouts/partials/dynamic_instrumentation/beta-callout.html +++ b/layouts/partials/dynamic_instrumentation/beta-callout.html @@ -2,11 +2,11 @@ {{- $limitations_anchor := .Get "limitations_anchor" -}}