diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-09 20:35:33 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-03-12 16:24:51 +0000 |
commit | cbc0406be844894cac08c457544f1eb0c28435bb (patch) | |
tree | 1bb063df91f3d49ba6824aadc502045ac3819b97 /synapse | |
parent | Count incoming HTTP requests per servlet that responds (diff) | |
download | synapse-cbc0406be844894cac08c457544f1eb0c28435bb.tar.xz |
Export CacheMetric as hits+total, rather than hits+misses, as it's easier to derive hit ratio from that
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/metrics/metric.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/synapse/metrics/metric.py b/synapse/metrics/metric.py |