| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable legacy Prometheus metric names by default. They can still be re-enabl... | reivilibre | 2022-11-02 | 1 | -1/+1 |
* | Announce that legacy metric names are deprecated, will be turned off by defau... | reivilibre | 2022-10-03 | 1 | -26/+0 |
* | Add experimental configuration option to allow disabling legacy Prometheus me... | reivilibre | 2022-08-24 | 1 | -0/+29 |
* | Allow dependency errors to pass through (#13113) | Jacek KuĊnierz | 2022-06-30 | 1 | -7/+2 |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -41/+3 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -2/+7 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 1 | -1/+1 |
* | Additional type hints for the config module, part 2. (#11480) | Patrick Cloke | 2021-12-09 | 1 | -2/+4 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Enable flake8-bugbear, but disable most checks. (#9499) | Jonathan de Jong | 2021-03-16 | 1 | -1/+3 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 1 | -1/+2 |
* | Fix a small typo in the `metrics_flags` config option. (#7171) | Andrew Morgan | 2020-03-30 | 1 | -1/+1 |
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -1/+1 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | add report_stats_endpoint config option (#6012) | Sorunome | 2019-09-12 | 1 | -0/+9 |
* | Check dependencies on setup in the nicer way. (#5989) | Jorik Schellekens | 2019-09-11 | 1 | -7/+5 |
* | Servers-known-about statistic (#5981) | Amber Brown | 2019-09-07 | 1 | -0/+31 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -5/+3 |
* | Comment out most options in the generated config. (#4863) | Richard van der Hoff | 2019-03-19 | 1 | -2/+2 |
* | Merge pull request #4694 from matrix-org/erikj/fix_sentry_config_format | Erik Johnston | 2019-02-20 | 1 | -0/+2 |
|\ |
|
| * | Fixup generated metrics config | Erik Johnston | 2019-02-20 | 1 | -0/+2 |
* | | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -0/+2 |
|/ |
|
* | Fixup error handling and message | Erik Johnston | 2019-02-18 | 1 | -5/+6 |
* | Fixup | Erik Johnston | 2019-02-18 | 1 | -1/+1 |
* | Fixup comments and add warning | Erik Johnston | 2019-02-13 | 1 | -2/+7 |
* | Raise an appropriate error message if sentry_sdk missing | Erik Johnston | 2019-02-12 | 1 | -1/+15 |
* | Basic sentry integration | Erik Johnston | 2019-02-12 | 1 | -0/+8 |
* | Add a script to generate a clean config file (#4315) | Richard van der Hoff | 2018-12-22 | 1 | -3/+9 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -3/+5 |
* | Add backwards compat support for metrics, manhole and webclient config options | Erik Johnston | 2015-06-12 | 1 | -6/+0 |
* | s/metric_interface/metric_bind_host/ | Erik Johnston | 2015-05-22 | 1 | -3/+3 |
* | Enable changing the interface the metrics listener binds to | Erik Johnston | 2015-05-22 | 1 | -1/+5 |
* | Update metrics.py | Mark Haines | 2015-04-30 | 1 | -2/+2 |
* | Manually generate the default config yaml, remove most of the commandline arg... | Mark Haines | 2015-04-30 | 1 | -16/+13 |
* | Option to serve metrics from their own localhost-only TCP port instead of mux... | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+5 |
* | Commandline option to enable metrics system | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+31 |