Apache9 commented on pull request #3823: URL: https://github.com/apache/hbase/pull/3823#issuecomment-964783273
I used to think this is something like dtrace, you will type dtrace xxx, and it will finally give you the trace result for the xxx command... Now I understand that, we will use `trace 'start'` to create a span and start a scope, and then run some shell commands, and then use `trace 'stop'` to close ths scope and end the span. Then you can view the trace information on the backend system like jaeger. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
