modify sample_n_per_3_secs notes (#4185)

Negative or zero means off, by default
This commit is contained in:
shine 2020-01-06 21:00:31 +08:00 committed by 吴晟 Wu Sheng
parent f181f7b483
commit 8e9a1121cd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
agent.service_name=${SW_AGENT_NAME:Your_ApplicationName}
# The number of sampled traces per 3 seconds
# Negative number means sample traces as many as possible, most likely 100%
# Negative or zero means off, by default
# agent.sample_n_per_3_secs=${SW_AGENT_SAMPLE:-1}
# Authentication active is based on backend setting, see application.yml for more details.