[connector/spanmetrics] Replace connector.servicegraph.virtualNode feature gate with config options#33282
Closed
ptodev wants to merge 2 commits intoopen-telemetry:mainfrom
Closed
[connector/spanmetrics] Replace connector.servicegraph.virtualNode feature gate with config options#33282ptodev wants to merge 2 commits intoopen-telemetry:mainfrom
connector.servicegraph.virtualNode feature gate with config options#33282ptodev wants to merge 2 commits intoopen-telemetry:mainfrom
Conversation
4 tasks
Member
|
@ptodev thx for your contributions, and can you explain a little more about why we need to set up a virtual node for the client and server separately? |
Contributor
Author
Hi @JaredTan95, thank you for the quick reply! I personally do not need this feature, but I think it may be useful for a few reasons:
This feels relatively low effort to implement and I hope it solves enough use cases for most folks without being overengineered. |
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Contributor
|
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR intends to deprecate the
connector.servicegraph.virtualNodefeature gate and thevirtual_node_peer_attributesconfig argument. They will be replaced by newclient_virtual_nodesandserver_virtual_nodesconfig arguments.The
connector.servicegraph.virtualNodefeature gate has a few issues:virtual_node_peer_attributesto an empty list. This is weird, becausevirtual_node_peer_attributesis only meant to be used for server virtual nodes - not for client virtual nodes.Testing:
This PR adds tests which were added in #17350 removed in #30149.
I am also happy to add more tests if the overall goal of the PR is accepted.
Documentation:
I will update the docs once the overall goal of the PR has been accepted.
cc @JaredTan95 and @ogxd who worked on virtual nodes previously.