mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
docs: add prometheus flags to sample-lnd.conf
This commit is contained in:
parent
f15961f764
commit
4114cc5a77
1 changed files with 8 additions and 0 deletions
|
@ -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 ☇
|
||||
|
|
Loading…
Add table
Reference in a new issue