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.
main
Maximilian Bosch 3 years ago
parent 82cb230c42
commit 9f9e32238b
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 1
      pkgs/servers/mautrix-telegram/default.nix

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

Loading…
Cancel
Save