Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include user agent in user daily visits table (#8503) | Neil Johnson | 2020-10-15 | 1 | -3/+8 |
| | | | Include user agent in user daily visits table. | ||||
* | Move additional tasks to the background worker (#8458) | Patrick Cloke | 2020-10-07 | 1 | -9/+5 |
| | |||||
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -0/+195 |
| | |||||
* | Add an improved "forward extremities" metric | Richard van der Hoff | 2020-09-30 | 1 | -2/+25 |
| | | | | | Hopefully, N(extremities) * N(state_events) is a more realistic approximation to "how big a problem is this room?". | ||||
* | Rewrite BucketCollector | Richard van der Hoff | 2020-09-30 | 1 | -16/+10 |
| | | | | | | | | | | | | This was a bit unweildy for what I wanted: in particular, I wanted to assign each measurement straight into a bucket, rather than storing an intermediate Counter which didn't do any bucketing at all. I've replaced it with something that is hopefully a bit easier to use. (I'm not entirely sure what the difference between a HistogramMetricFamily and a GaugeHistogramMetricFamily is, but given our counters can go down as well as up the latter *sounds* more accurate?) | ||||
* | Convert tags and metrics databases to async/await (#8062) | Patrick Cloke | 2020-08-11 | 1 | -14/+6 |
| | |||||
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -0/+130 |