-
Notifications
You must be signed in to change notification settings - Fork 121
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
When using GRPC mode, how to update the sampling strategy synchronously from the remote end(Jaeger-collector) #177
Comments
When I modify the sampling strategy configuration file, the log also shows that it has been updated. However, the log call chain collected by nginx-opentracing still implements the original sampling strategy. |
@huangjiecheng Can you make title a bit shorter and move all details in description? |
Describe the bugWhen I used the remote sampling strategy, I modified the sampling strategy configuration file of jaeger-collector, and the call chain collected by jaeger-client-cpp still used the original sampling strategy without refreshing. To ReproduceSteps to reproduce the behavior: 1.Deploy jaeger-agent on the same machine as jaeger-client-cpp and use the default remote sampling strategy. 2.Deploy the jaeger-collector on the other host and specify the sampling strategy configuration file.Flags: --sampling.strategies-file --sampling.strategies-reload-interval 3.Modify the sampling strategy configured for the jaeger-collector. 4.The sampling strategy used in the sampling result is still the original configuration file. Expected behaviorThe used sampling strategy must be the same as the latest configured sampling strategy . ScreenshotsVersion (please complete the following information):OS: Linux Additional contextAdd any other context about the problem here. |
No description provided.
The text was updated successfully, but these errors were encountered: