prometheus operator v0.93.1
PrometheusAgent.spec.initContainers[].env[].valueFrom.configMapKeyRef.spec.tsdb.chunkEncoding
chunkEncoding configures per-chunk-type encoding overrides. It requires Prometheus >= v3.13.0. Notice: Setting "Xor" is incompatible with --enable-feature=st-storage (XOR chunks do not store start timestamps).
| Field / Type | Description |
|---|---|
floats | floats selects the encoding used for float chunks. Valid values are "Xor" and "Xor2". Notice: * Setting "Xor" is incompatible with --enable-feature=st-storage (XOR chunks do not store start timestamps). * Setting "Xor2" automatically adds the `xor2-encoding` feature flag. It requires Prometheus >= v3.13.0.
|