Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lightninglabs/lndmon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.7
Choose a base ref
...
head repository: lightninglabs/lndmon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.8
Choose a head ref
  • 17 commits
  • 17 files changed
  • 6 contributors

Commits on Apr 17, 2023

  1. collectors: disable the HTLC monitor collector

    multi: add a toggle to disable the HTLC monitor collector
    reynico committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a03710f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge pull request #99 from reynico/htlc-disable-metrics-toggle

    Add a toggle to disable the HTLC monitor metrics
    Roasbeef authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2d4e987 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    357d6e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge pull request #102 from LN-Zap/update-go

    Update to Go 1.21.6 and Alpine 3.19
    Roasbeef authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f7d3fdf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    662470e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from lightninglabs/feature/cached-grpc-responses

    lndmon: cache closedChannels response
    Roasbeef authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9d40b32 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    35151fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ed111 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge pull request #105 from orfeas0/master

    Add env vars to the grafana connection of post_start script.
    guggero authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a849499 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    79f80d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from LN-Zap/disable-htlc-stream

    collectors: do not init htlc monitor when htlc monitoring is disabled
    guggero authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    02ee7ca View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    373684e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    5544239 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #108 from lightninglabs/startup-time-monitoring

    collectors: add startup time metrics
    Roasbeef authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    892dae7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. collectors: fix formatting

    guggero committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c5cb503 View commit details
    Browse the repository at this point in the history
  2. collectors: don't shut down on GetInfo timeout

    Since the lnd GetInfo call sometimes takes way longer than average, we
    don't want to shut down on just a timeout.
    guggero committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e1c2d96 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #110 from guggero/ignore-timeout

    collectors: don't shut down on timeout on `GetInfo` RPC call
    guggero authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    745d3d1 View commit details
    Browse the repository at this point in the history
Loading