What's Changed
- chore(deps): bump ws from 8.4.0 to 8.17.1 in the npm_and_yarn group across 1 directory by @dependabot in #519
- Revert "chore(deps): bump ws from 8.4.0 to 8.17.1 in the npm_and_yarn group across 1 directory" by @lmangani in #520
- Select pipe processor support by @akvlad in #522
- Very experimental promql optimization by @akvlad #526
- Upgrade view to v3.1.0 by @lmangani in #523
|select (....)
pipe processor was added to traceql
EXPERIMENTAL_PROMQL_OPTIMIZE env vars was added
if EXPERIMENTAL_PROMQL_OPTIMIZE==1 then rate
& sum
is optimized using clickhouse functions.
Full Changelog: 3.2.23...3.2.24