changed sammpling rate to 10
This commit is contained in:
parent
3469a4c436
commit
85e43513a7
1 changed files with 2 additions and 2 deletions
|
@ -15138,7 +15138,7 @@ data:
|
||||||
accessLogFormat: ""
|
accessLogFormat: ""
|
||||||
|
|
||||||
# Set accessLogEncoding to JSON or TEXT to configure sidecar access log
|
# Set accessLogEncoding to JSON or TEXT to configure sidecar access log
|
||||||
accessLogEncoding: 'TEXT'
|
accessLogEncoding: 'JSON'
|
||||||
|
|
||||||
enableEnvoyAccessLogService: false
|
enableEnvoyAccessLogService: false
|
||||||
mixerCheckServer: istio-policy.istio-system.svc.cluster.local:9091
|
mixerCheckServer: istio-policy.istio-system.svc.cluster.local:9091
|
||||||
|
@ -18239,7 +18239,7 @@ spec:
|
||||||
- name: PILOT_PUSH_THROTTLE
|
- name: PILOT_PUSH_THROTTLE
|
||||||
value: "100"
|
value: "100"
|
||||||
- name: PILOT_TRACE_SAMPLING
|
- name: PILOT_TRACE_SAMPLING
|
||||||
value: "100"
|
value: "10"
|
||||||
- name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_OUTBOUND
|
- name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_OUTBOUND
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_INBOUND
|
- name: PILOT_ENABLE_PROTOCOL_SNIFFING_FOR_INBOUND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue