Skip to content

Commit

Permalink
Adding go-lnmetrics.reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo authored and cdecker committed Dec 12, 2021
1 parent 8480955 commit 1ddee52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
[submodule "btcli4j"]
path = btcli4j
url = https://github.com/clightning4j/btcli4j.git
[submodule "go-lnmetrics.reporter"]
path = go-lnmetrics.reporter
url = https://github.com/LNOpenMetrics/go-lnmetrics.reporter.git
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Community curated plugins for c-lightning.
| [drain][drain] | Draining, filling and balancing channels with automatic chunks. |
| [event-websocket][event-websocket] | Exposes notifications over a Websocket |
| [feeadjuster][feeadjuster] | Dynamic fees to keep your channels more balanced |
| [go-lnmetrics.reporter][reporter] | Collect and report of the lightning node metrics |
| [graphql][graphql] | Exposes the c-lightning API over [graphql][graphql-spec] |
| [invoice-queue][invoice-queue] | Listen to lightning invoices from multiple nodes and send to a redis queue for processing |
| [lightning-qt][lightning-qt] | A bitcoin-qt-like GUI for lightningd |
Expand Down Expand Up @@ -208,3 +209,4 @@ Python plugins developers must ensure their plugin to work with all Python versi
[btcli4j]: https://github.com/clightning4j/btcli4j
[backup]: https://github.com/lightningd/plugins/tree/master/backup
[commando]: https://github.com/lightningd/plugins/tree/master/commando
[reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter
1 change: 1 addition & 0 deletions go-lnmetrics.reporter
Submodule go-lnmetrics.reporter added at 27016c

0 comments on commit 1ddee52

Please sign in to comment.