aws-xray-sdk-go icon indicating copy to clipboard operation
aws-xray-sdk-go copied to clipboard

may i create a custom downstream node?

Open jhaoheng opened this issue 3 years ago • 2 comments

Hi there

Cause I have many other services, I would like to show all the downstream nodes on the map. Does SDK has this feature to build the custom downstream node?

jhaoheng avatar Feb 11 '22 03:02 jhaoheng

Hi @jhaoheng ,

You can instrumented your downstream services with X-Ray SDKs to get them traced(build the downstream nodes). Also, you'll need to have the AWS X-Ray Daemon running on each of them. Please take a look at the user guide about SDK instrumentation and daemon installation: https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html

lupengamzn avatar Feb 14 '22 23:02 lupengamzn

@lupengamzn Thanks for your reply. I had seen the document but didn't see how to build a custom downstream node. Does there have any example to build it, thanks?

jhaoheng avatar Feb 15 '22 00:02 jhaoheng