Jaeger collector sampling configuration using strategies.json is not effective #3042
-
Hello folks, I'm configuring Jaeger collector sampling using a json file named strategies.json for a Jaeger distributed system. I've deployed all components successfully and the traces are working fine. I'm using a docker-compose for Jaeger collector and the query. Here is the strategies.json file I used,
and here is the docker-compose file I used,
This is how I mount the json file into collector container and use it in the docker-compose.
This configuration is not effective for the traces. I can see the traces, same as before configuring the sampling. Am I missing something ? How can i solve this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
try this:
|
Beta Was this translation helpful? Give feedback.
try this:
curl "http:/localhost:5778/sampling?service=foobar"