fixed client session histogram buckets (#5316)
This commit is contained in:
committed by
GitHub
parent
b47a742dd0
commit
836a93cd96
@@ -18,8 +18,8 @@ const CLIENT_SESSION_DURATION_BUCKETS: &[f64] = &[
|
||||
900., // 15min - 1h
|
||||
3600., // 1h - 12h
|
||||
43200., // 12h - 23.5h
|
||||
88200., // 23.5h - 24.5h
|
||||
86400., // 24.5h - 72h
|
||||
84600., // 23.5h - 24.5h
|
||||
88200., // 24.5h - 72h
|
||||
259200., // 72h+ (implicitly)
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user