Skip to content

Commit afc485b

Browse files
authored
Enabled Istio tracing
Need to check if Istio ingress appears in Zipkin. May require further changes. Signed-off-by: Dmitrii Ustiugov <[email protected]>
1 parent 69e15e6 commit afc485b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

configs/istio/istio-minimal-operator.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
apiVersion: install.istio.io/v1alpha1
22
kind: IstioOperator
33
spec:
4+
meshConfig:
5+
enableTracing: true
6+
defaultConfig:
7+
tracing:
8+
# sample all requests, may not be desirable for high load experiments
9+
sampling: 100.0
10+
max_path_tag_length: 256
11+
custom_tags:
12+
clusterID:
13+
environment:
14+
name: ISTIO_META_CLUSTER_ID
415
values:
516
global:
617
proxy:

0 commit comments

Comments
 (0)