We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff1a8d8 + d7ea524 commit 6386c67Copy full SHA for 6386c67
src/server/metrics.rs
@@ -41,7 +41,7 @@ impl Metrics {
41
prometheus::HistogramOpts::new(ENDPOINT_TIME, "duration of endpoint requests")
42
// Exponential buckets, with 5ms as start and top bucket ending at
43
// approximately 5 seconds.
44
- .buckets(prometheus::exponential_buckets(0.005, 1.5, 17).unwrap()),
+ .buckets(prometheus::exponential_buckets(0.05, 1.2, 25).unwrap()),
45
&["endpoint"]
46
)?;
47
0 commit comments