diff --git a/content/en/other/5-opentelemetry-collector/1-installation/_index.md b/content/en/other/5-opentelemetry-collector/1-installation/_index.md index aec24f9526..f3446abf68 100644 --- a/content/en/other/5-opentelemetry-collector/1-installation/_index.md +++ b/content/en/other/5-opentelemetry-collector/1-installation/_index.md @@ -11,7 +11,7 @@ The first step in installing the Open Telemetry Collector is downloading it. For Obtain the `.deb` package for your platform from the [**OpenTelemetry Collector Contrib releases page**](https://github.com/open-telemetry/opentelemetry-collector-releases/releases) ``` bash -wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.80.0/otelcol-contrib_0.80.0_linux_amd64.deb +wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.96.0/otelcol-contrib_0.96.0_linux_amd64.deb ``` ## Install the OpenTelemetry Collector Contrib distribution @@ -22,7 +22,7 @@ Install the `.deb` package using `dpkg`. Take a look at the **dpkg Output** tab {{% tab title="Install" %}} ``` bash -sudo dpkg -i otelcol-contrib_0.80.0_linux_amd64.deb +sudo dpkg -i otelcol-contrib_0.96.0_linux_amd64.deb ``` {{% /tab %}} @@ -31,9 +31,9 @@ sudo dpkg -i otelcol-contrib_0.80.0_linux_amd64.deb ``` text Selecting previously unselected package otelcol-contrib. (Reading database ... 64218 files and directories currently installed.) -Preparing to unpack otelcol-contrib_0.75.0_linux_amd64.deb ... -Unpacking otelcol-contrib (0.75.0) ... -Setting up otelcol-contrib (0.75.0) ... +Preparing to unpack otelcol-contrib_0.96.0_linux_amd64.deb ... +Unpacking otelcol-contrib (0.96.0) ... +Setting up otelcol-contrib (0.96.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/otelcol-contrib.service → /lib/systemd/system/otelcol-contrib.service. ```