From 85e43513a7b34c82a1beb6cbd9b43f2a497bf54b Mon Sep 17 00:00:00 2001 From: Tony Hallworth Date: Tue, 17 Mar 2020 21:48:48 +1100 Subject: [PATCH] changed sammpling rate to 10 --- istio-manifests/istio-demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/istio-manifests/istio-demo.yaml b/istio-manifests/istio-demo.yaml index cee0933..31c66f1 100644 --- a/istio-manifests/istio-demo.yaml +++ b/istio-manifests/istio-demo.yaml @@ -15138,7 +15138,7 @@ data: accessLogFormat: "" # Set accessLogEncoding to JSON or TEXT to configure sidecar access log - accessLogEncoding: 'TEXT' + accessLogEncoding: 'JSON' enableEnvoyAccessLogService: false mixerCheckServer: istio-policy.istio-system.svc.cluster.local:9091 @@ -18239,7 +18239,7 @@ spec: - name: PILOT_PUSH_THROTTLE value: "100" - name: PILOT_TRACE_SAMPLING - value: "100" + value: "10" - name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_OUTBOUND value: "true" - name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_INBOUND