Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some links in `docs` and `contrib` (#10370) | Dirk Klimpel | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | Add missing prometheus rules for persisted events (#8802) | Johanna Dorothea Reichmann | 2020-12-02 | 1 | -0/+18 |
| | | | | | | | The official dashboard uses data from these rules, but they were never added to the synapse-v2.rules. They are mentioned in this issue: https://github.com/matrix-org/synapse/issues/7917#issuecomment-661330409, but never got added to the rules. Adding them results in all graphs in the "Event persist rate" section to function as intended. Signed-off-by: Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu> | ||||
* | Update example prometheus console (#8824) | Dirk Klimpel | 2020-11-26 | 1 | -51/+50 |
| | | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Improve documentation how to configure prometheus for workers (#8822) | Dirk Klimpel | 2020-11-26 | 1 | -3/+7 |
| | |||||
* | cleanups for contrib/prometheus/README | Richard van der Hoff | 2019-01-30 | 1 | -0/+7 |
| | |||||
* | make prometheus config compliant to v0.28 | Krombel | 2018-04-05 | 3 | -19/+19 |
| | |||||
* | Make clear that the config has changed since prometheus v2 | Krombel | 2017-11-14 | 3 | -2/+35 |
| | | | | | This restores the config that is usable for prometheus pre v2.0.0 The new config only works for Prometheus v2+ | ||||
* | update prometheus-config to new format | Krombel | 2017-11-07 | 2 | -23/+67 |
| | |||||
* | Add prometheus config | Richard van der Hoff | 2017-08-16 | 3 | -0/+436 |
... from https://github.com/matrix-org/synapse-prometheus-config. |