You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/06/23 08:44:03 UTC

[skywalking] branch master updated: Update agent.config (#7163)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 3541c32  Update agent.config (#7163)
3541c32 is described below

commit 3541c32530f12bb85e37288042a7127a96326db6
Author: tangxqa <97...@qq.com>
AuthorDate: Wed Jun 23 16:43:39 2021 +0800

    Update agent.config (#7163)
---
 CHANGES.md                      | 1 +
 apm-sniffer/config/agent.config | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 6381520..598f0d4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,6 +14,7 @@ Release Notes.
 * [Temporary] Support authentication for log report channel. This feature and grpc channel is going to be removed after Satellite 0.2.0 release.
 * Remove deprecated gRPC method, `io.grpc.ManagedChannelBuilder#nameResolverFactory`. See [gRPC-java 7133](https://github.com/grpc/grpc-java/issues/7133) for more details.
 * Add `Neo4j-4.x` plugin.
+* Correct `profile.duration` to `profile.max_duration` in the default `agent.config` file.
 
 #### OAP-Backend
 * Disable Spring sleuth meter analyzer by default.
diff --git a/apm-sniffer/config/agent.config b/apm-sniffer/config/agent.config
index 44c67fe..78e2de4 100644
--- a/apm-sniffer/config/agent.config
+++ b/apm-sniffer/config/agent.config
@@ -62,7 +62,7 @@ agent.service_name=${SW_AGENT_NAME:Your_ApplicationName}
 # profile.max_parallel=${SW_AGENT_PROFILE_MAX_PARALLEL:5}
 
 # Max monitor segment time(minutes), if current segment monitor time out of limit, then stop it.
-# profile.duration=${SW_AGENT_PROFILE_DURATION:10}
+# profile.max_duration=${SW_AGENT_PROFILE_DURATION:10}
 
 # Max dump thread stack depth
 # profile.dump_max_stack_depth=${SW_AGENT_PROFILE_DUMP_MAX_STACK_DEPTH:500}