Skip to content

Commit a6feaac

Browse files
Feature statuses for EDOT Node.js (#121)
* Feature statuses for EDOT Node.js * regenerate docs from features.yml changes * Update docs/_edot-sdks/features.yml * Update docs/_edot-sdks/features.yml * Update docs/_edot-sdks/features.yml * Update docs/_edot-sdks/features.yml * re-generate table Signed-off-by: Alexander Wert <alexander.wert@elastic.co> * change to retrigger PR checks Signed-off-by: Alexander Wert <alexander.wert@elastic.co> --------- Signed-off-by: Alexander Wert <alexander.wert@elastic.co> Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com> Co-authored-by: Alexander Wert <alexander.wert@elastic.co>
1 parent 3f6bbaa commit a6feaac

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

docs/_edot-sdks/features.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ features:
5959
status:
6060
min_version:
6161
Node.js:
62-
status:
63-
min_version:
62+
status: ga
63+
min_version: 1.0
6464
PHP:
6565
status:
6666
min_version:
@@ -84,8 +84,8 @@ features:
8484
status:
8585
min_version:
8686
Node.js:
87-
status:
88-
min_version:
87+
status: ga
88+
min_version: 1.0
8989
PHP:
9090
status:
9191
min_version:
@@ -109,8 +109,8 @@ features:
109109
status:
110110
min_version:
111111
Node.js:
112-
status:
113-
min_version:
112+
status: ga
113+
min_version: 1.0
114114
PHP:
115115
status:
116116
min_version:
@@ -158,8 +158,8 @@ features:
158158
status: ga
159159
min_version:
160160
Node.js:
161-
status: ga
162-
min_version:
161+
status: tech-preview
162+
min_version:
163163
PHP:
164164
status: ga
165165
min_version:
@@ -183,8 +183,8 @@ features:
183183
status: ga
184184
min_version:
185185
Node.js:
186-
status: ga
187-
min_version:
186+
status: tech-preview
187+
min_version:
188188
PHP:
189189
status: ga
190190
min_version:
@@ -282,8 +282,8 @@ features:
282282
status:
283283
min_version:
284284
Node.js:
285-
status:
286-
min_version:
285+
status: tech-preview
286+
min_version:
287287
PHP:
288288
status:
289289
min_version:

docs/_edot-sdks/index.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
145145
<div></div>
146146
</td>
147147
<td class="s tooltip"> <!-- Node.js -->
148-
<div></div>
148+
<div>✅</div>
149+
<div class="xs">1.0+</div>
150+
<div class="tooltiptext">'Zero-code instrumentation' is available in EDOT Node.js since version 1.0</div>
149151
</td>
150152
<td class="s tooltip"> <!-- PHP -->
151153
<div></div>
@@ -170,7 +172,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
170172
<div></div>
171173
</td>
172174
<td class="s tooltip"> <!-- Node.js -->
173-
<div></div>
175+
<div>✅</div>
176+
<div class="xs">1.0+</div>
177+
<div class="tooltiptext">'Head-based Sampling' is available in EDOT Node.js since version 1.0</div>
174178
</td>
175179
<td class="s tooltip"> <!-- PHP -->
176180
<div></div>
@@ -195,7 +199,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
195199
<div></div>
196200
</td>
197201
<td class="s tooltip"> <!-- Node.js -->
198-
<div></div>
202+
<div>✅</div>
203+
<div class="xs">1.0+</div>
204+
<div class="tooltiptext">'Baggage' is available in EDOT Node.js since version 1.0</div>
199205
</td>
200206
<td class="s tooltip"> <!-- PHP -->
201207
<div></div>
@@ -245,7 +251,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
245251
<div>✅</div>
246252
</td>
247253
<td class="s tooltip"> <!-- Node.js -->
248-
<div></div>
254+
<div>𝐓</div>
249255
</td>
250256
<td class="s tooltip"> <!-- PHP -->
251257
<div>✅</div>
@@ -270,7 +276,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
270276
<div>✅</div>
271277
</td>
272278
<td class="s tooltip"> <!-- Node.js -->
273-
<div></div>
279+
<div>𝐓</div>
274280
</td>
275281
<td class="s tooltip"> <!-- PHP -->
276282
<div>✅</div>
@@ -370,7 +376,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
370376
<div></div>
371377
</td>
372378
<td class="s tooltip"> <!-- Node.js -->
373-
<div></div>
379+
<div>𝐓</div>
374380
</td>
375381
<td class="s tooltip"> <!-- PHP -->
376382
<div></div>

docs/gen_edot_col_components/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def check_markdown_generation(dir, data, template, tag):
165165

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

171171
return True;

0 commit comments

Comments
 (0)