single bundle metrics
This commit is contained in:
parent
cebb8559c1
commit
c0f137d996
15 changed files with 226 additions and 34 deletions
|
|
@ -189,7 +189,13 @@ service LightningPub {
|
|||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc GetSingleUsageMetrics(structs.SingleUsageMetricReq) returns (structs.UsageMetricTlv) {
|
||||
rpc GetSingleBundleMetrics(structs.SingleMetricReq) returns (structs.BundleData) {
|
||||
option (auth_type) = "Metrics";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/reports/bundle/single";
|
||||
option (nostr) = true;
|
||||
}
|
||||
rpc GetSingleUsageMetrics(structs.SingleMetricReq) returns (structs.UsageMetricTlv) {
|
||||
option (auth_type) = "Metrics";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/reports/usage/single";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue