-
Describe the question: I'm trying to use skywalking to check service mesh(istio 1.14.1) tracing, and I checked istio/istio#32588 and #7241 , now get no trace data on service mesh Steps to reproduce
istioctl 1.14.1 installed like this:
configured meshConfig below:
add Telemetry
set start_child_span in EnvoyFilter like below:
And I propagate sw8 like this( using grpc, so get trace in metadata):
However I could not get trace data. Did I miss something or something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It should only show on the general service page. From the current SkyWalking perspective, we don't recognize trace as a part of service mesh capability, because one way or another, actually service's agent or envoy's tracer(a.k.a. SDK inside envoy) report the traces. |
Beta Was this translation helpful? Give feedback.
It should only show on the general service page. From the current SkyWalking perspective, we don't recognize trace as a part of service mesh capability, because one way or another, actually service's agent or envoy's tracer(a.k.a. SDK inside envoy) report the traces.