Skip to content

Commit

Permalink
Minor correction to Exemplar default (#5024)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Nov 3, 2023
1 parent 299a6c1 commit 5e6eca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/metrics/customizing-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,11 @@ Histograms with buckets, and it stores at most one exemplar per histogram
bucket. The exemplar stored is the last measurement recorded - i.e. any new
measurement overwrites the previous one in that bucket.

`SimpleExemplarReservoir` is the default reservoir used for all metrics except
* `SimpleExemplarReservoir` is the default reservoir used for all metrics except
Histograms with buckets. It has a fixed reservoir pool, and implements the
equivalent of [naive
reservoir](https://en.wikipedia.org/wiki/Reservoir_sampling). The reservoir pool
size (currently defaulting to 10) determines the maximum number of exemplars
size (currently defaulting to 1) determines the maximum number of exemplars
stored.

> **Note**
Expand Down

0 comments on commit 5e6eca8

Please sign in to comment.