MatrixSynapse/synapse/metrics
Richard van der Hoff 19d274085f Make Counter render floats
Prometheus handles all metrics as floats, and sometimes we store non-integer
values in them (notably, durations in seconds), so let's render them as floats
too.

(Note that the standard client libraries also treat Counters as floats.)
2018-01-12 23:49:44 +00:00
..
__init__.py
metric.py Make Counter render floats 2018-01-12 23:49:44 +00:00
process_collector.py
resource.py