lnd metrics

This commit is contained in:
boufni95 2023-12-18 17:33:24 +01:00
parent f14657ae73
commit 8d7a0ebe6f
23 changed files with 3850 additions and 2845 deletions

View file

@ -108,6 +108,12 @@ service LightningPub {
option (http_method) = "post";
option (http_route) = "/api/admin/metrics/apps";
}
rpc GetLndMetrics(structs.LndMetricsRequest) returns (structs.LndMetrics) {
option (auth_type) = "Admin";
option (http_method) = "post";
option (http_route) = "/api/admin/metrics/lnd";
}
// </Admin>
// <Guest>