add information about Prometheus to readme

This commit is contained in:
Alexander Bersenev
2018-07-01 01:40:30 +05:00
committed by GitHub
parent 675d5a6aba
commit b38084bf36

View File

@@ -24,3 +24,4 @@ The proxy can be launched:
- with a custom config: `python3 mtprotoproxy.py [configfile]` - with a custom config: `python3 mtprotoproxy.py [configfile]`
- several times, clients will be automaticaly balanced between instances - several times, clients will be automaticaly balanced between instances
- using *PyPy* interprteter - using *PyPy* interprteter
- with runtime statistics exported for [Prometheus](https://prometheus.io/): using [prometheus](https://github.com/alexbers/mtprotoproxy/tree/prometheus) branch