From 4114cc5a77ece480dcd6576f4623ff54b7ad4e07 Mon Sep 17 00:00:00 2001 From: ErikEk Date: Wed, 26 May 2021 00:07:42 +0200 Subject: [PATCH] docs: add prometheus flags to sample-lnd.conf --- sample-lnd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sample-lnd.conf b/sample-lnd.conf index 2cfe9716..ca13ebea 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -406,6 +406,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 ☇