You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/logging_monitoring.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -120,12 +120,11 @@ mempool_size 0.0
120
120
121
121
Lightning nodes can also be configured to export metrics to prometheus using `lnd-exporter`.
122
122
Example configuration is provided in `test/data/ln/`. Review `node-defauts.yaml` for a typical logging configuration. All default metrics reported to prometheus are prefixed with `lnd_`
lnd-exporter assumes same macarroon referenced in ln_framework (can be overridden by env variable)
125
+
lnd-exporter assumes same macaroon referenced in ln_framework (can be overridden by env variable)
127
126
128
-
**Note: `test/data/ln` takes advantage of **extraContainers** configuration option to add containers to default `lnd/templates/pod`*
127
+
**Note: `test/data/ln` and `test/data/logging` take advantage of **extraContainers** configuration option to add containers to default `lnd/templates/pod`*
0 commit comments