aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
278 stars 118 forks source link

may i create a custom downstream node? #347

Open jhaoheng opened 2 years ago

jhaoheng commented 2 years ago

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?

lupengamzn commented 2 years ago

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

jhaoheng commented 2 years ago

@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?