From 0710b4e8a102bd122fe8e77e95c541c914fd94a7 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 22 Jun 2019 20:01:22 +0300 Subject: [PATCH] Fix metrics config comment --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index 55597876..e18008ca 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -64,7 +64,7 @@ appservice: as_token: "This value is generated when generating the registration" hs_token: "This value is generated when generating the registration" -# Prometheus telemetry config. Requires prometheus-aio to be installed. +# Prometheus telemetry config. Requires prometheus-client to be installed. metrics: enabled: false listen_port: 8000