docs icon indicating copy to clipboard operation
docs copied to clipboard

Update otel-collector-contrib version in appinsights example and replace logging exporter with debug exporter

Open fabistb opened this issue 9 months ago • 1 comments

What content needs to be created or modified? https://github.com/dapr/docs/blob/v1.13/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml

Describe the solution you'd like The references image otel/opentelemetry-collector-contrib:0.77.0 is a little bit older. Version 0.100.0 has been released a couple of days ago. The version in the environment I'm using however is 0.99.0.

Additionally current template also features an additional logging exporter which however has been deprecated in favor of the debug exporter. https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/loggingexporter/README.md

To not utilize any exporters which are marked for removal change it to the debug exporter.

fabistb avatar May 10 '24 12:05 fabistb

@msfussell , just out of curiosity. Would an update here interfere with this issue #4142 ?

fabistb avatar May 10 '24 12:05 fabistb

Confirming that 0.99.0 works @fabistb.

@hhunter-ms an FYI if you are working on #4142!

alicejgibbons avatar May 23 '24 15:05 alicejgibbons

/assign

fabistb avatar May 27 '24 19:05 fabistb

@fabistb - Please push a PR for these changes and I suggest that we move to the latest version of the OTEL collector in the docs which is v0.101.0

msfussell avatar May 28 '24 11:05 msfussell