promscale
promscale copied to clipboard
Improve tag filtering for traces in jaeger
Tag filtering for traces in jaeger queries need improvement
- indexes are often not used
- searches should cover all possible textual representations #1467
- tag queries for non-existent tags should be quick
PRs to address this are https://github.com/timescale/promscale_extension/pull/461 and https://github.com/timescale/timescaledb/pull/4556