Skip to content

Commit

Permalink
Update OpenTelemetry image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Oct 15, 2024
1 parent ee648a7 commit 53f0e49
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/_include/tracing-shipping/docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Pull the Docker image for the OpenTelemetry collector

```shell
docker pull otel/opentelemetry-collector-contrib:0.78.0
docker pull otel/opentelemetry-collector-contrib:0.111.0
```

#### Create a configuration file
Expand Down Expand Up @@ -168,7 +168,7 @@ Mount the `config.yaml` as volume to the `docker run` command and run it as foll
docker run \
--network host \
-v <PATH-TO>/config.yaml:/etc/otelcol-contrib/config.yaml \
otel/opentelemetry-collector-contrib:0.78.0
otel/opentelemetry-collector-contrib:0.111.0

```
Expand All @@ -189,5 +189,5 @@ docker run \
-p 14268:14268 \
-p 4317:4317 \
-p 55681:55681 \
otel/opentelemetry-collector-contrib:0.78.0
otel/opentelemetry-collector-contrib:0.111.0
```
2 changes: 1 addition & 1 deletion docs/shipping/AWS/aws-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sudo mkdir /opt/logzio-agent
Download OpenTelemetry tar.gz:

```shell
curl -fsSL "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.82.0/otelcol-contrib_0.82.0_linux_amd64.tar.gz" >./otelcol-contrib.tar.gz
curl -fsSL "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.111.0/otelcol-contrib_0.111.0_linux_amd64.tar.gz" >./otelcol-contrib.tar.gz
```

Extract the OpenTelemetry binary:
Expand Down
8 changes: 4 additions & 4 deletions docs/shipping/Code/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ export OTEL_RESOURCE_ATTRIBUTES="service.name=<<YOUR-SERVICE-NAME>>"
### Download and configure OpenTelemetry collector
Create a directory on your Python application and download the relevant [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.82.0). Create a `config.yaml` with the following parameters:
Create a directory on your Python application and download the relevant [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.111.0). Create a `config.yaml` with the following parameters:
* {@include: ../../_include/tracing-shipping/replace-tracing-token.md}
Expand Down Expand Up @@ -1136,7 +1136,7 @@ Replace `<<YOUR-SERVICE-NAME>>` with your tracing service name.
```shell
docker pull otel/opentelemetry-collector-contrib:0.78.0
docker pull otel/opentelemetry-collector-contrib:0.111.0
```
#### Create a configuration file
Expand Down Expand Up @@ -1300,7 +1300,7 @@ Mount `config.yaml` as volume to the `docker run` command and run it as follows.
docker run \
--network host \
-v <PATH-TO>/config.yaml:/etc/otelcol-contrib/config.yaml \
otel/opentelemetry-collector-contrib:0.78.0
otel/opentelemetry-collector-contrib:0.111.0
```
Expand All @@ -1321,7 +1321,7 @@ docker run \
-p 14268:14268 \
-p 4317:4317 \
-p 55681:55681 \
otel/opentelemetry-collector-contrib:0.78.0
otel/opentelemetry-collector-contrib:0.111.0
```
{@include: ../../_include/tracing-shipping/replace-tracing-token.html}
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Code/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This integration uses OpenTelemetry Collector Contrib, not the OpenTelemetry Col

### Download and configure OpenTelemetry collector

Create a dedicated directory on the host of your Ruby application and download the [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.82.0) that is relevant to the operating system of your host.
Create a dedicated directory on the host of your Ruby application and download the [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.111.0) that is relevant to the operating system of your host.


After downloading the collector, create a configuration file `config.yaml` with the following parameters:
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Operating-Systems/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sudo mkdir /opt/logzio-agent
**2. Download OpenTelemetry tar.gz:**

```shell
curl -fsSL "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.82.0/otelcol-contrib_0.82.0_linux_amd64.tar.gz" >./otelcol-contrib.tar.gz
curl -fsSL "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.111.0/otelcol-contrib_0.111.0_linux_amd64.tar.gz" >./otelcol-contrib.tar.gz
```

**3. Extract the OpenTelemetry binary:**
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Operating-Systems/localhost-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo mkdir /opt/logzio-agent
**2. Download OpenTelemetry tar.gz:**

```shell
curl -fsSL "https://github.com/logzio/otel-collector-distro/releases/download/v0.82.0/otelcol-logzio-darwin_amd64.tar.gz" >./otelcol-logzio.tar.gz
curl -fsSL "https://github.com/logzio/otel-collector-distro/releases/download/v0.111.0/otelcol-logzio-darwin_amd64.tar.gz" >./otelcol-logzio.tar.gz
```

**3. Extract the OpenTelemetry binary:**
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Operating-Systems/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ New-Item -Path $env:APPDATA\LogzioAgent -ItemType Directory -Force
**2. Download OpenTelemetry tar.gz:**

```shell
Invoke-WebRequest -Uri "https://github.com/logzio/otel-collector-distro/releases/download/v0.82.0/otelcol-logzio-windows_amd64.zip" -OutFile C:\Users\<<USERNAME>>\Downloads\otelcol-logzio.zip
Invoke-WebRequest -Uri "https://github.com/logzio/otel-collector-distro/releases/download/v0.95.0/otelcol-logzio-windows_amd64.zip" -OutFile C:\Users\<<USERNAME>>\Downloads\otelcol-logzio.zip
```

**3. Extract the OpenTelemetry binary:**
Expand Down

0 comments on commit 53f0e49

Please sign in to comment.