Skip to content

Commit

Permalink
no exclusive time
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Sep 17, 2024
1 parent ec2602f commit 6c65df0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ def forwards_ops(self) -> Sequence[SqlOperation]:
arrayConcat(
{",".join(f"CAST(attr_num_{n}, 'Array(Tuple(String, Float64))')" for n in range(ATTRIBUTE_BUCKETS))},
array(
tuple('duration_ms', `duration_ms`::Float64),
tuple('exclusive_time_ms', `exclusive_time_ms`)
tuple('duration_ms', `duration_ms`::Float64)
)
) AS attrs
GROUP BY
Expand Down

0 comments on commit 6c65df0

Please sign in to comment.