filodb / FiloDB

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

feat(core): Now metadata queries support _type_ filter #1819

Closed vishramachandran closed 2 months ago

vishramachandran commented 2 months ago

Pull Request checklist

Current behavior : Metadata queries do not support filtering based on metric type using _type_ filter

New behavior : Added support. Note that only new documents of persisted downsample index will have the type field. Index needs to be rebuilt if full support is needed. Can be skipped if metadata queries don't hit downsample index.