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

Unified Diff: logdog/api/endpoints/coordinator/services/v1/service.proto

Issue 2643803003: config: Update remote URL handling. (Closed)
Patch Set: Fix "nost" Created 3 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: logdog/api/endpoints/coordinator/services/v1/service.proto
diff --git a/logdog/api/endpoints/coordinator/services/v1/service.proto b/logdog/api/endpoints/coordinator/services/v1/service.proto
index f440950ff77e75e3c0191ffe9fe4b2da7217e27d..4315331477c6716c3592b822729e9634ec9bcccd 100644
--- a/logdog/api/endpoints/coordinator/services/v1/service.proto
+++ b/logdog/api/endpoints/coordinator/services/v1/service.proto
@@ -21,6 +21,10 @@ message GetConfigResponse {
string config_set = 2;
// The path of the text-serialized service configuration protobuf.
string service_config_path = 3;
+
+ // The host name of the configuration service. This is preferred to
+ // "config_service_url".
+ string config_service_host = 4;
}
// RegisterStreamRequest is the set of caller-supplied data for the

Powered by Google App Engine
This is Rietveld 408576698