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

feat(otelcol/connector/servicegraph): add virtual_node_peer_attributes setting to the component #879

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'main' into add-virtual-node-peer-attribute-setting-to-o…
…telcol-connector-servicegraph
  • Loading branch information
hainenber authored May 28, 2024
commit 811bca0f9b458a35861d49454f2dab579d1ccf45
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ func toServicegraphConnector(state *State, id component.InstanceID, cfg *service
Metrics: ToTokenizedConsumers(nextMetrics),
},
VirtualNodePeerAttributes: cfg.VirtualNodePeerAttributes,
DebugMetrics: common.DefaultValue[servicegraph.Arguments]().DebugMetrics,
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.