modify sample_n_per_3_secs notes (#4185)
Negative or zero means off, by default
This commit is contained in:
parent
f181f7b483
commit
8e9a1121cd
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue