Skip to content

Commit

Permalink
feat: add few more buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
sumandas0 committed Feb 13, 2024
1 parent 3f39583 commit 5b2e42b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ public void collectIndexsearch(String requestId, String requestUri, List<AtlasPe
Duration.ofSeconds(25),
Duration.ofSeconds(30),
Duration.ofSeconds(40),
Duration.ofSeconds(60)
Duration.ofSeconds(60),
Duration.ofSeconds(90),
Duration.ofSeconds(120),
Duration.ofSeconds(180)
)
.publishPercentiles(PERCENTILES)
.tags(convertToMicrometerTags(metric.getTags()))
Expand Down

0 comments on commit 5b2e42b

Please sign in to comment.