Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the metrics less racy (#4061) | Amber Brown | 2018-10-19 | 1 | -13/+18 |
* | Fix more b'abcd' noise in metrics | Richard van der Hoff | 2018-09-17 | 1 | -11/+11 |
* | Fix typo | Erik Johnston | 2018-08-21 | 1 | -4/+4 |
* | Make the in flight requests metrics thread safe | Erik Johnston | 2018-08-20 | 1 | -3/+10 |
* | pep8 | Erik Johnston | 2018-07-18 | 1 | -1/+2 |
* | Add response code to response timer metrics | Erik Johnston | 2018-07-18 | 1 | -3/+5 |
* | Refactor logcontext resource usage tracking (#3501) | Richard van der Hoff | 2018-07-10 | 1 | -66/+17 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+1 |
* | Fix inflight requests metric (incorrect name & traceback) (#3413) | Amber Brown | 2018-06-20 | 1 | -3/+7 |
* | update to more consistently use seconds in any metrics or logging | Amber Brown | 2018-05-28 | 1 | -19/+19 |
* | update metrics to be in seconds | Amber Brown | 2018-05-28 | 1 | -3/+3 |
* | fixes | Amber Brown | 2018-05-23 | 1 | -7/+7 |
* | cleanup pep8 errors | Amber Brown | 2018-05-22 | 1 | -28/+86 |
* | cleanups, self-registration | Amber Brown | 2018-05-22 | 1 | -12/+3 |
* | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-22 | 1 | -1/+136 |
|\ | |||||
| * | Don't store context | Erik Johnston | 2018-05-22 | 1 | -8/+5 |
| * | Move in_flight_requests_count to be a callback metric | Erik Johnston | 2018-05-22 | 1 | -10/+21 |
| * | Add in flight request metrics | Erik Johnston | 2018-05-21 | 1 | -1/+151 |
* | | rest of the changes | Amber Brown | 2018-05-21 | 1 | -83/+23 |
|/ | |||||
* | Move outgoing_responses_counter handling to RequestMetrics | Richard van der Hoff | 2018-05-10 | 1 | -0/+2 |
* | Make RequestMetrics take a raw time rather than a clock | Richard van der Hoff | 2018-05-10 | 1 | -4/+4 |
* | Move RequestsMetrics to its own file | Richard van der Hoff | 2018-05-09 | 1 | -0/+147 |