未验证 提交 3541c325 编写于 作者: 会敲代码的抠脚大汉's avatar 会敲代码的抠脚大汉 提交者: GitHub

Update agent.config (#7163)

上级 d6f21a95
......@@ -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.
......
......@@ -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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册