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:
Maximilian Bosch 2021-10-05 12:06:16 +02:00
parent 82cb230c42
commit 9f9e32238b
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -54,6 +54,7 @@ in python.pkgs.buildPythonPackage rec {
pillow
lxml
setuptools
prometheus-client
] ++ lib.optionals withE2BE [
asyncpg
python-olm