diff --git a/pinpoint-agent-2.5.3/profiles/release/pinpoint.config b/pinpoint-agent-2.5.3/profiles/release/pinpoint.config index d573648..7641f19 100644 --- a/pinpoint-agent-2.5.3/profiles/release/pinpoint.config +++ b/pinpoint-agent-2.5.3/profiles/release/pinpoint.config @@ -35,7 +35,7 @@ profiler.enable=true # Differentiate from external pinpoint agents. (e.g., com.pinpoint) profiler.application.namespace= -profiler.interceptorregistry.size=8192 +profiler.interceptorregistry.size=65536 # Manually override jvm vendor name (Oracle, IBM, OpenJDK, etc) # You probably won't ever need to set this value. @@ -65,14 +65,14 @@ profiler.sampling.type=COUNTING # if it's COUNTING(the default), then 1 out of n transactions will be sampled where n is the rate. # eg. 1: 100% 20: 5% 50: 2% 100: 1% -profiler.sampling.counting.sampling-rate=20 +profiler.sampling.counting.sampling-rate=1 # @Deprecate : Alias for profiler.sampling.counting.sampling-rate -#profiler.sampling.rate=20 +#profiler.sampling.rate=1 # if it's PERCENT, then first x transactions out of y transactions will be sampled. # Support from 100% to 0.01% # eg. 100: 100% 50: 50% 5: 5% 0.01: 0.01% -profiler.sampling.percent.sampling-rate=5 +profiler.sampling.percent.sampling-rate=100 # Permits per second, if throughput is 0, it is unlimited. # "New" is a transaction that is newly traced.