From a5279f668137b8bce592e912f8c917954cef2494 Mon Sep 17 00:00:00 2001 From: mandarjog Date: Mon, 18 Nov 2019 11:27:45 -0800 Subject: [PATCH] Update stackdriver config with edges (#2572) --- extensions/stackdriver/testdata/stackdriver_filter.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/stackdriver/testdata/stackdriver_filter.yaml b/extensions/stackdriver/testdata/stackdriver_filter.yaml index be06b61221a..c6c58e7b0d5 100644 --- a/extensions/stackdriver/testdata/stackdriver_filter.yaml +++ b/extensions/stackdriver/testdata/stackdriver_filter.yaml @@ -21,7 +21,7 @@ spec: config: root_id: stackdriver_outbound configuration: | - {} + {"enable_mesh_edges_reporting": false, "meshEdgesReportingDuration": "600s"} vm_config: vm_id: stackdriver_outbound runtime: envoy.wasm.runtime.null @@ -44,7 +44,7 @@ spec: config: root_id: stackdriver_inbound configuration: | - {} + {"enable_mesh_edges_reporting": false, "meshEdgesReportingDuration": "600s"} vm_config: vm_id: stackdriver_inbound runtime: envoy.wasm.runtime.null @@ -67,7 +67,7 @@ spec: config: root_id: stackdriver_outbound configuration: | - {"disable_host_header_fallback": true} + {"enable_mesh_edges_reporting": false, "meshEdgesReportingDuration": "600s", "disable_host_header_fallback": true} vm_config: vm_id: stackdriver_outbound runtime: envoy.wasm.runtime.null