prometheus: Add a prometheus plugin exposing channel and peer stats

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker
2019-02-26 18:41:38 +01:00
parent 09faaeb759
commit 3ca5056ebd
4 changed files with 167 additions and 4 deletions

View File

@@ -4,10 +4,13 @@ Community curated plugins for c-lightning.
## Available plugins
| Name | Short description |
|-----------------------------------|--------------------------------------------|
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [probe](probe/) | Regularly probes the network for stability |
| Name | Short description |
|-----------------------------------|--------------------------------------------------------------|
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [probe][probe] | Regularly probes the network for stability |
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server |
[pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels
[probe]: https://github.com/lightningd/plugins/tree/master/probe
[prometheus]: https://github.com/lightningd/plugins/tree/master/prometheus