filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

fix(query): Generalizing the column filter check to span multiple tenants instead of just `_ws_`. #1849

Closed sandeep6189 closed 1 month ago

sandeep6189 commented 1 month ago

Generalizing the column filter check to span multiple tenants instead of just _ws_.

Pull Request checklist

Current behavior : Currently enabling of max-min columns is dependent on having the _ws_ label. This will cause issues if a timeseries doesn't have this required label.

New behavior : Allowing for users to configure to use any desired label for this feature flag.