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
It seems we have the wrong scope of these flags, what meaning do they have for the query service?
$ SPAN_STORAGE_TYPE=memory go run ./cmd/query help
...
--downsampling.hashsalt string Salt used when hashing trace id for downsampling.
--downsampling.ratio float Ratio of spans passed to storage after downsampling (between 0 and 1), e.g ratio = 0.3 means we are keeping 30% of spans and dropping 70% of spans; ratio = 1.0 disables downsampling. (default 1)
...
The text was updated successfully, but these errors were encountered:
A quick git blame suggests it has been this way for years. We could split these methods into AddReaderFlags and AddAllFlags? If that makes sense I'll submit a PR.
It seems we have the wrong scope of these flags, what meaning do they have for the query service?
The text was updated successfully, but these errors were encountered: