metrics
This commit is contained in:
parent
73ec8d511d
commit
b10f2b4668
13 changed files with 3274 additions and 2446 deletions
|
|
@ -96,6 +96,12 @@ service LightningPub {
|
|||
option (http_method) = "post";
|
||||
option (http_route) = "/api/admin/app/auth";
|
||||
}
|
||||
|
||||
rpc GetMetrics(structs.Empty) returns (structs.UsageMetrics) {
|
||||
option (auth_type) = "Admin";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/admin/metrics";
|
||||
}
|
||||
// </Admin>
|
||||
|
||||
// <Guest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue