mautrix-telegram: add `prometheus-client` for metrics
With this change I can do metrics: enabled: true listen_port: 8080 and retrieve metrics from `localhost:8080` for the telegram bridge. (cherry picked from commit 9f9e32238b200716a622bd743e6859495aa83db1)
This commit is contained in:
parent
aff647e270
commit
e484541615
|
@ -60,6 +60,7 @@ in with python.pkgs; buildPythonPackage rec {
|
|||
pillow
|
||||
lxml
|
||||
setuptools
|
||||
prometheus-client
|
||||
] ++ lib.optionals withE2BE [
|
||||
asyncpg
|
||||
python-olm
|
||||
|
|
Loading…
Reference in New Issue