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

Feature statuses for EDOT Node.js #121

Merged
merged 8 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
24 changes: 12 additions & 12 deletions docs/_edot-sdks/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ features:
status:
min_version:
Node.js:
status:
min_version:
status: ga
min_version: 1.0
PHP:
status:
min_version:
Expand All @@ -84,8 +84,8 @@ features:
status:
min_version:
Node.js:
status:
min_version:
status: ga
min_version: 1.0
PHP:
status:
min_version:
Expand All @@ -109,8 +109,8 @@ features:
status:
min_version:
Node.js:
status:
min_version:
status: ga
min_version: 1.0
PHP:
status:
min_version:
Expand Down Expand Up @@ -158,8 +158,8 @@ features:
status: ga
min_version:
Node.js:
status: ga
min_version:
status: tech-preview
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review note: The Logs API, Logs SDK, and instrumentations of logging libraries are still experimental in upstream OTel JS, so I was hesitant to call this "GA" in EDOT Node.js. Same for the log correlation below.

min_version:
PHP:
status: ga
min_version:
Expand All @@ -183,8 +183,8 @@ features:
status: ga
min_version:
Node.js:
status: ga
min_version:
status: tech-preview
min_version:
PHP:
status: ga
min_version:
Expand Down Expand Up @@ -282,8 +282,8 @@ features:
status:
min_version:
Node.js:
status:
min_version:
status: tech-preview
min_version:
PHP:
status:
min_version:
Expand Down
18 changes: 12 additions & 6 deletions docs/_edot-sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Node.js -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<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>
Expand All @@ -170,7 +172,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Node.js -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<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>
Expand All @@ -195,7 +199,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Node.js -->
<div></div>
<div>✅</div>
<div class="xs">1.0+</div>
<div class="tooltiptext">'Baggage' is available in EDOT Node.js since version 1.0</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div></div>
Expand Down Expand Up @@ -245,7 +251,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div>✅</div>
</td>
<td class="s tooltip"> <!-- Node.js -->
<div></div>
<div>𝐓</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
Expand All @@ -270,7 +276,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div>✅</div>
</td>
<td class="s tooltip"> <!-- Node.js -->
<div></div>
<div>𝐓</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div>✅</div>
Expand Down Expand Up @@ -370,7 +376,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
<div></div>
</td>
<td class="s tooltip"> <!-- Node.js -->
<div></div>
<div>𝐓</div>
</td>
<td class="s tooltip"> <!-- PHP -->
<div></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/gen_edot_col_components/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def check_markdown_generation(dir, data, template, tag):

for match in matches:
if match.strip() != output.strip():
print(f'Warning: Generated markdown is outdated in file {filePath}! Regenerate markdown by running `make generate-collector-components`!')
print(f'Warning: Generated markdown is outdated in file {filePath}! Regenerate markdown by running `make generate`!')
return False;

return True;
Expand Down
Loading