forked-synapse/synapse/metrics
Christian Svensson 8bbe87f42d
Set Content-Length for Metrics requests (#7730)
HTTP requires the response to contain a Content-Length header unless chunked encoding is being used.
Prometheus metrics endpoint did not set this, causing software such as prometheus-proxy to not be able to scrape synapse for metrics.

Signed-off-by: Christian Svensson <blue@cmd.nu>
2020-06-23 18:06:01 +01:00
..
__init__.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
_exposition.py Set Content-Length for Metrics requests (#7730) 2020-06-23 18:06:01 +01:00
background_process_metrics.py Make inflight background metrics more efficient. (#7597) 2020-05-29 13:25:32 +01:00