-
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
[crossdock] Replace sampling calls to agent with calls to collector #6083
Comments
@yurishkuro i want to work on this issue as it is my first contribution to this repository can you guide me. |
@mahadzaryab1 volunteered to guide |
Hey @yurishkuro in the ports.go i was able to find that the exposed port == 5778(CollectorV2 sampling http port) |
Do we only need to change the sampling URL endpoint, or should we also refactor the naming? Or am I thinking about this the wrong way? |
@inosmeet I updated description. Not sure what you mean by "refactor the naming" |
Part of #4739 and #6081
In the crossdock integration tests the test driver tries to connect to the "agent" and test its sampling endpoint response. We need to
cc @mahadzaryab1
The text was updated successfully, but these errors were encountered: