Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Code review.
  • Loading branch information
CodeBlanch committed Feb 8, 2024
commit ae5c68dfc5ec17e9f076ce7da9d6a860cdf379f0
2 changes: 1 addition & 1 deletion docs/metrics/customizing-the-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ AnotherFruitCounter.Add(1, new("name", "apple"), new("color", "red"));
A Metric contains many Metric points which are the number of unique combinations
of key/values recorded by an instrument. To protect the SDK from unbounded
memory usage, there is a default limit of 2000 metric points per metric which
will be maintained at any given time. Once the limit is hit, any new key/value
will be maintained by the SDK. Once the limit is hit, any new key/value
combination for a metric will be ignored. The SDK chooses the key/value
combinations in the order in which they are emitted.

Expand Down