paged single metrics
This commit is contained in:
parent
db3c27c7f2
commit
eadc956c4c
12 changed files with 213 additions and 91 deletions
|
|
@ -34,16 +34,19 @@ message ErrorStats {
|
|||
}
|
||||
|
||||
message MetricsFile {
|
||||
|
||||
}
|
||||
|
||||
message LatestUsageMetricReq {
|
||||
optional int64 limit = 1;
|
||||
}
|
||||
|
||||
message SingleUsageMetricReq {
|
||||
string app_id = 1;
|
||||
string metrics_name = 2;
|
||||
int64 page = 3;
|
||||
}
|
||||
|
||||
message UsageMetricReq {
|
||||
optional int64 limit = 1;
|
||||
optional MetricsFile metrics_file = 2;
|
||||
}
|
||||
|
||||
message UsageMetric {
|
||||
int64 processed_at_ms = 1;
|
||||
int64 parsed_in_nano = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue