aws_ex_ray v0.1.7 AwsExRay.Config
Config Accessor Module
Configuration
config :aws_ex_ray,
sampling_rate: 0.1,
default_annotation: %{foo: "bar"},
default_metadata: %{bar: "buz"}
key | default | description |
---|---|---|
sampling_rate | 0.1 | set number between 0.0 - 1.0. recommended that set 0.0 for ‘test’ environment |
default_annotation | %{} | annotation parameters automatically put into segment/subsegment |
default_metadata | %{} | metadata parameters automatically put into segment/subsegment |
daemon_address | 127.0.0.1 | your xray daemon’s IP address. typically, you don’t need to customize this. |
daemon_port | 2000 | your xray daemon’s port. typically, you don’t need to customize this. |
default_client_pool_size | 10 | number of UDP client which connects to xray daemon |
default_client_pool_overflow | 100 | overflow capacity size of UDP client |
default_store_monitor_pool_size | 10 | number of tracing-process-monitor |