Merge pull request #7054 from influxdata/dom/query-buckets
refactor(metric): increase partition bucket rangepull/24376/head
commit
ed740e28a9
|
@ -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(&[]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue