You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces the foundational telemetry infrastructure to improve
the observability of LDK Server.
It adds a new `/metrics` endpoint exposed on the REST service address,
which serves Prometheus-compatible metrics. This endpoint is public and
does not require HMAC authentication, allowing for easy integration with
monitoring systems.
- Added `prometheus` dependency and a `Metrics` utility struct.
- Introduced a basic `ldk_health_score` gauge (0-100) that
reflects the node's operational status based on connection to peer,
sync state, and running status.
This is the first step in a larger effort to provide comprehensive telemetry.
Future updates will expand this to include metrics for channels, balances,
payments, and other critical node activities.
0 commit comments