Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-10 | Attempt to include db threads in cpu usage stats (#3496) | Richard van der Hoff | 4 | -20/+39 | |
Let's try to include time spent in the DB threads in the per-request/block cpu usage metrics. | |||||
2018-07-10 | Refactor logcontext resource usage tracking (#3501) | Richard van der Hoff | 5 | -130/+146 | |
Factor out the resource usage tracking out to a separate object, which can be passed around and copied independently of the logcontext itself. | |||||
2018-07-10 |