mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-18 17:30:41 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
cacheci / tests (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
#### Description - `#12593` moved the n-step trace-funnel query builders onto `clickhousesql.StringLiteral`, but the two-step `slow-traces` and `error-traces` builders still interpolated `service_name`/`span_name` into the SQL string literal raw. - Route those four values through the same helper, so every funnel query builder quotes step names consistently. #### Additional Information - No behaviour change for ordinary names; the `slow-traces`/`error-traces` funnel queries now handle names containing a quote the same way the rest of the module already does.