prometheus/cmd
Arve Knudsen f965df107b tsdb: make resource attribute inverted index configurable
Add EnableResourceAttrIndex option to control whether the resource
attribute inverted index is built in memory and written to Parquet.
When disabled, the index is not created but unique attribute name
tracking (used for autocomplete) still works.

This allows downstream projects like Mimir to disable the index
per-tenant when Parquet-native filtering on attr_key/attr_value
columns is preferred over the in-memory inverted index.

Prometheus defaults to enabled, preserving current behavior.

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2026-03-20 17:56:17 +01:00
..
prometheus tsdb: make resource attribute inverted index configurable 2026-03-20 17:56:17 +01:00
promtool chore: fix emptyStringTest issues from gocritic (#18226) 2026-03-04 08:24:50 +01:00