prometheus operator v0.93.1
PrometheusAgent.spec.tsdb.chunkEncoding.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.
| Field / Type | Description |
|---|---|
PrometheusAgent.spec.tsdb.chunkEncoding.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.
|