Skip to content

Commit 0d2ef97

Browse files
committed
added features table
Signed-off-by: Alexander Wert <[email protected]>
1 parent ec02549 commit 0d2ef97

File tree

18 files changed

+447
-35
lines changed

18 files changed

+447
-35
lines changed

.github/workflows/check-md-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.13'
21+
python-version: '3.10'
2222
- name: Install dependencies
2323
run: |
2424
cd docs/gen_edot_col_components

docs/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.PHONY: generate-collector-components
2-
generate-collector-components:
1+
.PHONY: generate
2+
generate:
33
cd gen_edot_col_components && pip install -r requirements.txt && python3 render_md.py
44

55
.PHONY: check-md-gen
@@ -19,5 +19,5 @@ check-links: build-site
1919
bundle exec htmlproofer --assume_extension '.html' --swap-urls '^/opentelemetry/:/' --ignore_urls '/http:\/\/localhost:4000.*/','/https:\/\/elastic.github.io\/opentelemetry\/*/','/https:\/\/mvnrepository.com\/artifact\/co.elastic.otel\/elastic-otel-javaagent.*/' --no_enforce_https ./_site
2020

2121
.PHONY: run-local
22-
run-local: generate-collector-components
22+
run-local: generate
2323
bundle exec jekyll serve

docs/_edot-collector/components.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ parent: Customization
1010
The EDOT Collector comes with embedded Collector components from the [OTel Collector Core](https://github.com/open-telemetry/opentelemetry-collector),
1111
[OTel Collector Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib) and the [Elastic Collector Components](https://github.com/elastic/opentelemetry-collector-components) repositories.
1212

13+
<!-- DO NOT DELETE THIS SECTION, TAGS ARE REQUIRED FOR GENERATION-->
1314
<!-- start:edot-collector-components-table -->
1415

1516
| Component | GitHub Repo | Version |

docs/_edot-sdks/android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: EDOT Android
33
layout: default
4-
nav_order: 2
4+
nav_order: 7
55
---
66

77
## EDOT Android

docs/_edot-sdks/dotnet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: EDOT .NET
33
layout: default
4-
nav_order: 5
4+
nav_order: 2
55
---
66

77
## EDOT .NET

docs/_edot-sdks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently, the following EDOT SDKs are availble:
2626

2727
For languages for which Elastic does not offer its own distribution, we recommend using the upstream OTel SDKs:
2828

29-
| Language | Release Status |
29+
| Language | Upstream Docs |
3030
|:-------------------|:---------------|
3131
| JS / Browser | [Vanilla OTel RUM SDK/API](https://opentelemetry.io/docs/languages/js/) |
3232
| Rust | [Vanilla OTel Rust SDK/API](https://opentelemetry.io/docs/languages/rust/) |

docs/_edot-sdks/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: EDOT iOS
33
layout: default
4-
nav_order: 5
4+
nav_order: 8
55
---
66

77
## EDOT iOS

docs/_edot-sdks/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: EDOT Java
33
layout: default
4-
nav_order: 5
4+
nav_order: 3
55
---
66

77
## EDOT Java

docs/_edot-sdks/nodejs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: EDOT Node.js
33
layout: default
4-
nav_order: 5
4+
nav_order: 4
55
---
66

77
## EDOT Node.js

docs/_edot-sdks/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: EDOT Python
33
layout: default
4-
nav_order: 5
4+
nav_order: 6
55
---
66

77
## EDOT Python

0 commit comments

Comments
 (0)