metrics fixes

This commit is contained in:
boufni95 2024-11-21 18:20:01 +00:00
parent bdee3426ae
commit de91573f2e
8 changed files with 83 additions and 5 deletions

View file

@ -191,6 +191,9 @@ message SetMockInvoiceAsPaidRequest {
message LndGetInfoResponse {
string alias = 1;
bool synced_to_chain = 2;
bool synced_to_graph = 3;
bool watchdog_barking = 4;
}
message BanUserRequest {