From e07172b84f861190e18d945fcac2d8063fa51a5a Mon Sep 17 00:00:00 2001 From: SataQiu Date: Tue, 14 May 2019 16:12:59 +0800 Subject: [PATCH] update agent.config (#2664) --- 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 37f2b4272488..327d9ef0f77a 100644 --- a/apm-sniffer/config/agent.config +++ b/apm-sniffer/config/agent.config @@ -31,7 +31,7 @@ agent.service_name=${SW_AGENT_NAME:Your_ApplicationName} # Through this config item, skywalking keep your application memory cost estimated. # agent.span_limit_per_segment=${SW_AGENT_SPAN_LIMIT:300} -# Ignore the segments if their operation names start with these suffix. +# Ignore the segments if their operation names end with these suffix. # agent.ignore_suffix=${SW_AGENT_IGNORE_SUFFIX:.jpg,.jpeg,.js,.css,.png,.bmp,.gif,.ico,.mp3,.mp4,.html,.svg} # If true, skywalking agent will save all instrumented classes files in `/debugging` folder.