agent.config 848 字节
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3 4 5 6 7
# The application name in UI
agent.application_code=Your_ApplicationName

# The number of sampled traces per 3 seconds
# Negative number means sample traces as many as possible, most likely 100%
# agent.sample_n_per_3_secs=-1

8 9 10 11
# The max amount of spans in a single segment.
# Through this config item, skywalking keep your application memory cost estimated.
# agent.span_limit_per_segment=300

wu-sheng's avatar
wu-sheng 已提交
12 13 14 15 16 17 18 19
# Ignore the segments if their operation names start with these suffix.
# agent.ignore_suffix=.jpg,.jpeg,.js,.css,.png,.bmp,.gif,.ico,.mp3,.mp4,.html,.svg

# Server addresses.
# Mapping to `agent_server/jetty/port` in `config/application.yml` of Collector.
# Examples:
# Single collector:SERVERS="127.0.0.1:8080"
# Collector cluster:SERVERS="10.2.45.126:8080,10.2.45.127:7600"
20
collector.servers=127.0.0.1:12800
wu-sheng's avatar
wu-sheng 已提交
21 22 23

# Logging level
logging.level=DEBUG