Skip to content

lndmon v0.2.7

Compare
Choose a tag to compare
@guggero guggero released this 01 May 07:29
· 23 commits to master since this release
v0.2.7
10b9b44

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