-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple setup, healthcheck failure #75
Comments
I have the same effect if run as a daemon set in my kubernetes cluster. |
I'm also using an erlang open tracing client that sends things to a zipkin instance, and (the documentation on google is really just horrendous around all of this) it looks like perhaps I'm missing an important piece here? |
I should also add that when I hook up to a normal instance of a zipkin server that I see trace data. Its only using this that I don't see trace data in stackdriver, and I'm not sure the best way to go about debugging it. |
the old image is replaced by the content here. does advice in #74 help? You should be running the zipkin-gcp image basically |
@adriancole trying it out now, I misread that issue originally, but I see now how it could be helpful! |
@adriancole I'm a bit confused. I'm not supposed to run both am I? |
I reworded that issue.. right zipkin-gcp replaces the old image. You don't
need to and shouldn't run both.
…On Tue, Apr 10, 2018 at 2:14 PM, Zach Daniel ***@***.***> wrote:
@adriancole <https://github.com/adriancole> I'm a bit confused. I'm not
supposed to run both am I?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD618X51lapdOC7s2bksJXPSmvglAXdks5tnE3PgaJpZM4TNoK2>
.
|
Awesome, thanks :D Now I see that the health check is normal, but I don't see any trace data in stackdriver. Any recommendations on debugging steps? |
I've got traces going into a local zipkin server, are there special rules about the tags I need, or about what values certain tags can have? |
I think I need to merge #73 what do you think? |
I can't say with little experience, but merge away and I'll try it out! |
@zachdaniel I found |
@jsw interesting, I don't see that key at all. I do see a bunch of spans as "dropped", so perhaps there is a problem with my spans? |
I'm releasing 0.3.2 which hopefully will become a docker image within an
hour.
meanwhile feel free to use https://gitter.im/openzipkin/zipkin for
exploratory troubleshooting
…On Tue, Apr 10, 2018 at 3:08 PM, Zach Daniel ***@***.***> wrote:
@jsw <https://github.com/jsw> interesting, I don't see that key at all. I
*do* see a bunch of spans as "dropped", so perhaps there is a problem
with my spans?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD614RvbZaixmDl2ucrGQLyVppZSjqMks5tnFp0gaJpZM4TNoK2>
.
|
@adriancole It looks like the |
That is not a normal metric. The drop metric covers lost for any reason. In
other words if you are not seeing drop metrics the server accepted the
spans. That doesnt necessarily mean they processed properly after getting
to goog though.
|
These are my metrics. |
Yep so if you set debug logging you can see maybe the reason. Look at the
README for the args
|
To get all do
JAVA_OPTS=-Dlogging.level.zipkin=DEBUG -Dlogging.level.zipkin2=DEBUG
…On Tue, 10 Apr 2018, 15:40 Adrian Cole, ***@***.***> wrote:
Yep so if you set debug logging you can see maybe the reason. Look at the
README for the args
|
Reason it isnt logging failures by default is if something in your net has
bad impl it would fill up disks. The counters tell yoi something is
failing..
|
@adriancole yeah, that makes sense! Thanks I'll try it out! |
🤦♂️ The trace API was not enabled. |
Now I'm getting |
I got everything worked out :D It was an issue w/ the service account's permissions, the oauth scope on the cluster was not enough, I also needed properly configure the service account to have write access to the Trace API |
1 similar comment
I got everything worked out :D It was an issue w/ the service account's permissions, the oauth scope on the cluster was not enough, I also needed properly configure the service account to have write access to the Trace API |
I followed the guide here: https://cloud.google.com/trace/docs/zipkin And used the startup script option for GCP. I've now sshd and I'm port forwarding locally for testing. However, when I check the healthcheck I get this:
Any ideas?
Thanks :D
The text was updated successfully, but these errors were encountered: