metrics fixes
This commit is contained in:
parent
bdee3426ae
commit
de91573f2e
8 changed files with 83 additions and 5 deletions
|
|
@ -305,7 +305,10 @@ type LndGetInfoRequest struct {
|
|||
Nodeid int64 `json:"nodeId"`
|
||||
}
|
||||
type LndGetInfoResponse struct {
|
||||
Alias string `json:"alias"`
|
||||
Alias string `json:"alias"`
|
||||
Synced_to_chain bool `json:"synced_to_chain"`
|
||||
Synced_to_graph bool `json:"synced_to_graph"`
|
||||
Watchdog_barking bool `json:"watchdog_barking"`
|
||||
}
|
||||
type LndMetrics struct {
|
||||
Nodes []LndNodeMetrics `json:"nodes"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue