Skip to content

Commit

Permalink
added TS def for Summary's pruneAgedBuckets (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokyrynskyi authored Mar 13, 2023
1 parent 4fb2ca9 commit 2c37e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ export interface SummaryConfiguration<T extends string>
percentiles?: number[];
maxAgeSeconds?: number;
ageBuckets?: number;
pruneAgedBuckets?: boolean;
compressCount?: number;
collect?: CollectFunction<Summary<T>>;
}
Expand Down

0 comments on commit 2c37e80

Please sign in to comment.