Skip to content

Commit 80c1733

Browse files
Merge branch 'main' into ioberst-squtil-inlist
2 parents 2bd81c3 + 62c65ca commit 80c1733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/query.response-time/response_time.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ LEVEL:
175175
for i := range p {
176176
config.percentiles[i] = percentile{
177177
formatted: p[i].Name,
178-
query: BASE_QUERY + fmt.Sprintf(" WHERE bucket_quantile >= %f ORDER BY bucket_quantile LIMIT 1", p[i].Value),
178+
query: BASE_QUERY + fmt.Sprintf(" WHERE bucket_quantile >= %f ORDER BY bucket_number LIMIT 1", p[i].Value),
179179
}
180180
}
181181

0 commit comments

Comments
 (0)