diff --git a/docs/_edot-sdks/features.yml b/docs/_edot-sdks/features.yml index 010084a8..d1a425e6 100644 --- a/docs/_edot-sdks/features.yml +++ b/docs/_edot-sdks/features.yml @@ -59,8 +59,8 @@ features: status: min_version: Node.js: - status: - min_version: + status: ga + min_version: 1.0 PHP: status: min_version: @@ -84,8 +84,8 @@ features: status: min_version: Node.js: - status: - min_version: + status: ga + min_version: 1.0 PHP: status: min_version: @@ -109,8 +109,8 @@ features: status: min_version: Node.js: - status: - min_version: + status: ga + min_version: 1.0 PHP: status: min_version: @@ -158,8 +158,8 @@ features: status: ga min_version: Node.js: - status: ga - min_version: + status: tech-preview + min_version: PHP: status: ga min_version: @@ -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: @@ -282,8 +282,8 @@ features: status: min_version: Node.js: - status: - min_version: + status: tech-preview + min_version: PHP: status: min_version: diff --git a/docs/_edot-sdks/index.md b/docs/_edot-sdks/index.md index 41305b67..bbf3a93d 100644 --- a/docs/_edot-sdks/index.md +++ b/docs/_edot-sdks/index.md @@ -145,7 +145,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
-
+
+
1.0+
+
'Zero-code instrumentation' is available in EDOT Node.js since version 1.0
@@ -170,7 +172,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
-
+
+
1.0+
+
'Head-based Sampling' is available in EDOT Node.js since version 1.0
@@ -195,7 +199,9 @@ For languages for which Elastic does not offer its own distribution, we recommen
-
+
+
1.0+
+
'Baggage' is available in EDOT Node.js since version 1.0
@@ -245,7 +251,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
-
+
𝐓
@@ -270,7 +276,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
-
+
𝐓
@@ -370,7 +376,7 @@ For languages for which Elastic does not offer its own distribution, we recommen
-
+
𝐓
diff --git a/docs/gen_edot_col_components/tools.py b/docs/gen_edot_col_components/tools.py index 66ef045d..f49520a4 100644 --- a/docs/gen_edot_col_components/tools.py +++ b/docs/gen_edot_col_components/tools.py @@ -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;