opentelemetry-js
opentelemetry-js copied to clipboard
docs(sdk-metrics): Update Histogram docs to reflect upper bound inclusivity
trafficstars
Which problem is this PR solving?
According to the specs, histogram bucket upper bounds are inclusive. This PR contains a very small change to the docs to reflect that. This might avoid confusing a newcomer to the project.
Fixes # N/A
Short description of the changes
Type of change
Docs only
How Has This Been Tested?
N/A
Checklist:
- [Y] Followed the style guidelines of this project
- [N/A] Unit tests have been added
- [Y] Documentation has been updated