Add documents about new config item.

This commit is contained in:
wu-sheng 2017-11-27 16:56:22 +08:00
parent 931effb648
commit 6a4a18a721
2 changed files with 6 additions and 2 deletions

View File

@ -12,8 +12,8 @@ agent.application_code=Your_ApplicationName
# 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
# If true, skywalking agent will save all instrumented classes files. And you can send them to skywalking team,
# in order to resolve compatible problem.
# If true, skywalking agent will save all instrumented classes files in `/debugging` folder.
# Skywalking team may ask for these files in order to resolve compatible problem.
# agent.is_open_debugging_class = true
# Server addresses.

View File

@ -38,6 +38,10 @@ agent.application_code=Your_ApplicationName
# 默认配置如下
# agent.ignore_suffix=.jpg,.jpeg,.js,.css,.png,.bmp,.gif,.ico,.mp3,.mp4,.html,.svg
# 探针调试开关如果设置为true探针会将所有操作字节码的类输出到/debugging目录下
# skywalking团队可能在调试需要此文件
# agent.is_open_debugging_class = true
# 对应Collector的config/application.yml配置文件中 agent_server/jetty/port 配置内容
# 例如:
# 单节点配置SERVERS="127.0.0.1:8080"