From 021c6a1695902d7d412250bc8d8cd27000451eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 11 Jul 2024 16:57:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20sky-agent=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF=E5=8D=B3=E4=BD=BF=E8=BF=9E?= =?UTF-8?q?=E4=B8=8D=E4=B8=8A=E6=9C=8D=E5=8A=A1=E7=AB=AF=E4=B9=9F=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA=E9=85=8D=E7=BD=AE=20(=E6=9C=89=E4=BA=9B=E4=BA=BA?= =?UTF-8?q?=E5=B0=B1=E7=88=B1=E8=BF=99=E4=B9=88=E7=94=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/skywalking/agent/config/agent.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/skywalking/agent/config/agent.config b/docker/skywalking/agent/config/agent.config index 45b09a35d..4c9f72fe6 100644 --- a/docker/skywalking/agent/config/agent.config +++ b/docker/skywalking/agent/config/agent.config @@ -68,7 +68,7 @@ agent.force_reconnection_period=${SW_AGENT_FORCE_RECONNECTION_PERIOD:1} agent.operation_name_threshold=${SW_AGENT_OPERATION_NAME_THRESHOLD:150} # Keep tracing even the backend is not available if this value is true. -agent.keep_tracing=${SW_AGENT_KEEP_TRACING:false} +agent.keep_tracing=${SW_AGENT_KEEP_TRACING:true} # The agent use gRPC plain text in default. # If true, SkyWalking agent uses TLS even no CA file detected.