Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 691 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 691 Bytes

Changelog

Unreleased

0.3.0

  • Add process and go metrics.
  • Add channels_balance_satoshis metric

0.2.0

  • Fix wallet ballance to use a single metric with labels wallet_balance_satoshis, with confirmed and unconfirmed labels
  • Change default prefix to lnd
  • Remove unused flags
  • Add channels metric, with pending, active and inactive labels
  • Add block_height metric
  • Add synced_to_chain metric
  • Add channel related metrics
    • channels_limbo_balance_satoshis
    • channels_pending
    • channels_waiting_close

0.1.0

  • Initial release.
  • Support to wallet balance metrics
    • TotalBallance
    • ConfirmedBalance
    • UnconfirmedBalance