Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: common/proto/logdog/logpb/butler.proto

Issue 1970823005: LogDog: Add prefix registration endpoint. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Patch Set: Updated patchset dependency Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: common/proto/logdog/logpb/butler.proto
diff --git a/common/proto/logdog/logpb/butler.proto b/common/proto/logdog/logpb/butler.proto
index f4da5d46ce6471af14f1ad168538e0a53bb3ad3a..37a2bc96c512ec1ad1797152ca94b90ec1ac8a35 100644
--- a/common/proto/logdog/logpb/butler.proto
+++ b/common/proto/logdog/logpb/butler.proto
@@ -51,13 +51,10 @@ message ButlerMetadata {
*/
message ButlerLogBundle {
/*
- * String describing the source of this LogBundle.
- * This is an unstructured field, and is not intended to be parsed. An
- * example would be: "Butler @a33967 (Linux/amd64)".
- *
- * This field will be used for debugging and internal accounting.
+ * (DEPRECATED) Stream source information. Now supplied during prefix
+ * registration.
*/
- string source = 1;
+ string deprecated_source = 1;
nodir 2016/05/19 16:43:17 use reserved
dnj (Google) 2016/05/19 22:52:05 I think "deprecated" is better here, since it comm
/* The timestamp when this bundle was generated.
*

Powered by Google App Engine
This is Rietveld 408576698