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

Unified Diff: appengine/gce-backend/proto/config.proto

Issue 2247443002: Adds settings.cfg for gce-backend. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@gce_config_refactor
Patch Set: Created 4 years, 4 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: appengine/gce-backend/proto/config.proto
diff --git a/appengine/gce-backend/proto/config.proto b/appengine/gce-backend/proto/config.proto
index 4711675b9511d1d1ebad7d71e6d69fa44016a26d..2d572adbd5aaa36165ecbc01c8f2456b6e990ea7 100644
--- a/appengine/gce-backend/proto/config.proto
+++ b/appengine/gce-backend/proto/config.proto
@@ -68,3 +68,10 @@ message InstanceGroupManagerConfig {
repeated InstanceGroupManager managers = 1;
}
+
+
+// GCE Backend Configuration
+message SettingsCfg {
+ // Enable ts_mon based monitoring.
+ optional bool enable_ts_monitoring = 1;
+}

Powered by Google App Engine
This is Rietveld 408576698