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

Unified Diff: common/proto/logdog/svcconfig/config.pb.go

Issue 1910633006: LogDog: Support per-namespace expired archival. (Closed) Base URL: https://github.com/luci/luci-go@logdog-coordinator-svcdec
Patch Set: Bugfixes, updates, works. Created 4 years, 8 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/svcconfig/config.pb.go
diff --git a/common/proto/logdog/svcconfig/config.pb.go b/common/proto/logdog/svcconfig/config.pb.go
index 0476056016c86cfe410b3bf14ba79977d41fc4cd..e5b2312f30264f22d25397ffc5e4a4e3fac1efe0 100644
--- a/common/proto/logdog/svcconfig/config.pb.go
+++ b/common/proto/logdog/svcconfig/config.pb.go
@@ -99,10 +99,12 @@ type Coordinator struct {
ServiceAuthGroup string `protobuf:"bytes,11,opt,name=service_auth_group,json=serviceAuthGroup" json:"service_auth_group,omitempty"`
// A list of origin URLs that are allowed to perform CORS RPC calls.
RpcAllowOrigins []string `protobuf:"bytes,20,rep,name=rpc_allow_origins,json=rpcAllowOrigins" json:"rpc_allow_origins,omitempty"`
+ // The name of the task queue for project-specific archival scans.
+ ArchiveScanProjectQueueName string `protobuf:"bytes,30,opt,name=archive_scan_project_queue_name,json=archiveScanProjectQueueName" json:"archive_scan_project_queue_name,omitempty"`
// The full path of the archival Pub/Sub topic.
//
// The Coordinator must have permission to publish to this topic.
- ArchiveTopic string `protobuf:"bytes,30,opt,name=archive_topic,json=archiveTopic" json:"archive_topic,omitempty"`
+ ArchiveTopic string `protobuf:"bytes,31,opt,name=archive_topic,json=archiveTopic" json:"archive_topic,omitempty"`
// The amount of time after an archive request has been dispatched before it
// should be executed.
//
@@ -113,7 +115,7 @@ type Coordinator struct {
//
// This parameter is an optimization to stop the archivist from wasting its
// time until the log stream has a reasonable expectation of being available.
- ArchiveSettleDelay *google_protobuf.Duration `protobuf:"bytes,31,opt,name=archive_settle_delay,json=archiveSettleDelay" json:"archive_settle_delay,omitempty"`
+ ArchiveSettleDelay *google_protobuf.Duration `protobuf:"bytes,32,opt,name=archive_settle_delay,json=archiveSettleDelay" json:"archive_settle_delay,omitempty"`
// The amount of time before a log stream is candidate for archival regardless
// of whether or not it's been terminated or complete.
//
@@ -123,7 +125,7 @@ type Coordinator struct {
// This should be fairly large (days) to avoid prematurely archiving
// long-running streams, but should be considerably smaller than the
// intermediate storage data retention period.
- ArchiveDelayMax *google_protobuf.Duration `protobuf:"bytes,32,opt,name=archive_delay_max,json=archiveDelayMax" json:"archive_delay_max,omitempty"`
+ ArchiveDelayMax *google_protobuf.Duration `protobuf:"bytes,33,opt,name=archive_delay_max,json=archiveDelayMax" json:"archive_delay_max,omitempty"`
}
func (m *Coordinator) Reset() { *m = Coordinator{} }
@@ -212,44 +214,46 @@ func init() {
}
var fileDescriptor0 = []byte{
- // 619 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x93, 0x5d, 0x4b, 0x1b, 0x4f,
- 0x18, 0xc5, 0x31, 0xbe, 0xb1, 0x4f, 0xa2, 0xd1, 0xf9, 0x47, 0x9d, 0xbf, 0x50, 0x2b, 0x29, 0x14,
- 0x29, 0x65, 0x05, 0x0b, 0xa5, 0xb7, 0x36, 0x4a, 0x29, 0x45, 0x84, 0x8d, 0xd0, 0xcb, 0x61, 0x32,
- 0x19, 0xd7, 0xa9, 0x9b, 0x9d, 0x65, 0x66, 0x12, 0x63, 0xef, 0x7a, 0xdf, 0x8f, 0xd9, 0xeb, 0x7e,
- 0x86, 0xce, 0xcb, 0xbe, 0x89, 0x17, 0x5e, 0xce, 0x39, 0xbf, 0x73, 0x76, 0xf6, 0xd9, 0x67, 0xa1,
- 0xc7, 0x64, 0x7e, 0x2b, 0xd2, 0xb8, 0x50, 0xd2, 0x48, 0x14, 0xe9, 0x05, 0x0b, 0xc2, 0x61, 0xdf,
- 0x28, 0x9a, 0xeb, 0x42, 0x2a, 0x13, 0xbc, 0xc3, 0x2d, 0x6d, 0xa4, 0xa2, 0x29, 0x2f, 0x8f, 0x47,
- 0xa9, 0x94, 0x69, 0xc6, 0x4f, 0xfd, 0x69, 0x32, 0xbf, 0x3d, 0x9d, 0xce, 0x15, 0x35, 0x42, 0xe6,
- 0xc1, 0x1f, 0xfe, 0xee, 0xc0, 0xc6, 0xc8, 0x57, 0xa1, 0x33, 0x88, 0xea, 0x32, 0x0c, 0xc7, 0x2b,
- 0x27, 0xdd, 0xb3, 0x41, 0x5c, 0x3f, 0x29, 0xbe, 0xa9, 0xbc, 0xa4, 0xc1, 0xd0, 0x7b, 0xd8, 0x2c,
- 0x9f, 0x87, 0xbb, 0x3e, 0x81, 0x5a, 0x89, 0x71, 0x70, 0x92, 0x0a, 0x41, 0x9f, 0xa0, 0xcb, 0xa4,
- 0x54, 0x53, 0x91, 0x53, 0xab, 0xe0, 0x81, 0x4f, 0xec, 0xb7, 0x12, 0xa3, 0xc6, 0x4d, 0xda, 0xa8,
- 0xbb, 0x1b, 0x93, 0x59, 0xc6, 0x99, 0xcb, 0xed, 0x3d, 0xbb, 0xdb, 0xa8, 0xf2, 0x92, 0x06, 0x73,
- 0x19, 0xaa, 0xd8, 0x9d, 0x58, 0x08, 0x6d, 0xf0, 0xfe, 0xb3, 0xcc, 0x79, 0xe5, 0x25, 0x0d, 0x36,
- 0xfc, 0xd3, 0x81, 0x6e, 0xeb, 0x12, 0x08, 0xc3, 0xa6, 0x9d, 0xd3, 0x0f, 0x5b, 0x88, 0x57, 0x6c,
- 0x43, 0x94, 0x54, 0x47, 0x74, 0x02, 0x3b, 0x74, 0x3a, 0x13, 0x39, 0xa1, 0x73, 0x73, 0x47, 0x52,
- 0x25, 0xe7, 0x85, 0x1f, 0x5a, 0x94, 0x6c, 0x7b, 0xfd, 0xdc, 0xca, 0x5f, 0x9c, 0x6a, 0x67, 0x84,
- 0x34, 0x57, 0x0b, 0xc1, 0x78, 0x9b, 0xed, 0x7a, 0x76, 0xa7, 0x74, 0x1a, 0xfa, 0x1d, 0xec, 0xaa,
- 0x82, 0x11, 0x9a, 0x65, 0xf2, 0x81, 0x48, 0x25, 0x52, 0x91, 0x6b, 0x3b, 0xa9, 0x55, 0x0b, 0xf7,
- 0xad, 0x71, 0xee, 0xf4, 0xeb, 0x20, 0xa3, 0x37, 0xb0, 0x15, 0xae, 0xce, 0x89, 0x91, 0x85, 0x60,
- 0xf8, 0xc8, 0x97, 0xf6, 0x4a, 0xf1, 0xc6, 0x69, 0xe8, 0x1b, 0x0c, 0x2a, 0x48, 0x73, 0x63, 0x32,
- 0x4e, 0xa6, 0x3c, 0xa3, 0x8f, 0xf8, 0xb5, 0x9f, 0xc8, 0xff, 0x71, 0x58, 0x90, 0xb8, 0x5a, 0x90,
- 0xf8, 0xa2, 0x5c, 0x90, 0x04, 0x95, 0xb1, 0xb1, 0x4f, 0x5d, 0xb8, 0x10, 0xba, 0x84, 0xdd, 0xaa,
- 0xcc, 0xb7, 0x90, 0x19, 0x5d, 0xe2, 0xe3, 0x97, 0x9a, 0xfa, 0x65, 0xc6, 0x77, 0x5c, 0xd1, 0xe5,
- 0xf0, 0xef, 0x0a, 0x44, 0xf5, 0x37, 0x43, 0x1f, 0xe1, 0xc0, 0xd6, 0x10, 0xfb, 0x5d, 0xd8, 0x5c,
- 0x29, 0x9e, 0x1b, 0x32, 0xe3, 0x5a, 0xdb, 0x85, 0xd1, 0x7e, 0xe8, 0xeb, 0xc9, 0x9e, 0xb5, 0x47,
- 0xb5, 0x7b, 0x55, 0x9a, 0x28, 0x86, 0xff, 0x5c, 0xae, 0x84, 0xc9, 0x83, 0x54, 0xf7, 0x5c, 0x69,
- 0xdc, 0xf1, 0x99, 0x5d, 0x6b, 0x95, 0xe4, 0xf7, 0x60, 0xb8, 0x4f, 0xa6, 0x0d, 0x35, 0x9c, 0x30,
- 0xca, 0xee, 0xec, 0x34, 0xc4, 0x4f, 0x8e, 0x57, 0x3d, 0xbc, 0xed, 0xf5, 0x91, 0x93, 0xc7, 0x56,
- 0x45, 0xd7, 0xb0, 0xdf, 0x26, 0xf9, 0xb2, 0x10, 0xe1, 0x55, 0xf0, 0xda, 0x4b, 0xef, 0x3a, 0x68,
- 0xaa, 0x2e, 0xeb, 0xd8, 0xf0, 0x57, 0x07, 0xa2, 0x7a, 0xe1, 0xd0, 0x10, 0x7a, 0x7a, 0x3e, 0xd1,
- 0x4c, 0x89, 0xc2, 0x97, 0x86, 0xd5, 0x7a, 0xa2, 0xa1, 0x01, 0xac, 0x1b, 0xaa, 0xef, 0xab, 0xd7,
- 0x09, 0x07, 0x74, 0x00, 0x9b, 0xa9, 0x26, 0x13, 0xaa, 0xc3, 0xcd, 0xa3, 0x64, 0x23, 0xd5, 0x9f,
- 0xed, 0x09, 0xbd, 0x85, 0xbe, 0x35, 0xec, 0xb3, 0xed, 0x62, 0xa4, 0x01, 0x58, 0xf3, 0xc0, 0x56,
- 0xaa, 0xc7, 0x41, 0xf5, 0x9c, 0x5b, 0x46, 0xa3, 0x38, 0x9d, 0x11, 0x91, 0x4f, 0xf9, 0x92, 0xd8,
- 0x3f, 0xd9, 0xfe, 0xbb, 0xe0, 0x9f, 0xb1, 0x13, 0x9c, 0xaf, 0xce, 0x48, 0x9c, 0xee, 0xe8, 0x42,
- 0xf1, 0x5b, 0xb1, 0x7c, 0x42, 0x77, 0x03, 0x1d, 0x9c, 0x16, 0xfd, 0x0a, 0x60, 0xf2, 0x68, 0x87,
- 0x16, 0xa8, 0x9e, 0xa7, 0x22, 0xa7, 0x78, 0x7b, 0xb2, 0xe1, 0x87, 0xf5, 0xe1, 0x5f, 0x00, 0x00,
- 0x00, 0xff, 0xff, 0xd7, 0xf6, 0xf2, 0x8f, 0xcc, 0x04, 0x00, 0x00,
+ // 653 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x94, 0xdf, 0x4e, 0x14, 0x31,
+ 0x14, 0xc6, 0xc3, 0xff, 0xcc, 0xd9, 0x85, 0x85, 0xba, 0x40, 0xc5, 0x08, 0xb8, 0x26, 0x86, 0x18,
+ 0xb3, 0x24, 0x98, 0x18, 0x6f, 0x71, 0x21, 0xc6, 0x18, 0x44, 0x67, 0x49, 0xbc, 0x6c, 0xba, 0xdd,
+ 0x32, 0x54, 0x66, 0xa7, 0x63, 0xdb, 0x81, 0xc5, 0x3b, 0xef, 0x7d, 0x12, 0x1f, 0xce, 0x67, 0xb0,
+ 0x7f, 0x66, 0x66, 0x87, 0x70, 0xc1, 0x65, 0xbf, 0xef, 0xf7, 0x9d, 0xd3, 0x39, 0x3d, 0x19, 0x68,
+ 0x33, 0x99, 0x5d, 0x8a, 0xa4, 0x9f, 0x2b, 0x69, 0x24, 0x8a, 0xf4, 0x0d, 0x0b, 0xc2, 0x4e, 0xc7,
+ 0x28, 0x9a, 0xe9, 0x5c, 0x2a, 0x13, 0xbc, 0x9d, 0x55, 0x6d, 0xa4, 0xa2, 0x09, 0x2f, 0x8f, 0xbb,
+ 0x89, 0x94, 0x49, 0xca, 0x0f, 0xfd, 0x69, 0x54, 0x5c, 0x1e, 0x8e, 0x0b, 0x45, 0x8d, 0x90, 0x59,
+ 0xf0, 0x7b, 0x7f, 0xe6, 0x61, 0x79, 0xe0, 0x4b, 0xa1, 0x23, 0x88, 0xea, 0x62, 0x18, 0xf6, 0xe7,
+ 0x0e, 0x5a, 0x47, 0xdd, 0x7e, 0xdd, 0xa9, 0x7f, 0x51, 0x79, 0xf1, 0x0c, 0x43, 0x6f, 0x60, 0xa5,
+ 0xec, 0x87, 0x5b, 0x3e, 0x81, 0x1a, 0x89, 0x61, 0x70, 0xe2, 0x0a, 0x41, 0xef, 0xa1, 0xc5, 0xa4,
+ 0x54, 0x63, 0x91, 0x51, 0xab, 0xe0, 0xae, 0x4f, 0x6c, 0x35, 0x12, 0x83, 0x99, 0x1b, 0x37, 0x51,
+ 0x77, 0x37, 0x26, 0xd3, 0x94, 0x33, 0x97, 0xdb, 0x7c, 0x70, 0xb7, 0x41, 0xe5, 0xc5, 0x33, 0xcc,
+ 0x65, 0xa8, 0x62, 0x57, 0xe2, 0x46, 0x68, 0x83, 0xb7, 0x1e, 0x64, 0x8e, 0x2b, 0x2f, 0x9e, 0x61,
+ 0xbd, 0xbf, 0x0b, 0xd0, 0x6a, 0x5c, 0x02, 0x61, 0x58, 0xb1, 0x73, 0xfa, 0x61, 0x0b, 0xe2, 0x39,
+ 0x5b, 0x21, 0x8a, 0xab, 0x23, 0x3a, 0x80, 0x75, 0x3a, 0x9e, 0x88, 0x8c, 0xd0, 0xc2, 0x5c, 0x91,
+ 0x44, 0xc9, 0x22, 0xf7, 0x43, 0x8b, 0xe2, 0x35, 0xaf, 0x1f, 0x5b, 0xf9, 0xa3, 0x53, 0xed, 0x8c,
+ 0x90, 0xe6, 0xea, 0x46, 0x30, 0xde, 0x64, 0x5b, 0x9e, 0x5d, 0x2f, 0x9d, 0x19, 0xfd, 0x1a, 0x36,
+ 0x54, 0xce, 0x08, 0x4d, 0x53, 0x79, 0x4b, 0xa4, 0x12, 0x89, 0xc8, 0xb4, 0x9d, 0xd4, 0x82, 0x85,
+ 0x3b, 0xd6, 0x38, 0x76, 0xfa, 0x79, 0x90, 0xd1, 0x09, 0xec, 0x85, 0xab, 0x73, 0xa2, 0x19, 0xcd,
+ 0x48, 0x79, 0x37, 0xf2, 0xb3, 0xe0, 0x05, 0x27, 0x19, 0x9d, 0x70, 0xbc, 0xeb, 0xdb, 0x3c, 0x2b,
+ 0xb1, 0xa1, 0xa5, 0xbe, 0x06, 0xe8, 0x9b, 0x63, 0xbe, 0x58, 0x04, 0xbd, 0x84, 0xd5, 0xaa, 0x8a,
+ 0x91, 0xb9, 0x60, 0x78, 0xcf, 0x67, 0xda, 0xa5, 0x78, 0xe1, 0x34, 0xf4, 0x19, 0xba, 0x75, 0x2b,
+ 0x6e, 0x4c, 0xca, 0xc9, 0x98, 0xa7, 0xf4, 0x0e, 0xef, 0xfb, 0xb9, 0x3e, 0xed, 0x87, 0x35, 0xeb,
+ 0x57, 0x6b, 0xd6, 0x3f, 0x29, 0xd7, 0x2c, 0x46, 0x55, 0x6b, 0x9f, 0x3a, 0x71, 0x21, 0x74, 0x0a,
+ 0x1b, 0x55, 0x31, 0x5f, 0x85, 0x4c, 0xe8, 0x14, 0xbf, 0x78, 0xac, 0x52, 0xa7, 0xcc, 0xf8, 0x1a,
+ 0x67, 0x74, 0xda, 0xfb, 0x37, 0x07, 0x51, 0xfd, 0xf2, 0xe8, 0x1d, 0x6c, 0xdb, 0x32, 0xc4, 0xbe,
+ 0x2e, 0x2b, 0x94, 0xe2, 0x99, 0x21, 0x13, 0xae, 0xb5, 0x5d, 0x3b, 0xed, 0x9f, 0x6e, 0x29, 0xde,
+ 0xb4, 0xf6, 0xa0, 0x76, 0xcf, 0x4a, 0x13, 0xf5, 0xe1, 0x89, 0xcb, 0x95, 0x30, 0xb9, 0x95, 0xea,
+ 0x9a, 0x2b, 0x8d, 0xe7, 0x7d, 0x66, 0xc3, 0x5a, 0x25, 0xf9, 0x3d, 0x18, 0xee, 0xe1, 0xb5, 0xa1,
+ 0x86, 0x13, 0x46, 0xd9, 0x95, 0x9d, 0x86, 0xf8, 0xc5, 0xf1, 0x82, 0x87, 0xd7, 0xbc, 0x3e, 0x70,
+ 0xf2, 0xd0, 0xaa, 0xe8, 0x1c, 0xb6, 0x9a, 0x24, 0x9f, 0xe6, 0x22, 0x7c, 0x0a, 0x5e, 0x7c, 0xec,
+ 0x5b, 0xbb, 0xb3, 0x52, 0xa7, 0x75, 0xac, 0xf7, 0x7b, 0x1e, 0xa2, 0x7a, 0x6d, 0x51, 0x0f, 0xda,
+ 0xba, 0x18, 0x69, 0xa6, 0x44, 0xee, 0x8b, 0x86, 0x05, 0xbd, 0xa7, 0xa1, 0x2e, 0x2c, 0x19, 0xaa,
+ 0xaf, 0xab, 0xcf, 0x09, 0x07, 0xb4, 0x0d, 0x2b, 0x89, 0x26, 0x23, 0xaa, 0xc3, 0xcd, 0xa3, 0x78,
+ 0x39, 0xd1, 0x1f, 0xec, 0x09, 0xbd, 0x82, 0x8e, 0x35, 0x6c, 0x6f, 0xbb, 0x5e, 0x49, 0x00, 0x16,
+ 0x3d, 0xb0, 0x9a, 0xe8, 0x61, 0x50, 0x3d, 0xe7, 0x56, 0xda, 0x28, 0x4e, 0x27, 0x44, 0x64, 0x63,
+ 0x3e, 0x25, 0xf6, 0x7f, 0x60, 0xff, 0x00, 0xe0, 0x7b, 0xac, 0x07, 0xe7, 0x93, 0x33, 0x62, 0xa7,
+ 0x3b, 0x3a, 0x57, 0xfc, 0x52, 0x4c, 0xef, 0xd1, 0xad, 0x40, 0x07, 0xa7, 0x41, 0x3f, 0x07, 0x18,
+ 0xdd, 0xd9, 0xa1, 0x05, 0xaa, 0xed, 0xa9, 0xc8, 0x29, 0xde, 0x1e, 0x2d, 0xfb, 0x61, 0xbd, 0xfd,
+ 0x1f, 0x00, 0x00, 0xff, 0xff, 0x78, 0xba, 0xca, 0x5a, 0x12, 0x05, 0x00, 0x00,
}
« appengine/logdog/coordinator/backend/backend.go ('K') | « common/proto/logdog/svcconfig/config.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698