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

Unified Diff: common/proto/logdog/services/config.proto

Issue 1610993002: LogDog: Add collector service implementation. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 11 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/services/config.proto
diff --git a/common/proto/logdog/services/config.proto b/common/proto/logdog/services/config.proto
index c2137c912d168a08e879c553674730126e6969f3..c0a9c8acaab0780b90536778ad27d21ae99a49e0 100644
--- a/common/proto/logdog/services/config.proto
+++ b/common/proto/logdog/services/config.proto
@@ -8,6 +8,7 @@ package services;
import "transport.proto";
import "storage.proto";
+import "google/protobuf/duration.proto";
// Config is the overall instance configuration.
message Config {
@@ -41,4 +42,7 @@ message Collector {
// The number of transport worker goroutines to run.
int32 transport_workers = 2;
+
+ // The maximum amount of time that cached stream state is valid.
+ google.protobuf.Duration state_cache_expiration = 3;
}

Powered by Google App Engine
This is Rietveld 408576698