Skip to content

Commit

Permalink
Fix typo (#31063)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamikaramj committed Apr 30, 2024
1 parent 9612fe1 commit 356311f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static Histogram createRPCLatencyHistogram(RpcMethod method) {
nameBuilder.addLabel(RPC_METHOD, method.toString());
MetricName metricName = nameBuilder.build(METRICS_NAMESPACE);

// Create Exponential histogram buckets wtih the following parameters:
// Create Exponential histogram buckets with the following parameters:
// 0 scale, resulting in bucket widths with a size 2 growth factor.
// 17 buckets, so the max latency of that can be stored is (2^17 millis ~= 130 seconds).
HistogramData.BucketType buckets = HistogramData.ExponentialBuckets.of(0, 17);
Expand Down

0 comments on commit 356311f

Please sign in to comment.