Skip to content

Commit

Permalink
update flags
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Jan 9, 2025
1 parent c421707 commit d260c82
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,18 @@ Flags:
Statistic to use to estimate block series size.
This is currently used for lazy expanded
posting series size estimation. Available
options are max, p90, p99, p999 and p9999.
options are max, p90, p99, p99, p9999 and
zscore. If zscore is picked, the actual zscore
value is set via estimated-series-size-zscore.
Default value is max
--estimated-series-size-zscore=2
Zscore is a statistical measurement that
describes a value's relationship to the mean
series size. Zscore 2 is calculated as average
size + 2 * standard deviation. Use a larger
zscore if you want a larger estimated series
size. Default value is 2. Cannot be lower than
0.
--grpc-address="0.0.0.0:10901"
Listen ip:port address for gRPC endpoints
(StoreAPI). Make sure this address is routable
Expand Down

0 comments on commit d260c82

Please sign in to comment.