-
Notifications
You must be signed in to change notification settings - Fork 9
Zipkin traces not showing up #31
Comments
can you add the relevant logs ? anything in mixer or envoy logs that seems abnormal ? |
is there any dependency on kube 1.6 for distributed tracing to work? |
also, are you running 0.1.6 or something else ? |
i'm running 0.1.6 istio on openshift 1.5.1 which is k8s 1.5 :) |
(edit: showing how to run latest pilot and istioctl / newer than 0.1.6:)
|
turns out this is a date issue on the container. when docker is running container host time is not synced into running container. |
So what steps can we take to fix this? I am running minikube on osx |
I found this one liner: here: kubernetes/minikube#1378 |
And this one goes with it: But I still get no trace ;| |
Any idea what could be wrong? The date settings are now identical between host and guest vm. I am using auto-injection. |
@Morriz this error is 0.1.6 i do not see this error anymore on the newer alpha release |
I am using 0.2.4, but I get no metrics in zipkin nor jaeger |
jaeger has some issue AFAIk, zipkin is working for me on 0.2.4 release |
try master or wait a bit for 0.2.6 which should be today |
I deployed the book app in the Maybe this is a documentation/intructions issue? |
sidecar should send metrics to istio control plane in istio-system , AFAIK |
Maybe it has to do with this: istio/istio#936 |
I managed to get output...it just took forever ;| Starting zipkin again after jaeger got zipkin working, but jaeger seems to discard input after a small window of receiving metrics |
i followed steps listed here https://istio.io/docs/tasks/zipkin-tracing.html
and pumped some traffic on /producpage service. no traces are showing up on zipkin! i'm i missing anything?
Note: service mesh is running on top of openshift, and all other examples seem to work fine.
The text was updated successfully, but these errors were encountered: