-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Bug]: Docker compose file not working with adaptive Sampling #4768
Comments
Action items:
|
Hi! I've encountered this issue too while trying to tackle the other problem. Investigated items:
|
Can it be closed? |
why? None of the checklist items seem to be addressed: #4768 (comment) |
What happened?
I'm trying to use Adaptive Sampling in Jaeger and following the blog I found this docker-compose file where we can run jaeger specifying
SAMPLING_CONFIG_TYPE=adaptive
env (the only changes I did in the collector env is I added this two env as wellSPAN_STORAGE_TYPE=cassandra
,SAMPLING_STORAGE_TYPE=cassandra
) After running this docker-compose file when I'm seeing the UI I cannot see any of the services ,on the HotROD application I tried booking some rides so that traces get generated but nothing happened .I also check the cassendra database and below is the output I'm getting
After checking the logs of hotROD container below is the error I'm getting
After checking for hotrod docker compose file in example dir I found that there was some recent changes done for hotrod default exporter.I tried making same changes to the above docker compose file .. but it didn't help .
Steps to reproduce
docker compose up
from docker-compose dirExpected behavior
Once we run
docker compose up
command all the services should be seen on Jaeger UI and then the traces should also be seen.Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
v1.49.0
SDK
No response
Pipeline
No response
Stogage backend
Cassendra
Operating system
Linux
Deployment model
Docker
Deployment configs
The text was updated successfully, but these errors were encountered: