Skip to content

Commit 287360f

Browse files
Rongxin Xiafacebook-github-bot
authored andcommitted
add 100th percentile for session_idle_time
Summary: Adding 100th percentile for session_idle_time -- the idle time between two consecutive transactions, so that we can have better idea on how conn_idle_timeout will be hit or not Reviewed By: kwaugh Differential Revision: D78777892 fbshipit-source-id: 57825c1816def1c0b0b274b69292cbef3c38eec9
1 parent a0a81b4 commit 287360f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxygen/lib/http/stats/ThreadLocalHTTPSessionStats.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ TLHTTPSessionStats::TLHTTPSessionStats(const std::string& prefix)
5858
50,
5959
75,
6060
95,
61-
99),
61+
99,
62+
100),
6263
ctrlMsgsInInterval(
6364
prefix + "_ctrl_msgs_in_interval",
6465
1 /* bucketWidth */,

0 commit comments

Comments
 (0)