File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -580,10 +580,11 @@ version `1.10.0`.
580580
581581> [ !IMPORTANT]
582582> In general more buckets will lead to more precise data for a given Histogram
583- > but each bucket requires memory to store the aggregated details. It is
584- > important to understand this tradeoff between precision and memory consumption
585- > when choosing the number of buckets to recommend via the ` InstrumentAdvice `
586- > API.
583+ > but each bucket requires memory to store the aggregated details and there is
584+ > CPU cost to find the correct bucket when processing a measurement. It is
585+ > important to understand the tradeoffs between precision and CPU/memory
586+ > consumption when choosing the number of buckets to recommend via the
587+ > ` InstrumentAdvice ` API.
587588
588589The following code shows an example using the ` InstrumentAdvice ` API to set
589590recommended default buckets.
You can’t perform that action at this time.
0 commit comments