From 1ddee5221ec14382841a3282d9f5b26a469d1ff6 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 30 Nov 2021 14:35:04 +0100 Subject: [PATCH] Adding go-lnmetrics.reporter Signed-off-by: Vincenzo Palazzo --- .gitmodules | 3 +++ README.md | 2 ++ go-lnmetrics.reporter | 1 + 3 files changed, 6 insertions(+) create mode 160000 go-lnmetrics.reporter diff --git a/.gitmodules b/.gitmodules index e108e8e3d..47c3bd492 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 7f0cd69d7..9874e1d64 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 diff --git a/go-lnmetrics.reporter b/go-lnmetrics.reporter new file mode 160000 index 000000000..27016cc8e --- /dev/null +++ b/go-lnmetrics.reporter @@ -0,0 +1 @@ +Subproject commit 27016cc8e6905afa32e02d3f43be734cc251e3d0