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:
Maximilian Bosch 2021-10-05 12:06:16 +02:00 committed by github-actions[bot]
parent aff647e270
commit e484541615
1 changed files with 1 additions and 0 deletions

View File

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