openzipkin / zipkin-support

repository for support questions raised as issues
4 stars 2 forks source link

log and process does not appear #8

Open chenchuans opened 4 years ago

chenchuans commented 4 years ago

When using axios and fetch, the collector has little message ,there is no process and log information, are these contents written in the code? If not, is there a configured demo or documentation or anything else,and I feel that the project documentation is particularly small, and the demo is too simple, is there any details?

jcchavezs commented 4 years ago

Our official example uses axios and fetch: https://github.com/openzipkin/zipkin-js-example/tree/master/web.

If you are looking for info/debug logging I don't think we have support for that. Could you ellaborate more about your use case?

As per documentation, if you feel there is lacking information, feel free to add more details.

Finally if you need some help with debugging I suggest you come by our gitter channel: https://gitter.im/openzipkin/zipkin

chenchuans commented 4 years ago

Thank you for your reply and I still have some questions ... Custom content can be written in defaultTags and displayed in it , but the process tag is always displayed as empty. Is there any corresponding API? The log tag is not shown in the screenshot.

1
chenchuans commented 4 years ago

Hi, if you have time to reply to the above questions, and there is no corresponding API, I will think of other ways to replace it. Thank you

codefromthecrypt commented 4 years ago

@pavolloffay can you please help us know how process maps to jaeger? I would have assumed span.localEndpoint.serviceName would have populated this

pavolloffay commented 4 years ago

I would have assumed span.localEndpoint.serviceName would have populated this

It is correct. It might be a bug in Jaeger.

@chenchuans could you please paste the data that is sent to Jaeger?

chenchuans commented 4 years ago

Can send and receive normally, but the displayed information is incomplete。Please see the process difference between the two screenshots。

So I always wanted to ask whether there is a good way to solve the incomplete process information