Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-16 | Move plugins to a separate repository | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-13 | Update deprecated prometheus collectors. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-06-07 | - Add metrics exporter for the workers | Valery Piashchynski | |
- Add metrics for the request duration and request count - Add tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-30 | - Add Availabler interface implementaion for all plugins | Valery Piashchynski | |
- Add tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-04-20 | - Make http.Serve() async | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-28 | - Fix bug with the worker reallocating during the response | Valery Piashchynski | |
- Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-03-20 | - Fix CI in the PR | Valery Piashchynski | |
- Fix type in the metrics plugin Register method | |||
2021-03-20 | fix(metrics): remove statsProvider from metrics collectors sync.Map | David Štrop | |
Signed-off-by: David Štrop <[email protected]> | |||
2021-01-23 | Stabilization PR | Valery Piashchynski | |
2021-01-21 | Uniform all configs | Valery Piashchynski | |
Add debug server Check nil's for all plugin intialization | |||
2021-01-19 | Uniform all errors operations | Valery Piashchynski | |
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2020-12-26 | Huge tests refactoring. Reduce running time 2-3x times | Valery Piashchynski | |
2020-12-21 | Move plugins to the roadrunner-plugins repository | Valery Piashchynski | |
2020-12-21 | Remove config2 alias | Valery Piashchynski | |
2020-12-17 | Move config interface to the interfaces folder. Initial redis plugin | Valery Piashchynski | |
structure | |||
2020-12-01 | golangci linters fix | Valery Piashchynski | |
2020-11-16 | Metrics collector returns slice of values | Valery Piashchynski | |
2020-11-14 | More tests for the Metrics | Valery Piashchynski | |
2020-11-13 | golangci linters warnings fix | Valery Piashchynski | |
2020-11-13 | Metrics config test | Valery Piashchynski | |
Config proper parsing Add metrics tests to the CI and Makefile | |||
2020-11-13 | Update tests | Valery Piashchynski | |
2020-11-13 | Move all interfaces to the separate folder [RPC, METRICS, LOGGER] | Valery Piashchynski | |
RPC for the metrics update to the working state RCP interface renamed to the RPCer | |||
2020-11-09 | Inital commit of Metrics 2.0 | Valery Piashchynski | |