index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
metrics
Age
Commit message (
Expand
)
Author
2021-09-16
Move plugins to a separate repository
Valery Piashchynski
2021-08-13
Update deprecated prometheus collectors.
Valery Piashchynski
2021-08-11
Replace all 'localhost' with '127.0.0.1'. Fix default configuration and
Valery Piashchynski
2021-06-07
- Add metrics exporter for the workers
Valery Piashchynski
2021-04-30
- Update CHANGELOG
Valery Piashchynski
2021-04-30
- Add Availabler interface implementaion for all plugins
Valery Piashchynski
2021-04-20
- Make http.Serve() async
Valery Piashchynski
2021-03-28
- Fix bug with the worker reallocating during the response
Valery Piashchynski
2021-03-20
- Fix CI in the PR
Valery Piashchynski
2021-03-20
fix(metrics): remove statsProvider from metrics collectors sync.Map
David Å trop
2021-01-25
resolve #415
Valery Piashchynski
2021-01-23
Stabilization PR
Valery Piashchynski
2021-01-21
Uniform all configs
Valery Piashchynski
2021-01-19
Uniform all errors operations
Valery Piashchynski
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-20
Merge remote-tracking branch 'origin/2.0' into plugin/redis
Valery Piashchynski
2020-12-20
Latest goridge version support
Valery Piashchynski
2020-12-17
Move config interface to the interfaces folder. Initial redis plugin
Valery Piashchynski
2020-12-16
Use ERROR log level everywhere. Remove unused code from Reload plugin
Valery Piashchynski
2020-12-15
Merge remote-tracking branch 'origin/master' into 2.0
Valery Piashchynski
2020-12-14
Move to goridge3
Valery Piashchynski
2020-12-01
golangci linters fix
Valery Piashchynski
2020-11-19
huge linters fix update
Valery Piashchynski
2020-11-18
Informer plugin ready
Valery Piashchynski
2020-11-16
MetricsCollector returns multiply collectors
Valery Piashchynski
2020-11-16
Metrics collector returns slice of values
Valery Piashchynski
2020-11-14
Replace panicking operations with safe, add logger
Valery Piashchynski
2020-11-14
Delete old tests
Valery Piashchynski
2020-11-14
apply golangci linters fixes
Valery Piashchynski
2020-11-14
Complete tests for the Metrics plugin
Valery Piashchynski
2020-11-14
Typo in go.mod
Valery Piashchynski
2020-11-14
More tests for the Metrics
Valery Piashchynski
2020-11-13
golangci linters warnings fix
Valery Piashchynski
2020-11-13
golangci linters warnings fix
Valery Piashchynski
2020-11-13
Metrics config test
Valery Piashchynski
2020-11-13
Update tests
Valery Piashchynski
2020-11-13
Move all interfaces to the separate folder [RPC, METRICS, LOGGER]
Valery Piashchynski
2020-11-09
Inital commit of Metrics 2.0
Valery Piashchynski