You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am planning to use remote sampling configuration in my clients, which will then fetch the sampling config from agent using http://jaeger-agent:5778/sampling?service=ABC endpoint after some fixed interval.
In some cases, I might want to update this central configuration at runtime based on some conditions. How to change it dynamically so that when the clients fetch it next time, they get the updated configuration? I could not find any information about it in the documentation (there is only a static file based configuration). Is there a PUT call allowed on sampling endpoint to update the sampling config for all services centrally? If so, what is the data format expected?
The text was updated successfully, but these errors were encountered:
I am planning to use remote sampling configuration in my clients, which will then fetch the sampling config from agent using http://jaeger-agent:5778/sampling?service=ABC endpoint after some fixed interval.
In some cases, I might want to update this central configuration at runtime based on some conditions. How to change it dynamically so that when the clients fetch it next time, they get the updated configuration? I could not find any information about it in the documentation (there is only a static file based configuration). Is there a PUT call allowed on sampling endpoint to update the sampling config for all services centrally? If so, what is the data format expected?
The text was updated successfully, but these errors were encountered: