docs: add prometheus flags to sample-lnd.conf

This commit is contained in:
ErikEk 2021-05-26 00:07:42 +02:00
parent f15961f764
commit 4114cc5a77

View File

@ -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 ☇