Skip to content

Commit a75dd9a

Browse files
Add uploader proto (#701)
Adds this proto message because the server's version of this proto has it. The message is actually used by the analytics-uploader, but we include it here as well to avoid collisions in the event of future updates.
1 parent e5e93e4 commit a75dd9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proto/proto/upload_metrics.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ message UploadMetrics {
1414
bool failed = 6;
1515
string failure_reason = 7;
1616
}
17+
18+
// Used by the analytics-uploader, kept here to avoid collisions in the future.
19+
message UploaderUploadMetrics {
20+
Semver uploader_version = 1;
21+
Repo repo = 2;
22+
bool failed = 3;
23+
string failure_reason = 4;
24+
}

0 commit comments

Comments
 (0)