Attempt to include db threads in cpu usage stats (#3496)

Let's try to include time spent in the DB threads in the per-request/block cpu
usage metrics.
This commit is contained in:
Richard van der Hoff 2018-07-10 16:12:36 +01:00 committed by GitHub
parent 55370331da
commit c3c29aa196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 20 deletions

1
changelog.d/3496.feature Normal file
View file

@ -0,0 +1 @@
Include CPU time from database threads in request/block metrics.