Correct answer - "AWS_XRAY_DAEMON_ADDRESS" : Set the host and port of the X-Ray daemon listener.
By default, the SDK uses 127.0.0.1:2000 for both trace data (UDP) and sampling (TCP). Use this
variable if you have configured the daemon to listen on a different port or if it is running on
a different host.
Incorrect answers:
AWS_XRAY_TRACING_NAME – Set a service name that the SDK uses for segments.
AWS_XRAY_CONTEXT_MISSING – Set to LOG_ERROR to avoid throwing exceptions when your instrumented
code attempts to record data when no segment is open.
AWS_XRAY_DEBUG_MODE – Set to TRUE to configure the SDK to output logs to the console, instead of
configuring a logger.