summary refs log tree commit diff
path: root/synapse/metrics/_exposition.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-171-17/+17
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-14/+12
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+1
* Fix _exposition.py to stop stripping samplesRichard van der Hoff2020-09-301-11/+29
* Drop support for ancient prometheus_client (#8426)Richard van der Hoff2020-09-301-22/+2
* Set Content-Length for Metrics requests (#7730)Christian Svensson2020-06-231-1/+4
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-4/+8
* Fix up some typechecking (#6150)Amber Brown2019-10-021-2/+2
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-1/+3
* Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-0/+258