mirror of
https://github.com/prometheus/prometheus.git
synced 2026-07-16 04:23:06 -04:00
--enable-feature=xor2-encoding sets tsdb.Options.FloatChunkEncoding to EncXOR2 (a concrete encoding value, not a feature-flag bool). ApplyConfig uses this as the fallback when chunk_encoding.floats is absent. No global mutable state is introduced in the config package. Signed-off-by: Julien Pivotto <julien.pivotto@grafana.com> Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
4 lines
55 B
YAML
4 lines
55 B
YAML
storage:
|
|
tsdb:
|
|
chunk_encoding:
|
|
floats: XOR
|