.. _envoy_v3_api_file_envoy/config/trace/v3/xray.proto: AWS X-Ray Tracer Configuration ============================== Configuration for AWS X-Ray tracer .. _envoy_v3_api_msg_config.trace.v3.XRayConfig: config.trace.v3.XRayConfig -------------------------- `[config.trace.v3.XRayConfig proto] `_ .. code-block:: json { "daemon_endpoint": "{...}", "segment_name": "...", "sampling_rule_manifest": "{...}" } .. _envoy_v3_api_field_config.trace.v3.XRayConfig.daemon_endpoint: daemon_endpoint (:ref:`config.core.v3.SocketAddress `) The UDP endpoint of the X-Ray Daemon where the spans will be sent. If this value is not set, the default value of 127.0.0.1:2000 will be used. .. _envoy_v3_api_field_config.trace.v3.XRayConfig.segment_name: segment_name (`string `_) The name of the X-Ray segment. .. _envoy_v3_api_field_config.trace.v3.XRayConfig.sampling_rule_manifest: sampling_rule_manifest (:ref:`config.core.v3.DataSource `) The location of a local custom sampling rules JSON file. For an example of the sampling rules see: `X-Ray SDK documentation `_