Merge pull request #7054 from influxdata/dom/query-buckets

refactor(metric): increase partition bucket range
pull/24376/head
Dom 2023-02-23 17:59:59 +00:00 committed by GitHub
commit ed740e28a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ impl<T> QueryResultInstrumentation<T> {
.register_metric_with_options::<U64Histogram, _>(
"ingester_query_result_partition",
"distribution of query result partition count sent to the client",
|| U64HistogramOptions::new([1, 2, 3, 4, 5]),
|| U64HistogramOptions::new([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]),
)
.recorder(&[]);