diff --git a/sample-lnd.conf b/sample-lnd.conf index 51bde92f..022b7a21 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -410,6 +410,14 @@ ; can be tuned to save bandwidth for light clients or routing nodes. (default: 3) ; numgraphsyncpeers=9 +; If true, lnd will start the Prometheus exporter. Prometheus flags are +; behind a build/compile flag and are not available by default. lnd must be built +; with the monitoring tag; `make && make install tags=monitoring` to activate them. +; prometheus.enable=true + +; Specify the interface to listen on for Prometheus connections. +; prometheus.listen=0.0.0.0:8989 + ; The alias your node will use, which can be up to 32 UTF-8 characters in ; length. ; alias=My Lightning ☇