Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated features for EDOT PHP #138

Merged
merged 3 commits into from
Mar 24, 2025
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
34 changes: 17 additions & 17 deletions docs/_edot-sdks/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ features:
min_version:
PHP:
status: ga
min_version:
min_version: 1.0
Python:
status: ga
min_version: 1.0
Expand All @@ -62,8 +62,8 @@ features:
status: ga
min_version: 1.0
PHP:
status:
min_version:
status: ga
min_version: 1.0
Python:
status: ga
min_version: 1.0
Expand All @@ -87,8 +87,8 @@ features:
status: ga
min_version: 1.0
PHP:
status:
min_version:
status: not-available
min_version:
Python:
status: ga
min_version: 1.0
Expand All @@ -112,8 +112,8 @@ features:
status: ga
min_version: 1.0
PHP:
status:
min_version:
status: ga
min_version: 1.0
Python:
status: ga
min_version: 1.0
Expand All @@ -137,8 +137,8 @@ features:
status: not-available
min_version:
PHP:
status: not-available
min_version:
status: tech-preview
min_version: 1.0
Python:
status: not-available
min_version:
Expand All @@ -162,7 +162,7 @@ features:
min_version:
PHP:
status: ga
min_version:
min_version: 1.0
Python:
status: tech-preview
min_version:
Expand All @@ -187,7 +187,7 @@ features:
min_version:
PHP:
status: ga
min_version:
min_version: 1.0
Python:
status: tech-preview
min_version:
Expand All @@ -211,7 +211,7 @@ features:
min_version:
PHP:
status: ga
min_version:
min_version: 1.0
Python:
status: ga
min_version: 1.0
Expand All @@ -236,7 +236,7 @@ features:
min_version:
PHP:
status: ga
min_version:
min_version: 1.0
Python:
status: ga
min_version: 1.0
Expand All @@ -261,7 +261,7 @@ features:
min_version:
PHP:
status: not-available
min_version:
min_version:
Python:
status: not-available
min_version:
Expand All @@ -285,8 +285,8 @@ features:
status: tech-preview
min_version:
PHP:
status:
min_version:
status: not-available
min_version:
Python:
status:
min_version:
Expand All @@ -310,7 +310,7 @@ features:
min_version:
PHP:
status: ga
min_version:
min_version: 1.0
Python:
status: ga
min_version: 1.0
Expand Down
28 changes: 23 additions & 5 deletions docs/_edot-sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Service Map' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down Expand Up @@ -154,7 +156,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div class="tooltiptext">'Zero-code instrumentation' is available in EDOT Node.js since version 1.0</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Zero-code instrumentation' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down Expand Up @@ -183,7 +187,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div class="tooltiptext">'Head-based Sampling' is available in EDOT Node.js since version 1.0</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div></div>
<div></div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down Expand Up @@ -214,7 +218,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div class="tooltiptext">'Baggage' is available in EDOT Node.js since version 1.0</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Baggage' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down Expand Up @@ -243,7 +249,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div>❌</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div>❌</div>
<div>𝐓</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Inferred Spans' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>❌</div>
Expand All @@ -269,6 +277,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Logs Collection' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>𝐓</div>
Expand Down Expand Up @@ -296,6 +306,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Logs Correlation' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>𝐓</div>
Expand Down Expand Up @@ -323,6 +335,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Metrics Collection' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down Expand Up @@ -352,6 +366,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Custom Metrics' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down Expand Up @@ -405,7 +421,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div>𝐓</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div></div>
<div></div>
</td>
<td class="s tooltip"> <!-- Python -->
<div></div>
Expand All @@ -431,6 +447,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Capturing Errors / Exceptions' is available in EDOT PHP since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
Expand Down