Adaptive sampling strategies not updated in certain situations #1728
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
meta-issue
An tracking issue that requires work in other repos
Under certain conditions, the collector might not return adaptive sampling strategies for certain operations which in turn means the operation will continue to use the existing sampling strategy and not be updated.
https://github.com/uber/jaeger-client-go/blob/master/sampler.go#L361 doesn't update existing strategies that are not apart of the passed in strategies.
Issue exists in all clients
The text was updated successfully, but these errors were encountered: