Skip to content

Commit

Permalink
Merge pull request #2849 from atlanhq/hist-bucket
Browse files Browse the repository at this point in the history
feat: add few more buckets
  • Loading branch information
sumandas0 authored Feb 13, 2024
2 parents bcb4bf8 + 5b2e42b commit 6e024ea
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 6e024ea

Please sign in to comment.