AWS X-Ray Tracer Configuration
Configuration for AWS X-Ray tracer
config.trace.v2alpha.XRayConfig
[config.trace.v2alpha.XRayConfig proto]
{
"daemon_endpoint": "{...}",
"segment_name": "...",
"sampling_rule_manifest": "{...}"
}
daemon_endpoint
(core.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.
segment_name
(string) The name of the X-Ray segment.
sampling_rule_manifest
(core.DataSource) The location of a local custom sampling rules JSON file. For an example of the sampling rules see: X-Ray SDK documentation
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .