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

fix: collector selection should not fail if there is a single sidecar #210

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

vbehar
Copy link
Contributor

@vbehar vbehar commented Feb 19, 2021

fixes #200

if there are multiple collectors, but a single sidecar, the collector selection should not fail.
this fix ensures we filter the list of collectors first.

Signed-off-by: Vincent Behar [email protected]

fixes open-telemetry#200

if there are multiple collectors, but a single sidecar, the collector selection should not fail.
this fix ensure we filter the list of collectors first.

Signed-off-by: Vincent Behar <[email protected]>
@vbehar vbehar requested review from a team February 19, 2021 16:20
Copy link
Member

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this fix!

@jpkrohling jpkrohling merged commit a13ca07 into open-telemetry:main Feb 23, 2021
shree007 pushed a commit to shree007/opentelemetry-operator that referenced this pull request Dec 12, 2021
…open-telemetry#210)

fixes open-telemetry#200

if there are multiple collectors, but a single sidecar, the collector selection should not fail.
this fix ensure we filter the list of collectors first.

Signed-off-by: Vincent Behar <[email protected]>
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
…open-telemetry#210)

fixes open-telemetry#200

if there are multiple collectors, but a single sidecar, the collector selection should not fail.
this fix ensure we filter the list of collectors first.

Signed-off-by: Vincent Behar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Injection when annotation=true fails when if there are other instances but only one in sidecar mode.
2 participants