Skip to content

Commit

Permalink
chore: Updates opentelemetry-collector docker image
Browse files Browse the repository at this point in the history
Since 'examples/otel-collector' might be the first contact for ruby developers with `otel-collector`, using the `contrib` docker image version in `OTELCOL_IMG` variable makes easier to explore the example with exporters included only on `contrib` docker image version (eg: datadog). It should not conflict with open-telemetry#970 since the image version still pinned.
  • Loading branch information
lucianoqueiroz committed Apr 19, 2022
1 parent 61ea32b commit 8e7859e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/otel-collector/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OTELCOL_IMG=otel/opentelemetry-collector:0.35.0
OTELCOL_IMG=otel/opentelemetry-collector-contrib:0.35.0
OTELCOL_ARGS=

0 comments on commit 8e7859e

Please sign in to comment.