prometheus operator v0.93.1

Prometheus.spec.alerting.alertmanagers[].tlsConfig.cert.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).

1 fields
Prometheus.spec.alerting.alertmanagers[].tlsConfig.cert.spec.tsdb.chunkEncoding fields and descriptions
Field / TypeDescription
floats
string

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.

  • enum: ["Xor","Xor2"]