Commit 2bda5b8
Add offloop metrics to ThriftServerStats
Summary:
- Thrift java applications extensively use offloop threads
- It is difficult to quickly triage saturation of offloop threads
- OffLoopScheduler already has a helper which provides these stats
- Adding these stats to standard thrift server metrics so these will be available by default to all thrift servers
Reviewed By: avalonalex
Differential Revision: D52928066
fbshipit-source-id: d7449a0bab8d9b4f7b4457657d45967cacedb95b1 parent 5d0ff4b commit 2bda5b8
File tree
1 file changed
+4
-0
lines changed- thrift/lib/java/runtime/src/main/java/com/facebook/swift/service/stats
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
272 | 276 | | |
273 | 277 | | |
274 | 278 | | |
| |||
0 commit comments