fix: Filter DBTraceWaterfall events on timestamp expression (#1604)

Closes HDX-2694
This commit is contained in:
Drew Davis 2026-01-14 12:33:46 -05:00 committed by GitHub
parent 78423450b6
commit 6752b3f862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/app": patch
---
fix: Filter DBTraceWaterfall events on timestamp expression

View file

@ -229,7 +229,7 @@ function getConfig(
const config = {
select,
from: source.from,
timestampValueExpression: alias.Timestamp,
timestampValueExpression: source.timestampValueExpression,
where: `${alias.TraceId} = '${traceId}'`,
limit: { limit: 50000 },
connection: source.connection,