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

docs: update Python features #123

Merged
merged 2 commits into from
Mar 21, 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
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ docs/vendor
docs/Gemfile.lock

# Mac OS
**/.DS_Store
**/.DS_Store

# Python

__pycache__
24 changes: 12 additions & 12 deletions docs/_edot-sdks/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ features:
min_version:
Python:
status: ga
min_version:
min_version: 1.0
Android:
status: ga
min_version:
Expand All @@ -65,8 +65,8 @@ features:
status:
min_version:
Python:
status:
min_version:
status: ga
min_version: 1.0
Android:
status:
min_version:
Expand All @@ -90,8 +90,8 @@ features:
status:
min_version:
Python:
status:
min_version:
status: ga
min_version: 1.0
Android:
status:
min_version:
Expand All @@ -115,8 +115,8 @@ features:
status:
min_version:
Python:
status:
min_version:
status: ga
min_version: 1.0
Android:
status:
min_version:
Expand Down Expand Up @@ -164,7 +164,7 @@ features:
status: ga
min_version:
Python:
status: ga
status: tech-preview
min_version:
Android:
status:
Expand All @@ -189,7 +189,7 @@ features:
status: ga
min_version:
Python:
status: ga
status: tech-preview
min_version:
Android:
status:
Expand All @@ -214,7 +214,7 @@ features:
min_version:
Python:
status: ga
min_version:
min_version: 1.0
Android:
status:
min_version:
Expand All @@ -239,7 +239,7 @@ features:
min_version:
Python:
status: ga
min_version:
min_version: 1.0
Android:
status:
min_version:
Expand Down Expand Up @@ -313,7 +313,7 @@ features:
min_version:
Python:
status: ga
min_version:
min_version: 1.0
Android:
status: ga
min_version:
Expand Down
24 changes: 19 additions & 5 deletions docs/_edot-sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Service Map' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div>✅</div>
Expand All @@ -151,7 +153,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Python -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Zero-code instrumentation' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand All @@ -176,7 +180,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Python -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Head-based Sampling' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand All @@ -201,7 +207,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Python -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Baggage' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand Down Expand Up @@ -251,7 +259,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div>✅</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div></div>
<div>𝐓</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand All @@ -276,7 +284,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div>✅</div>
</td>
<td class="s tooltip"> <!-- Python -->
<div></div>
<div>𝐓</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand All @@ -302,6 +310,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Metrics Collection' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand All @@ -327,6 +337,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Custom Metrics' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div></div>
Expand Down Expand Up @@ -402,6 +414,8 @@ For languages for which Elastic does not offer its own distribution, we recommen
</td>
<td class="s tooltip"> <!-- Python -->
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Capturing Errors / Exceptions' is available in EDOT Python since version 1.0</div>
</td>
<td class="s tooltip"> <!-- Android -->
<div>✅</div>
Expand Down