File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function install_prometheus_cpp_client
2020function 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
Original file line number Diff line number Diff 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
6262Note 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:
You can’t perform that action at this time.
0 commit comments