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
* Add the following configuration to the `prometheus.yml` file (see the [Prometheus documentation](https://prometheus.io/docs/prometheus/latest/configuration/configuration/) for more details)
77
+
* Add the following configuration to the `prometheus.yml` file (see the [Prometheus documentation](https://prometheus.io/docs/prometheus/latest/configuration/configuration/) for more details).
78
78
79
79
```prometheus.yml
80
80
global:
@@ -86,11 +86,11 @@ scrape_configs:
86
86
- targets: ['<url of the eclair http embedded server>']
87
87
```
88
88
89
-
Eclair provides many [Grafana](https://grafana.com/) dashboards to help you monitor your lightning node, which you can find in the `monitoring` folder of this repository. Follow the [Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/export-import/#import-dashboard) to import these dashboards and create new ones if necessary.
89
+
Eclair provides [Grafana](https://grafana.com/) dashboards to help you monitor your lightning node, which you can find in the `monitoring` folder of this repository.
90
+
Follow the [Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/export-import/#import-dashboard) to import these dashboards and create new ones if necessary.
90
91
91
92
Note: do not forget to add `Prometheus` as a data source in grafana (see [grafana documentation](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source) for more details)
92
93
93
-
94
94
## Example metrics
95
95
96
96
Apart from akka and system metrics, eclair generates a lot of lightning metrics. The following
@@ -101,4 +101,3 @@ metrics are just a small sample of all the metrics we provide:
101
101
* Number of connected peers
102
102
* Bitcoin wallet balance
103
103
* Various metrics about the public graph (nodes, channels, updates, etc)
0 commit comments