Skip to content

Commit

Permalink
docs(sdk-metrics): Move 30 into 21-30 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpatrickdotdev committed Jun 27, 2024
1 parent 01a2c35 commit f3169c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-metrics/src/aggregator/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface Histogram {
*
* buckets: {
* boundaries: [10, 20, 30],
* counts: [3, 3, 1, 2],
* counts: [3, 3, 2, 1],
* }
*/
buckets: {
Expand Down

0 comments on commit f3169c8

Please sign in to comment.