Skip to content

Commit 846e5f9

Browse files
authored
Merge pull request #254 from technimad-splunk/patch-5
Bump otel collector version
2 parents 30c2304 + 7e2dc84 commit 846e5f9

File tree

1 file changed

+5
-5
lines changed
  • content/en/other/5-opentelemetry-collector/1-installation

1 file changed

+5
-5
lines changed

content/en/other/5-opentelemetry-collector/1-installation/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The first step in installing the Open Telemetry Collector is downloading it. For
1111
Obtain the `.deb` package for your platform from the [**OpenTelemetry Collector Contrib releases page**](https://github.com/open-telemetry/opentelemetry-collector-releases/releases)
1212

1313
``` bash
14-
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.80.0/otelcol-contrib_0.80.0_linux_amd64.deb
14+
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.96.0/otelcol-contrib_0.96.0_linux_amd64.deb
1515
```
1616

1717
## Install the OpenTelemetry Collector Contrib distribution
@@ -22,7 +22,7 @@ Install the `.deb` package using `dpkg`. Take a look at the **dpkg Output** tab
2222
{{% tab title="Install" %}}
2323

2424
``` bash
25-
sudo dpkg -i otelcol-contrib_0.80.0_linux_amd64.deb
25+
sudo dpkg -i otelcol-contrib_0.96.0_linux_amd64.deb
2626
```
2727

2828
{{% /tab %}}
@@ -31,9 +31,9 @@ sudo dpkg -i otelcol-contrib_0.80.0_linux_amd64.deb
3131
``` text
3232
Selecting previously unselected package otelcol-contrib.
3333
(Reading database ... 64218 files and directories currently installed.)
34-
Preparing to unpack otelcol-contrib_0.75.0_linux_amd64.deb ...
35-
Unpacking otelcol-contrib (0.75.0) ...
36-
Setting up otelcol-contrib (0.75.0) ...
34+
Preparing to unpack otelcol-contrib_0.96.0_linux_amd64.deb ...
35+
Unpacking otelcol-contrib (0.96.0) ...
36+
Setting up otelcol-contrib (0.96.0) ...
3737
Created symlink /etc/systemd/system/multi-user.target.wants/otelcol-contrib.service → /lib/systemd/system/otelcol-contrib.service.
3838
```
3939

0 commit comments

Comments
 (0)