Replies: 2 comments
-
I tried to use linkerd's open census collector, and by altering log levels, I'm getting the following logs in the
Within these logs however, I can see the API calls are tracked:
Still, none of the trace is showing up in Jaeger UI. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some part of your application (typically the ingress) will need to initiate the trace. See: https://linkerd.io/2/tasks/distributed-tracing/#ingress |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
My linkerd server & client version is
stable-2.9.1
.I'm trying to get linkerd proxy spans to show up in Jaeger by going through my custom opencensus collector deployment, but wasn't able to for unknown reason.
The following is the opencensus deployment manifest:
I've added the following annotations to the service I want the proxy span to show up:
But still, none of the proxy spans showed up in my Jaeger UI. (I was able to see system-level traces (trace from jaeger itself), not from
linkerd-proxy
)What I've done:
linkerd check
command and everything is ok.linkerd-proxy
's spans)linkerd-proxy
in for one of my microservice instance, and no errors:Is it because I need to use the custom
linkerd-collector
provided by linkerd instead of using my own custom one?Any help would be appreciated, thanks a lot! :)
Beta Was this translation helpful? Give feedback.
All reactions