| 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;
|
| +}
|
|
|