Replies: 3 comments 4 replies
-
Hi @xsolo, are you running your application with |
Beta Was this translation helpful? Give feedback.
-
Not sure if this helps, but I just created a small test project, and I do not see traces there as well. Perhaps, I am doing something wrong. (the project src is attached) I have zipkin running in docker |
Beta Was this translation helpful? Give feedback.
-
@xsolo I think that you have an issue in your config. Please rename |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
I have a graphql service app and I am trying to setup Kamon Tracing using the Annotation Tracing (
@Trace
). I do see the http trace in Zipkin but do not see any other traces recorded. Here is my environment:I have enabled the info log and can see that the Annotation Instrumentation was loaded
When I query my app I see the http trace in Zipkin but no other traces associated with this execution
I checked the status page and is says the annotation is
off
I think, because the annotation instrumentation is off, I am missing the traces. tI am initializing Kamon and have the following in the config.
The code that handles http request looks like this:
Any help would be greatly apprciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions