Skip to content

Releases: LNOpenMetrics/go-lnmetrics.reporter

v0.0.4-rc6

01 Jan 17:43
be3e758
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4-rc6

v0.0.4-rc5

15 Dec 16:04
8002a2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4-rc5

v0.0.4-rc4

04 Dec 18:01
210f509
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4-rc4

v0.0.4-rc3

02 Dec 11:19
0b0a968
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4-rc3

v0.0.4-rc2

02 Dec 10:02
7571306
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4-rc2

v0.0.4-rc1

29 Nov 10:30
27016cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4-rc1

v0.0.4-alpha1

22 Oct 07:04
c04afd1
Compare
Choose a tag to compare

This code includes some fixes, and also the first version to report the data into the graph ql server.

To install it you need to link the executable plugin in lightning, and add the link of the server, that in this case, it is the following one https://api.lnmetrics.info/query

One possible config can be

...
plugin=/home/pi/github/go-metrics-reported/go-lnmetrics-{archirecture}
lnmetrics-urls=https://api.lnmetrics.info/query

You can open a bug (very very welcome), open a discussion on what you would like to see https://github.com/OpenLNMetrics/go-lnmetrics.reporter/discussions or write me on matrix or libera.char I'm under the nickname vincenzopalazzo

v0.0.3

07 Sep 12:53
f60439a
Compare
Choose a tag to compare

Fixes #33
Fixes #34

Closed all by the #37

v0.0.2

01 Aug 09:03
e2a1499
Compare
Choose a tag to compare

This Release contains the following a big code refactoring and a sequence of changes in JSON payload changes.

See all the changes in the v0.0.1...v0.0.2

P.S: This release requires that you will erase the metrics directory

v0.0.1

22 Jul 13:34
0bd0b59
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

The first version of the plugin was tested with some nodes.

With this version, an issue in the JSON Format was found (#22).