Documentation ¶
Overview ¶
Package awsxray is a wrapper for AWS X-Ray distributed tracing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCallWrapper ¶
func NewCallWrapper(opts ...Option) client.CallWrapper
NewCallWrapper accepts Options and returns a Trace Call Wrapper for individual node calls made by the client
func NewClientWrapper ¶
NewClientWrapper accepts Options and returns a Trace Client Wrapper which tracks high level service calls
func NewHandlerWrapper ¶
func NewHandlerWrapper(opts ...Option) server.HandlerWrapper
NewHandlerWrapper accepts Options and returns a Trace Handler Wrapper
Types ¶
type Option ¶
type Option func(o *Options)
func WithClient ¶
WithClient sets the XRay Client to use to send segments
func WithDaemon ¶
WithDaemon sets the address of the XRay Daemon to send segements
Click to show internal directories.
Click to hide internal directories.