-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/fluentforward] Release port on shutdown #9111
[receiver/fluentforward] Release port on shutdown #9111
Conversation
LGTM, but there's a merge conflict with the changelog. Unfortunately, I can't fix it for you. |
@jpkrohling , I have resolved the merge conflict. Please merge this. |
@jpkrohling Seems like some changes were pushed in CHANGELOG.md after i resolved previous conflicts. Please merge this again. |
CHANGELOG.md
Outdated
@@ -68,6 +68,7 @@ | |||
- `signalfxexporter`: Fix bug to enable timeouts for correlating traces and metrics (#9101) | |||
- `windowsperfcountersreceiver`: fix exported values being integers instead of doubles (#9138) | |||
- `prometheusreceiver`: Fix issues with relabelling the `job` and `instance` labels. (#8780) | |||
- `fluentforwardreceiver`: Fluentforward receiver not releasing port for reloading of OTEL collector (#9111) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for one more change about this, but we just had a release and this has to be moved to the unreleased section. I tried updating this PR, but I couldn't push my changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpkrohling I have update this push to unreleased section.
@jpkrohling , @dmitryax New code was pushed in main hence test were failing, I have down merged main branch into this. Please merge this. |
Thanks @gagansingh355 |
This is fix for #9110.