summary refs log tree commit diff
path: root/synapse/config/metrics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-1/+3
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix some DETECTED VIOLATIONS in the config file (#7550)Richard van der Hoff2020-05-221-1/+2
* Fix a small typo in the `metrics_flags` config option. (#7171)Andrew Morgan2020-03-301-1/+1
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* add report_stats_endpoint config option (#6012)Sorunome2019-09-121-0/+9
* Check dependencies on setup in the nicer way. (#5989)Jorik Schellekens2019-09-111-7/+5
* Servers-known-about statistic (#5981)Amber Brown2019-09-071-0/+31
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-5/+3
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-2/+2
* Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_formatErik Johnston2019-02-201-0/+2
|\
| * Fixup generated metrics configErik Johnston2019-02-201-0/+2
* | Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+2
|/
* Fixup error handling and messageErik Johnston2019-02-181-5/+6
* FixupErik Johnston2019-02-181-1/+1
* Fixup comments and add warningErik Johnston2019-02-131-2/+7
* Raise an appropriate error message if sentry_sdk missingErik Johnston2019-02-121-1/+15
* Basic sentry integrationErik Johnston2019-02-121-0/+8
* Add a script to generate a clean config file (#4315)Richard van der Hoff2018-12-221-3/+9
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-3/+5
* Add backwards compat support for metrics, manhole and webclient config optionsErik Johnston2015-06-121-6/+0
* s/metric_interface/metric_bind_host/Erik Johnston2015-05-221-3/+3
* Enable changing the interface the metrics listener binds toErik Johnston2015-05-221-1/+5
* Update metrics.pyMark Haines2015-04-301-2/+2
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-16/+13
* Option to serve metrics from their own localhost-only TCP port instead of mux...Paul "LeoNerd" Evans2015-03-121-0/+5
* Commandline option to enable metrics systemPaul "LeoNerd" Evans2015-03-121-0/+31