Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
46 changes: 0 additions & 46 deletions .github/workflows/updatecli.yml

This file was deleted.

14 changes: 0 additions & 14 deletions docs/docset.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project: 'EDOT documentation'
cross_links:
- apm-agent-android
Expand Down Expand Up @@ -30,20 +30,6 @@
- toc: reference

subs:

# Versions metadata

edot-stack-version: 9.0.1
edot-collector-version: 9.0.4
edot-android-version: 1.1.0
edot-dotnet-version: 1.1.0
edot-ios-version: 1.2.1
edot-java-version: 1.4.1
edot-nodejs-version: 1.1.1
edot-php-version: 1.0.0
edot-python-version: 1.4.0

# Substitutions
motlp: Elastic Cloud Managed OTLP Endpoint
edot: Elastic Distribution of OpenTelemetry
ecloud: "Elastic Cloud"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ Each pipeline connects specific receivers, processors, and exporters to handle d
[`resource`]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourceprocessor
[`resourcedetection`]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor
[`OTLP`]: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver
[Logs - ES]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/internal/pkg/otel/samples/linux/platformlogs.yml
[Logs - OTLP]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/internal/pkg/otel/samples/linux/managed_otlp/platformlogs.yml
[Logs | Metrics - ES]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/internal/pkg/otel/samples/linux/platformlogs_hostmetrics.yml
[Logs | Metrics - OTLP]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/internal/pkg/otel/samples/linux/managed_otlp/platformlogs_hostmetrics.yml
[Logs | Metrics | App - ES]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/internal/pkg/otel/samples/linux/logs_metrics_traces.yml
[Logs | Metrics | App - OTLP]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/internal/pkg/otel/samples/linux/managed_otlp/logs_metrics_traces.yml
[Logs - ES]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/internal/pkg/otel/samples/linux/platformlogs.yml
[Logs - OTLP]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/internal/pkg/otel/samples/linux/managed_otlp/platformlogs.yml
[Logs | Metrics - ES]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/internal/pkg/otel/samples/linux/platformlogs_hostmetrics.yml
[Logs | Metrics - OTLP]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/internal/pkg/otel/samples/linux/managed_otlp/platformlogs_hostmetrics.yml
[Logs | Metrics | App - ES]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/internal/pkg/otel/samples/linux/logs_metrics_traces.yml
[Logs | Metrics | App - OTLP]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/internal/pkg/otel/samples/linux/managed_otlp/logs_metrics_traces.yml
[Gateway mode]: https://raw.githubusercontent.com/elastic/elastic-agent/refs/heads/main/internal/pkg/otel/samples/linux/gateway.yml
18 changes: 9 additions & 9 deletions docs/reference/edot-collector/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ The following table contains direct download links for the latest EDOT Collector

| Platform | Architecture | Download link |
|--------------|--------------|---------------|
| Windows | x86_64 | [Download (Zip)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-windows-x86_64.zip) |
| macOS | x86_64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-darwin-x86_64.tar.gz) |
| macOS | aarch64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-darwin-aarch64.tar.gz) |
| Linux | x86_64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-linux-x86_64.tar.gz) |
| Linux | aarch64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-linux-arm64.tar.gz) |
| Linux (DEB) | x86_64 | [Download (Deb)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-amd64.deb) |
| Linux (DEB) | aarch64 | [Download (Deb)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-arm64.deb) |
| Linux (RPM) | x86_64 | [Download (Rpm)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-x86_64.rpm) |
| Linux (RPM) | aarch64 | [Download (Rpm)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{edot-collector-version}}-aarch64.rpm) |
| Windows | x86_64 | [Download (Zip)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-windows-x86_64.zip) |
| macOS | x86_64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-darwin-x86_64.tar.gz) |
| macOS | aarch64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-darwin-aarch64.tar.gz) |
| Linux | x86_64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-linux-x86_64.tar.gz) |
| Linux | aarch64 | [Download (Tar.gz)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-linux-arm64.tar.gz) |
| Linux (DEB) | x86_64 | [Download (Deb)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-amd64.deb) |
| Linux (DEB) | aarch64 | [Download (Deb)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-arm64.deb) |
| Linux (RPM) | x86_64 | [Download (Rpm)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-x86_64.rpm) |
| Linux (RPM) | aarch64 | [Download (Rpm)](https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{version.edot_collector}}-aarch64.rpm) |

After you've downloaded and uncompressed the file, you can get EDOT Collector running with the following command:

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/edot-sdks/java/setup/runtime-attach.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Follow these steps to instrument your Java application using runtime attach.
<dependency>
<groupId>co.elastic.otel</groupId>
<artifactId>elastic-otel-runtime-attach</artifactId>
<version>{{edot-java-version}}</version>
<version>{{version.edot_java}}</version>
</dependency>
```
:::

:::{tab-item} Gradle
```kotlin subs=true
implementation("co.elastic.otel:elastic-otel-runtime-attach:{{edot-java-version}}")
implementation("co.elastic.otel:elastic-otel-runtime-attach:{{version.edot_java}}")
```
:::

Expand Down
18 changes: 9 additions & 9 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ The following Elastic OpenTelemetry distributions are available:

| Distribution | Version | Status |
| ------------ | ------- | ------ |
| [EDOT Collector](/reference/edot-collector/index.md) | {{edot-collector-version}} | GA |
| [EDOT .NET](/reference/edot-sdks/dotnet/index.md) | {{edot-dotnet-version}} | GA |
| [EDOT Java](/reference/edot-sdks/java/index.md) | {{edot-java-version}} | GA |
| [EDOT Node.js](/reference/edot-sdks/nodejs/index.md) | {{edot-nodejs-version}} | GA |
| [EDOT PHP](/reference/edot-sdks/php/index.md) | {{edot-php-version}} | GA |
| [EDOT Python](/reference/edot-sdks/python/index.md) | {{edot-python-version}} | GA |
| [EDOT Android](/reference/edot-sdks/android/index.md) | {{edot-android-version}} | GA |
| [EDOT iOS](/reference/edot-sdks/ios/index.md) | {{edot-ios-version}} | GA |
| [EDOT Cloud Forwarder for AWS](/reference/edot-cloud-forwarder/aws.md) | 0.1.6 | Technical Preview |
| [EDOT Collector](/reference/edot-collector/index.md) | {{version.edot_collector}} | GA |
| [EDOT .NET](/reference/edot-sdks/dotnet/index.md) | {{version.edot_dotnet}} | GA |
| [EDOT Java](/reference/edot-sdks/java/index.md) | {{version.edot_java}} | GA |
| [EDOT Node.js](/reference/edot-sdks/nodejs/index.md) | {{version.edot_node}} | GA |
| [EDOT PHP](/reference/edot-sdks/php/index.md) | {{version.edot_php}} | GA |
| [EDOT Python](/reference/edot-sdks/python/index.md) | {{version.edot_python}} | GA |
| [EDOT Android](/reference/edot-sdks/android/index.md) | {{version.edot_android}} | GA |
| [EDOT iOS](/reference/edot-sdks/ios/index.md) | {{version.edot_ios}} | GA |
| [EDOT Cloud Forwarder for AWS](/reference/edot-cloud-forwarder/aws.md) | {{version.edot_cf_aws}} | Technical Preview |

Each EDOT distribution undergoes production-grade testing before being declared Generally Available (GA). Elastic provides full support for GA releases in accordance with our [support matrix](https://www.elastic.co/support/matrix) and SLAs.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/quickstart/ech/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Create an `.env` file with the following content. Replace the placeholder values
HOST_FILESYSTEM=/
DOCKER_SOCK=/var/run/docker.sock
ELASTIC_AGENT_OTEL=true
COLLECTOR_CONTRIB_IMAGE=elastic/elastic-agent:{{edot-collector-version}}
COLLECTOR_CONTRIB_IMAGE=elastic/elastic-agent:{{version.edot_collector}}
ELASTIC_API_KEY=<your_api_key_here>
ELASTIC_ENDPOINT=<your_endpoint_here>
OTEL_COLLECTOR_CONFIG=/path/to/otel-collector-config.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/quickstart/ech/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Install the OpenTelemetry Operator using the `kube-stack` Helm chart with the co
```bash subs=true
helm install opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \
--namespace opentelemetry-operator-system \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--version '0.3.9'
```
::::
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/quickstart/self-managed/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Create an `.env` file with the following content. Replace the placeholder values
HOST_FILESYSTEM=/
DOCKER_SOCK=/var/run/docker.sock
ELASTIC_AGENT_OTEL=true
COLLECTOR_CONTRIB_IMAGE=elastic/elastic-agent:{{edot-collector-version}}
COLLECTOR_CONTRIB_IMAGE=elastic/elastic-agent:{{version.edot_collector}}
ELASTIC_API_KEY=<your_api_key_here>
ELASTIC_ENDPOINT=<your_endpoint_here>
OTEL_COLLECTOR_CONFIG=/path/to/otel-collector-config.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/quickstart/self-managed/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Install the OpenTelemetry Operator using the `kube-stack` Helm chart with the pr
```bash subs=true
helm install opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \
--namespace opentelemetry-operator-system \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--version '0.3.9'
```

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/quickstart/serverless/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Create a `.env` file with the following content, replacing the placeholder value
HOST_FILESYSTEM=/
DOCKER_SOCK=/var/run/docker.sock
ELASTIC_AGENT_OTEL=true
COLLECTOR_CONTRIB_IMAGE=elastic/elastic-agent:{{edot-collector-version}}
COLLECTOR_CONTRIB_IMAGE=elastic/elastic-agent:{{version.edot_collector}}
ELASTIC_API_KEY=<your_api_key_here>
ELASTIC_OTLP_ENDPOINT=<your_endpoint_here>
OTEL_COLLECTOR_CONFIG=/path/to/otel-collector-config.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/quickstart/serverless/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Install the OpenTelemetry Operator using the `kube-stack` Helm chart with the co
```bash subs=true
helm install opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \
--namespace opentelemetry-operator-system \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml' \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml' \
--version '0.3.9'
```

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/use-cases/kubernetes/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For example:

```bash subs=true
helm upgrade --install --namespace opentelemetry-operator-system opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \
--values https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/values.yaml --version 0.3.3 \
--values https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/values.yaml --version 0.3.3 \
--set opentelemetry-operator.admissionWebhooks.certManager.enabled=true --set opentelemetry-operator.admissionWebhooks.autoGenerateCert=null
```

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/use-cases/kubernetes/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Follow these steps to install the operator:
helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts
helm repo update
helm upgrade --install --namespace opentelemetry-operator-system opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--version 0.3.3
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ The `Instrumentation` object stores important parameters:

```yaml subs=true
dotnet:
image: docker.elastic.co/observability/elastic-otel-dotnet:{{edot-dotnet-version}}
image: docker.elastic.co/observability/elastic-otel-dotnet:{{version.edot_dotnet}}
java:
image: docker.elastic.co/observability/elastic-otel-javaagent:{{edot-java-version}}
image: docker.elastic.co/observability/elastic-otel-javaagent:{{version.edot_java}}
nodejs:
image: docker.elastic.co/observability/elastic-otel-node:{{edot-nodejs-version}}
image: docker.elastic.co/observability/elastic-otel-node:{{version.edot_node}}
python:
image: docker.elastic.co/observability/elastic-otel-python:{{edot-python-version}}
image: docker.elastic.co/observability/elastic-otel-python:{{version.edot_python}}
```

## Configure auto-instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following is the current list of supported versions:

| Stack Version | Helm chart Version | Values file |
|---------------|--------------------|--------------------|
| Serverless | 0.3.3 | [values.yaml](https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml) |
| Serverless | 0.3.3 | [values.yaml](https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml) |
| 8.16.0 | 0.3.3 | [values.yaml](https://raw.githubusercontent.com/elastic/opentelemetry/refs/heads/8.16/resources/kubernetes/operator/helm/values.yaml) |
| 8.17.0 | 0.3.3 | [values.yaml](https://raw.githubusercontent.com/elastic/elastic-agent/refs/heads/8.17/deploy/helm/edot-collector/kube-stack/values.yaml) |
| 9.0.1 | 0.3.3 | [values.yaml](https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v9.0.1/deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml) |
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/use-cases/kubernetes/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ helm repo update open-telemetry # update information of available charts locally
helm search repo open-telemetry/opentelemetry-kube-stack --versions # list available versions of the chart

helm upgrade --namespace opentelemetry-operator-system opentelemetry-kube-stack open-telemetry/opentelemetry-kube-stack \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{edot-collector-version}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--values 'https://raw.githubusercontent.com/elastic/elastic-agent/refs/tags/v{{version.edot_collector}}/deploy/helm/edot-collector/kube-stack/values.yaml' \
--version 0.3.3
```

Expand Down
Loading
Loading