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.
This commit is contained in:
parent
82cb230c42
commit
9f9e32238b
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ in python.pkgs.buildPythonPackage rec {
|
|||
pillow
|
||||
lxml
|
||||
setuptools
|
||||
prometheus-client
|
||||
] ++ lib.optionals withE2BE [
|
||||
asyncpg
|
||||
python-olm
|
||||
|
|
Loading…
Reference in a new issue