forked-synapse/synapse/storage/databases
Richard van der Hoff 6d2d42f8fb Rewrite BucketCollector
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?)
2020-09-30 16:49:15 +01:00
..
main Rewrite BucketCollector 2020-09-30 16:49:15 +01:00
state Mypy fixes for synapse.handlers.federation (#8422) 2020-09-29 15:57:36 +01:00
__init__.py Add experimental support for sharding event persister. Again. (#8294) 2020-09-14 10:16:41 +01:00