You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to configure a collector after deploying the operator. I am trying to use debug exported but the pod keeps restarting as it's not supporting debug exporter.
Steps to reproduce
Deploy the operator and use a sample collector config with debug exporter.
What did you expect to see?
The pod should be running smoothly.
What did you see instead?
Pod going into CrashLoopBackoff mode with the below error.
can you share your operator version and collector version? Your collector is complaining that the build doesn't have the debug exporter which should have existed since v0.86.0 open-telemetry/opentelemetry-collector#11337
@gaur-piyush have you changed the default collector image through a command-line switch? By default, the operator uses the collector core distribution, whose included components can be found here. From the error message you're getting, it looks like you're using a different distribution.
Describe the bug
I am trying to configure a collector after deploying the operator. I am trying to use debug exported but the pod keeps restarting as it's not supporting debug exporter.
Steps to reproduce
Deploy the operator and use a sample collector config with debug exporter.
What did you expect to see?
The pod should be running smoothly.
What did you see instead?
Pod going into CrashLoopBackoff mode with the below error.
What version did you use?
0.111.0
What config did you use?
Environment
Additional context
NA
The text was updated successfully, but these errors were encountered: