Closed liustanley closed 9 months ago
@liustanley I believe you'll only run into this issue if you use the image created from make docker-otelcontribcol
from the contrib repo. The images published at https://github.com/open-telemetry/opentelemetry-collector-releases still contain the logging exporter
I was imagining we'd keep the logging export in the helm chart until it is officially removed.
@TylerHelmuth We're using a fork of opentelemetry-collector-contrib with these helm charts, so this broke our CI workflows when we updated our fork with upstream.
I think this config will remove it from the confmap:
config:
exporters:
logging: null
Thanks! That seems to work
This PR was merged recently which removed the logging exporter from the list of valid exporters: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30408. This results in the following errors when using the helm chart:
We should revert the changes made in this PR in order to remove references to the logging exporter: https://github.com/open-telemetry/opentelemetry-helm-charts/pull/907