You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[testbed] Allow setting path of child process Collector executable (open-telemetry#23258)
A refactor that unexported the struct unintentionally made it so the executable path could not be set. This keeps the struct unexported, but adds an option to allow setting the path. I'm open to making the struct public again if that's preferred, this just seemed like the most straightforward method.
I also made agentExePath private to make it clear it's not meant to be accessed outside the package.
---------
Co-authored-by: Evan Bradley <[email protected]>
0 commit comments