Skip to content

Releases: lightninglabs/lndmon

lndmon v0.2.8

07 Aug 16:01
v0.2.8
745d3d1
Compare
Choose a tag to compare

Release notes (auto generated)

What's Changed

  • Add a toggle to disable the HTLC monitor metrics by @reynico in #99
  • Update to Go 1.21.6 and Alpine 3.19 by @mrfelton in #102
  • lndmon: cache closedChannels response by @djkazic in #104
  • Add env vars to the grafana connection of post_start script. by @orfeas0 in #105
  • collectors: do not init htlc monitor when htlc monitoring is disabled by @mrfelton in #106
  • collectors: add startup time metrics by @djkazic in #108
  • collectors: don't shut down on timeout on GetInfo RPC call by @guggero in #110

New Contributors

  • @reynico made their first contribution in #99
  • @djkazic made their first contribution in #104
  • @orfeas0 made their first contribution in #105

Full Changelog: v0.2.7...v0.2.8

lndmon v0.2.7

01 May 07:29
v0.2.7
10b9b44
Compare
Choose a tag to compare

We haven't bundled an actual release on GitHub since v0.1.0, only pushed new tags. But releases create more visibility, so we're picking up the habit.

The docker images for lndmon can be found on Docker Hub.

Release notes (auto generated)

What's Changed (since v0.1.0)

  • dashboards: more accurate CPU usage for the perf dashboard by @Roasbeef in #30
  • dashboards: only display heap info for lnd by @Roasbeef in #32
  • go.mod: update to requiring lnd 0.7.1-beta by @valentinewallace in #33
  • mod: update lnd and loop versions by @guggero in #49
  • docs: add default grafana password to install instructions by @xsb in #39
  • Exit clean when help is shown by @xsb in #38
  • collectors/graph_collector: add num zombies by @cfromknecht in #25
  • grafana/network: overlay capacity and channels with block height by @cfromknecht in #26
  • dashboards: switch to irate for peer bytes sent/recv by @Roasbeef in #35
  • Add Synced To Chain by @ajcrowe in #40
  • Fix Build: Get zombie channel count from network info by @carlaKC in #50
  • Add Channel Uptime Percentage by @carlaKC in #51
  • Add makefile and travis config by @carlaKC in #52
  • Add Info Metric by @ajcrowe in #45
  • collectors: add inbound fee metric by @joostjager in #54
  • collectors: add proper scraping http error logging, continue if error encountered by @Roasbeef in #55
  • multi: add htlc stream subscription and routing dashboard by @carlaKC in #59
  • multi: switch to lndclient and fail on errors by @carlaKC in #58
  • config: allow specifying of macaroon directory and name by @carlaKC in #61
  • walletcollector: remove unused metric by @carlaKC in #63
  • routing: dashboard tweaks by @carlaKC in #64
  • collectors: add close metrics by @joostjager in #65
  • collectors: add peer label by @joostjager in #66
  • config: add --disablegraph by @joostjager in #67
  • Kubernetes compatible dashboards (alt) by @mrfelton in #60
  • Add link to INSTALL.md by @krtk6160 in #70
  • ci: move to GitHub Actions, add workflow for building and pushing docker images by @guggero in #74
  • Add wallet_key_count metric by @qustavo in #76
  • Prevent sending key count when 0. by @qustavo in #81
  • maintenance: Bump lnd and lndclient versions, use dockerized linter and formatter, use Golang 1.18 by @guggero in #83
  • config: add rpctimeout by @wdstorer-bg in #86
  • build: update to latest version of lndclient by @Roasbeef in #88
  • lndmon: additional monitoring for closing channel balances by @bhandras in #91
  • collectors: summarize limbo channel balances to avoid stuck values by @bhandras in #94
  • misc: LND 0.16.0 fixups by @bhandras in #96
  • collectors: remove unneded resoltion when processing final/subscribed htlc events by @bhandras in #97
  • Added synced_to_graph metric by @Jossec101 in #92
  • lndmon: fix force closed balances by @bhandras in #98

New Contributors

Full Changelog: v0.1.0...v0.2.7

lndmon v0.1.0

24 Jul 18:15
v0.1.0
5a65628
Compare
Choose a tag to compare

This marks the first release of lndmon! With this release, the Lightning Network gains a flexible monitoring tool for observing network trends and general node management, built on top of lnd 0.7 and beyond.

For more details, see the associated blog post: https://blog.lightning.engineering/posts/2019/07/24/lndmon-v0.1.html