mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
d27dfac5c6
Previously it incorrectly applied xFilesFactor, if it's value equal to 0. This commit properly handles this case and returns result according to the graphite documentation: `xFilesFactor follows the same semantics as in Whisper storage schemas. Setting it to 0 (the default) means that only a single value in the series needs to be non-null for it to be considered non-empty, setting it to 1 means that all values in the series must be non-null. A setting of 0.5 means that at least half the values in the series must be non-null.` Signed-off-by: f41gh7 <nik@victoriametrics.com> Co-authored-by: Evgeniy Negriy <einegriy@avito.ru> |
||
---|---|---|
.. | ||
aggr_state.go | ||
aggr.go | ||
eval_test.go | ||
eval.go | ||
functions_api.go | ||
functions.json | ||
metrics_api_test.go | ||
metrics_api.go | ||
metrics_expand_response.qtpl | ||
metrics_expand_response.qtpl.go | ||
metrics_find_response.qtpl | ||
metrics_find_response.qtpl.go | ||
metrics_index_response.qtpl | ||
metrics_index_response.qtpl.go | ||
natural_compare_test.go | ||
natural_compare.go | ||
render_api_test.go | ||
render_api.go | ||
render_response.qtpl | ||
render_response.qtpl.go | ||
tag_values_response.qtpl | ||
tag_values_response.qtpl.go | ||
tags_api.go | ||
tags_autocomplete_response.qtpl | ||
tags_autocomplete_response.qtpl.go | ||
tags_find_series_response.qtpl | ||
tags_find_series_response.qtpl.go | ||
tags_response.qtpl | ||
tags_response.qtpl.go | ||
tags_tag_multi_series_response.qtpl | ||
tags_tag_multi_series_response.qtpl.go | ||
transform_test.go | ||
transform.go |