About Recording Spans which meets certain conditions only
14 views
Skip to first unread message
baichu...@shopee.com
unread,
Sep 17, 2018, 5:06:09 AM9/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenTracing
Hi all,
Currently I am working on a project, of which the backend service requires tracing feature. And we want to see only those traces of which the spans contain error message, take too much time to finish or spans have children spans that meet the first two conditions. I guess Sampling can help but have no idea how to set the conditions. Could some one tell me how to do that?