filodb / FiloDB

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

fix(QueryStats): return namespace regex value as given instead of using "multiple" string #1771

Closed sandeep6189 closed 5 months ago

sandeep6189 commented 5 months ago

Pull Request checklist

Current behavior : We send a string "multiple" when passing a regex for a shard key label/column filter. This doesn't give us visibility of of the actual value passed in the query stats.

New behavior : Added a match case which allows to return the column-filter regex values.