From 81b243389d566513562894d1b492cb995433684e Mon Sep 17 00:00:00 2001 From: Fabian Steinbach <63794579+fabistb@users.noreply.github.com> Date: Wed, 21 Jun 2023 05:01:05 +0000 Subject: [PATCH] update otel collector appinsights version (#3571) Signed-off-by: fabistb --- .../open-telemetry-collector-appinsights.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml b/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml index 81979ba9b..4a1e7aae3 100644 --- a/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml +++ b/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml @@ -71,7 +71,7 @@ spec: spec: containers: - name: otel-collector - image: otel/opentelemetry-collector-contrib:0.50.0 + image: otel/opentelemetry-collector-contrib:0.77.0 command: - "/otelcol-contrib" - "--config=/conf/otel-collector-config.yaml"