mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-25 11:30:08 +00:00
chore: standardise SQL output
Signed-off-by: Shivanshu Raj Shrivastava <shivanshu1333@gmail.com>
This commit is contained in:
parent
9a1b9885c9
commit
cca086d4b6
@ -379,7 +379,7 @@ SELECT
|
||||
count() / time_window_sec AS avg_rate,
|
||||
countIf(t1_has_error OR t2_has_error) AS errors,
|
||||
avg(duration_nanos * 1000) AS avg_duration,
|
||||
quantile(0.99)(duration_nanos * 1000) AS p99_duration
|
||||
quantile(0.99)(duration_nanos * 1000) AS p99_latency
|
||||
FROM final;`
|
||||
|
||||
query := fmt.Sprintf(queryTemplate,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user