From 0adb019e0ed2214ea9fdd6a90d413cd8bbe3508f Mon Sep 17 00:00:00 2001 From: Qian Sun Date: Fri, 6 Jan 2017 16:39:44 -0800 Subject: [PATCH] Disable cloud trace for envoy prototype. --- src/envoy/prototype/server_config.pb.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/envoy/prototype/server_config.pb.txt b/src/envoy/prototype/server_config.pb.txt index 970fd4bb159..9703886cc9e 100644 --- a/src/envoy/prototype/server_config.pb.txt +++ b/src/envoy/prototype/server_config.pb.txt @@ -1,3 +1,6 @@ +cloud_tracing_config { + force_disable: true +} mixer_options { mixer_server: "mixer_server" } \ No newline at end of file