persisted metrics
This commit is contained in:
parent
0bf7a37b6c
commit
6a22e3439a
9 changed files with 230 additions and 25 deletions
|
|
@ -35,6 +35,9 @@ message UsageMetric {
|
|||
|
||||
message UsageMetricTlv {
|
||||
repeated string base_64_tlvs = 1;
|
||||
int64 current_chunk = 2;
|
||||
repeated int64 available_chunks = 3;
|
||||
|
||||
}
|
||||
|
||||
message AppUsageMetrics {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue