Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"the logging exporter has been deprecated, use the debug exporter instead" #143

Open
KyleAMathews opened this issue Feb 12, 2025 · 1 comment
Labels
type: bug Something isn't working

Comments

@KyleAMathews
Copy link

Versions
Current

Steps to reproduce

  1. Create a Dockerfile like:
FROM otel/opentelemetry-collector-contrib:latest

COPY otel-collector-config.yaml /etc/otel-collector-config.yaml

CMD ["--config=/etc/otel-collector-config.yaml"]

Using the yaml config from this repo.

The Docker container will fail to start with the error in the title.

@KyleAMathews KyleAMathews added the type: bug Something isn't working label Feb 12, 2025
@KyleAMathews
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant