Skip to content

Commit 08795ac

Browse files
committed
Keep current bucket values as the default.
1 parent 20b10f3 commit 08795ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

django_prometheus/middleware.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from django_prometheus.utils import PowersOf, Time, TimeSince
66

77
DEFAULT_LATENCY_BUCKETS = (
8-
0.005,
98
0.01,
109
0.025,
1110
0.05,
@@ -19,6 +18,9 @@
1918
5.0,
2019
7.5,
2120
10.0,
21+
25.0,
22+
50.0,
23+
75.0,
2224
float("inf"),
2325
)
2426

0 commit comments

Comments
 (0)