Skip to content

Commit 23818a7

Browse files
[CI] Update otel-collector version (open-telemetry#3067)
Looks like otel-collector equal or higher than 0.86.0 has the "debug" exporter. So updated the README.md with the latest version of the otel-collector (v0.109.0) and also the CI script.
1 parent 2314e06 commit 23818a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/do_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function install_prometheus_cpp_client
2020
function run_benchmarks
2121
{
2222
docker run -d --rm -it -p 4317:4317 -p 4318:4318 -v \
23-
$(pwd)/examples/otlp:/cfg otel/opentelemetry-collector:0.38.0 \
23+
$(pwd)/examples/otlp:/cfg otel/opentelemetry-collector:0.109.0 \
2424
--config=/cfg/opentelemetry-collector-config/config.dev.yaml
2525

2626
[ -z "${BENCHMARK_DIR}" ] && export BENCHMARK_DIR=$HOME/benchmark

examples/otlp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ OpenTelemetry Collector with an OTLP receiver by running:
5050
- On Unix based systems use:
5151

5252
```console
53-
docker run --rm -it -p 4317:4317 -p 4318:4318 -v $(pwd)/examples/otlp:/cfg otel/opentelemetry-collector:0.59.0 --config=/cfg/opentelemetry-collector-config/config.dev.yaml
53+
docker run --rm -it -p 4317:4317 -p 4318:4318 -v $(pwd)/examples/otlp:/cfg otel/opentelemetry-collector:0.109.0 --config=/cfg/opentelemetry-collector-config/config.dev.yaml
5454
```
5555

5656
- On Windows use:
5757

5858
```console
59-
docker run --rm -it -p 4317:4317 -p 4318:4318 -v "%cd%/examples/otlp":/cfg otel/opentelemetry-collector:0.59.0 --config=/cfg/opentelemetry-collector-config/config.dev.yaml
59+
docker run --rm -it -p 4317:4317 -p 4318:4318 -v "%cd%/examples/otlp":/cfg otel/opentelemetry-collector:0.109.0 --config=/cfg/opentelemetry-collector-config/config.dev.yaml
6060
```
6161

6262
Note that the OTLP gRPC and HTTP exporters connects to the Collector at `localhost:4317` and `localhost:4318/v1/traces` respectively. This can be changed with first argument from command-line, for example:

0 commit comments

Comments
 (0)