Skip to content

Commit

Permalink
Merge pull request #2844 from atlanhq/hist-bucket
Browse files Browse the repository at this point in the history
fix: add few more buckets to generalise the histogram duration
  • Loading branch information
sumandas0 authored Feb 12, 2024
2 parents cae72e9 + 6cebca9 commit 3f39583
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ public void collectIndexsearch(String requestId, String requestUri, List<AtlasPe
Duration.ofSeconds(5),
Duration.ofSeconds(7),
Duration.ofSeconds(10),
Duration.ofSeconds(15)
Duration.ofSeconds(15),
Duration.ofSeconds(20),
Duration.ofSeconds(25),
Duration.ofSeconds(30),
Duration.ofSeconds(40),
Duration.ofSeconds(60)
)
.publishPercentiles(PERCENTILES)
.tags(convertToMicrometerTags(metric.getTags()))
Expand Down

0 comments on commit 3f39583

Please sign in to comment.