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

[receiver/receivercreator] Ensure unique receiver names #12670

Merged

Conversation

rmfitzpatrick
Copy link
Contributor

@rmfitzpatrick rmfitzpatrick commented Jul 25, 2022

Description:
Adding a feature - Currently receiver creator-generated receiver instances will use the same ComponentID by their endpoint (observer.Endpoint.Target), which can cause collisions when multiple observer.Endpoint instances have the same target value. These changes provide EndpointID suffixes to their names to prevent this.

Testing: Modifies existing unit tests.

Documentation: changelog only since this is internal id.

@rmfitzpatrick rmfitzpatrick requested a review from a team July 25, 2022 15:18
@rmfitzpatrick rmfitzpatrick force-pushed the receivercreatoruniquereceivernames branch from 3ec753b to 7fe3984 Compare July 25, 2022 15:19
@rmfitzpatrick rmfitzpatrick changed the title Receivercreatoruniquereceivernames [receiver/receivercreatore] Ensure unique receiver names Jul 25, 2022
@rmfitzpatrick rmfitzpatrick changed the title [receiver/receivercreatore] Ensure unique receiver names [receiver/receivercreator] Ensure unique receiver names Jul 25, 2022
@rmfitzpatrick rmfitzpatrick force-pushed the receivercreatoruniquereceivernames branch from 7fe3984 to c05cb57 Compare July 26, 2022 19:01
@rmfitzpatrick rmfitzpatrick force-pushed the receivercreatoruniquereceivernames branch 2 times, most recently from 7cfd65e to f941f04 Compare August 3, 2022 14:47
@rmfitzpatrick rmfitzpatrick force-pushed the receivercreatoruniquereceivernames branch from f941f04 to ca1bc30 Compare August 3, 2022 14:49
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Aug 18, 2022
@dmitryax dmitryax added ready to merge Code review completed; ready to merge by maintainers and removed Stale labels Aug 18, 2022
@dmitryax dmitryax merged commit 937e95c into open-telemetry:main Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants