summary refs log tree commit diff
path: root/synapse/metrics/_legacy_exposition.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Catch BrokenPipeError from metrics server, and log as a warning (#14072)David Robertson2022-10-071-6/+12
|
* Fix cache metrics not being updated when not using the legacy exposition ↵reivilibre2022-09-081-7/+0
| | | | module. (#13717)
* Fix Prometheus recording rules to not use legacy metric names. (#13718)reivilibre2022-09-081-0/+5
|
* Update Grafana dashboard to not use legacy metric names. (#13714)reivilibre2022-09-061-2/+2
|
* Add experimental configuration option to allow disabling legacy Prometheus ↵reivilibre2022-08-241-0/+284
metric names. (#13540) Co-authored-by: David Robertson <davidr@element.io>