-
Notifications
You must be signed in to change notification settings - Fork 38
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
ci: specify opentel receiver endpoint #874
Conversation
When running on the CI we an opentel receiver to push the traces to an external collector. With recent versions of the receiver, it now listens only on localhost which was prevent it from receiving the traces to begin with. Now we specify the domain name of the receiver. Signed-off-by: Tiago Castro <[email protected]>
This fixes the flaky rest client test :) |
bors merge |
874: ci: specify opentel receiver endpoint r=tiagolobocastro a=tiagolobocastro When running on the CI we an opentel receiver to push the traces to an external collector. With recent versions of the receiver, it now listens only on localhost which was prevent it from receiving the traces to begin with. Now we specify the domain name of the receiver. Co-authored-by: Tiago Castro <[email protected]>
bors cancel |
Canceled. |
Also made the fields pub. Signed-off-by: Tiago Castro <[email protected]>
fd9cbc4
to
6088f61
Compare
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
874: ci: specify opentel receiver endpoint r=tiagolobocastro a=tiagolobocastro When running on the CI we an opentel receiver to push the traces to an external collector. With recent versions of the receiver, it now listens only on localhost which was prevent it from receiving the traces to begin with. Now we specify the domain name of the receiver. Co-authored-by: Tiago Castro <[email protected]>
Build failed: |
😮 bors merge |
Build succeeded: |
When running on the CI we an opentel receiver to push the traces to an external collector.
With recent versions of the receiver, it now listens only on localhost which was prevent it from receiving the traces to begin with. Now we specify the domain name of the receiver.