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" -}}
-
Join the Preview
+
Limited Availability

- Dynamic Instrumentation for {{ $language }} is in limited preview and may not be available for your organization. + Dynamic Instrumentation for {{ $language }} is in Limited Availability and may not be available for your organization. Request access to join the waiting list.
- Note: Some limitations apply to the preview. + Note: Some limitations apply.

- {{ partial "img.html" (dict "root" . "src" "integrations_logos/ruby-preview.png" "class" "img-fluid" "alt" "Ruby" "width" "400") }} + {{ partial "img.html" (dict "root" . "src" "integrations_logos/ruby.png" "class" "img-fluid" "alt" "Ruby" "width" "400") }}
- {{ partial "img.html" (dict "root" . "src" "integrations_logos/php-preview.png" "class" "img-fluid" "alt" "PHP" "width" "400") }} + {{ partial "img.html" (dict "root" . "src" "integrations_logos/php.png" "class" "img-fluid" "alt" "PHP" "width" "400") }}