Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/dynamic_instrumentation/beta-callout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{{- $limitations_anchor := .Get "limitations_anchor" -}}
<div class="card callout-card mb-4">
<div class="card-body d-flex flex-column">
<h5 class="card-title text-black mt-0 mb-1">Join the Preview</h5>
<h5 class="card-title text-black mt-0 mb-1">Limited Availability</h5>
<p class="card-text">
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.<br>
<b>Note</b>: <a href="#{{ $limitations_anchor }}">Some limitations</a> apply to the preview.
<b>Note</b>: <a href="#{{ $limitations_anchor }}">Some limitations</a> apply.
</p>
<a href="https://www.datadoghq.com/product-preview/live-debugger/"
target="_blank"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<div class="col">
<a class="card h-100" href="/dynamic_instrumentation/enabling/ruby">
<div class="card-body text-center py-2 px-1">
{{ 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") }}
</div>
</a>
</div>
<div class="col">
<a class="card h-100" href="/dynamic_instrumentation/enabling/php">
<div class="card-body text-center py-2 px-1">
{{ 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") }}
</div>
</a>
</div>
Expand Down
Loading