Skip to content
Draft
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
1 change: 1 addition & 0 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ code_language_ids:
scheduled_rule: "Scheduled Rule"
historical_job: "Historical Job"
kubernetes_daemonset: "Kubernetes (DaemonSet)"
kubernetes_standalone: "Kubernetes (Standalone)"
kubernetes_gateway: "Kubernetes (Gateway)"
ecs_fargate: "ECS Fargate"
eks_fargate: "EKS Fargate"
Expand Down
26 changes: 15 additions & 11 deletions content/en/opentelemetry/setup/ddot_collector/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,21 @@ The DDOT Collector offers:
The following table shows which OpenTelemetry Collector versions are included in each DDOT release:

| DDOT version | Beta version | Stable version |
|---|---|---|
| 7.78.0 | v0.147.0 | v1.53.0 |
| 7.77.0 | v0.145.0 | v1.51.1-0.20260205185216-81bc641f26c0 |
| 7.76.0 | v0.144.0 | v1.50.0 |
| 7.75.0 | v0.142.0 | v1.48.0 |
| 7.74.0 | v0.140.0 | v1.46.0 |
| 7.73.0 | v0.138.0 | v1.44.0 |
| 7.72.0 | v0.136.0 | v1.42.0 |
| 7.71.0 | v0.133.0 | v1.39.0 |
| 7.70.0 | v0.131.0 | v1.37.0 |
| 7.69.0 | v0.129.0 | v1.35.0 |
|--------------|--------------|----------------|
| 7.82.x | v0.155.0 | v1.61.0 |
| 7.81.x | v0.154.0 | v1.60.0 |
| 7.80.x | v0.152.0 | v1.58.0 |
| 7.79.x | v0.150.0 | v1.56.0 |
| 7.78.x | v0.147.0 | v1.53.0 |
| 7.77.x | v0.145.0 | v1.51.0 |
| 7.76.x | v0.144.0 | v1.50.0 |
| 7.75.x | v0.142.0 | v1.48.0 |
| 7.74.x | v0.140.0 | v1.46.0 |
| 7.73.x | v0.138.0 | v1.44.0 |
| 7.72.x | v0.136.0 | v1.42.0 |
| 7.71.x | v0.133.0 | v1.39.0 |
| 7.70.x | v0.131.0 | v1.37.0 |
| 7.69.x | v0.129.0 | v1.35.0 |

### Support levels

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Install the DDOT Collector on ECS Fargate
code_lang: ecs_fargate
type: multi-code-lang
code_lang_weight: 5
code_lang_weight: 6
further_reading:
- link: "/opentelemetry/setup/ddot_collector/custom_components"
tag: "Documentation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Install the DDOT Collector on EKS Fargate
code_lang: eks_fargate
type: multi-code-lang
code_lang_weight: 6
code_lang_weight: 7
further_reading:
- link: "/opentelemetry/setup/ddot_collector/custom_components"
tag: "Documentation"
Expand Down
Loading
Loading