mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
fix: Filter DBTraceWaterfall events on timestamp expression (#1604)
Closes HDX-2694
This commit is contained in:
parent
78423450b6
commit
6752b3f862
2 changed files with 6 additions and 1 deletions
5
.changeset/nervous-pandas-bow.md
Normal file
5
.changeset/nervous-pandas-bow.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Filter DBTraceWaterfall events on timestamp expression
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue