Skip to content

Commit

Permalink
chore: pinpoint 설정
Browse files Browse the repository at this point in the history
- config 수정
  • Loading branch information
hoa0217 committed Mar 10, 2024
1 parent 7263fa6 commit 7b2067c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pinpoint-agent-2.5.3/profiles/release/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7b2067c

Please sign in to comment.