We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f3c70 commit 58f09e9Copy full SHA for 58f09e9
scripts/setup_zipkin.sh
@@ -28,8 +28,14 @@ kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.9/sampl
28
29
sleep 10s
30
31
-# enable tracing in Knative
+# enable tracing in Knative Serving
32
kubectl patch configmap/config-tracing \
33
-n knative-serving \
34
--type merge \
35
-p '{"data":{"backend":"zipkin","zipkin-endpoint":"http://zipkin.istio-system.svc.cluster.local:9411/api/v2/spans","debug":"true"}}'
36
+
37
+# enable tracing in Knative Eventing
38
+kubectl patch configmap/config-tracing \
39
+ -n knative-eventing \
40
+ --type merge \
41
+ -p '{"data":{"backend":"zipkin","zipkin-endpoint":"http://zipkin.istio-system.svc.cluster.local:9411/api/v2/spans","debug":"true"}}'
0 commit comments