From 8e9a1121cdbbded4f70a38332e3b163b79e09400 Mon Sep 17 00:00:00 2001 From: shine Date: Mon, 6 Jan 2020 21:00:31 +0800 Subject: [PATCH] modify sample_n_per_3_secs notes (#4185) Negative or zero means off, by default --- apm-sniffer/config/agent.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-sniffer/config/agent.config b/apm-sniffer/config/agent.config index ca47aef401..3687de5337 100644 --- a/apm-sniffer/config/agent.config +++ b/apm-sniffer/config/agent.config @@ -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. -- GitLab