From 75d2d94b02d1d0db85bacc8949d56d23b95c8536 Mon Sep 17 00:00:00 2001 From: Luciano Queiroz Date: Fri, 22 Apr 2022 20:34:58 +0200 Subject: [PATCH] chore: Updates opentelemetry-collector docker image (#1193) 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 https://github.com/open-telemetry/opentelemetry-ruby/pull/970 since the image version still pinned. Co-authored-by: Matthew Wear --- examples/otel-collector/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/otel-collector/.env b/examples/otel-collector/.env index 6247ff420..d9c19232c 100644 --- a/examples/otel-collector/.env +++ b/examples/otel-collector/.env @@ -1,2 +1,2 @@ -OTELCOL_IMG=otel/opentelemetry-collector:0.35.0 +OTELCOL_IMG=otel/opentelemetry-collector-contrib:0.35.0 OTELCOL_ARGS=