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

Default to 0.0.0.0 instead of localhost in OTel receivers #1414

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

ptodev
Copy link
Collaborator

@ptodev ptodev commented Aug 2, 2024

PR Description

This rollbacks a recent OTel breaking change, which was ported to Alloy in #1362 but so far it hasn't been released in Alloy officially (it's just been on the main branch for a few days).

The initial argument for having the breaking change in Alloy was that it gives users a more up to date OTel experience, which aligns with the upstream defaults. However, this particular breaking change has such a large impact that we decided the best time to introduce it would be in Alloy 2.0, which will probably go out at some point next year.

Notes to the Reviewer

The converters will now explicitly convert endpoint attributes to localhost, since localhost is what upstream uses by default.

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

… gRPC servers.

This rollbacks a recent OTel breaking change.
@ptodev ptodev requested a review from clayton-cornell as a code owner August 2, 2024 09:07
@ptodev ptodev requested a review from wildum August 2, 2024 09:21
Copy link
Contributor

@wildum wildum left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this

@ptodev ptodev merged commit 0e524c4 into main Aug 2, 2024
18 checks passed
@ptodev ptodev deleted the ptodev/rollback-otel-localhost branch August 2, 2024 12:25
wildum pushed a commit that referenced this pull request Aug 2, 2024
… gRPC servers. (#1414)

This rollbacks a recent OTel breaking change.
wildum added a commit that referenced this pull request Aug 2, 2024
… gRPC servers. (#1414) (#1415)

This rollbacks a recent OTel breaking change.

Co-authored-by: Paulin Todev <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants