-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add react-native example #6
Add react-native example #6
Conversation
@adriancole Sorry for the long delay between updated PRs, haven't had the time to look into these issues |
@adriancole I am not 100% sure this works now, I am currently experiencing that the zipkin UI shows me my serviceName and spanName, but I can not get it to show a single trace. I am a bit clueless actually how this is possible. |
could be possible if timestamps are missing or incorrect. if you don't know
a trace ID you can try searching for all data.. set lookback to current
time in millis
ex curl -s localhost:9411/api/v1/traces?lookback=1509199572000
|
or curl -s localhost:9411/api/v2/traces?lookback=1509199572000
for v2 format
|
@DanielMSchmidt might be a wild goose chase, but here's what I'd blindly do... if timestamps show incorrectly, look at the batchrecorder, you'll notice it uses time.js. maybe this isn't working right in react. remember I'm just guessing so don't immediately blame anything. gonna hit the sack but keep us posted! |
…Schmidt/zipkin-js-example into DanielMSchmidt-add-react-native-example
giving a try |
bug upstream.. I'll fix. basically accidentally prevented the default service name 'unknown' |
Wow, nice that your found that, awesome job! |
Wow, nice that your found that, awesome job!
one gets ok at troubleshooting data issues when only looking at zipkin for
… 2years :P
|
This is a better try of adding react-native as an example. It does not work as for the reasons disussed in openzipkin/zipkin-js#128