Requirement
Description
The all-in-one integration test currently verifies that sampling strategies can be retrieved via /api/sampling, but it does not test the runtime refresh of file-based sampling strategies.
Sampling strategy reload is supported in production and covered by unit tests, but the end-to-end behavior in the all-in-one setup is not currently exercised.
There is also an existing TODO in cmd/jaeger/internal/all_in_one_test.go pointing to this gap.
This issue proposes adding integration test coverage to verify that updates to a file-based sampling strategy are detected and served correctly without restarting Jaeger.