docs: add prometheus flags to sample-lnd.conf (#5331)

This commit is contained in:
Olaoluwa Osuntokun 2021-06-01 15:22:47 -07:00 committed by GitHub
commit a45827ff4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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