Skip to content

Commit

Permalink
(#11055) refactor: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
seunggabi authored and jaehong-kim committed May 23, 2024
1 parent 03cc842 commit 63aa876
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ profiler.transport.grpc.collector.ip=127.0.0.1


###########################################################
# Profiler Global Configuration #
# Profiler Global Configuration #
###########################################################
# Application namespace
# Differentiate from external pinpoint agents. (e.g., com.pinpoint)
Expand Down Expand Up @@ -244,7 +244,7 @@ profiler.http.record.request.cookies=
#profiler.http.record.response.headers=

###########################################################
# application type #
# application type #
###########################################################
#profiler.applicationservertype=TOMCAT
#profiler.applicationservertype=BLOC
Expand All @@ -255,7 +255,7 @@ profiler.plugin.load.order=
profiler.plugin.disable=

###########################################################
# user defined classes #
# user defined classes #
###########################################################
# Specify classes and methods you want to profile here.

Expand Down Expand Up @@ -936,7 +936,7 @@ profiler.jdk.httpclient.entity.dumpsize=1024


###########################################################
# Ning Async HTTP Client #
# Ning Async HTTP Client #
###########################################################
# Profile Ning Async HTTP Client.
profiler.ning.asynchttpclient=true
Expand Down Expand Up @@ -972,7 +972,7 @@ profiler.ning.asynchttpclient.param.sampling.rate=1


###########################################################
# Arcus #
# Arcus #
###########################################################
# Profile Arcus.
profiler.arcus=true
Expand All @@ -981,7 +981,7 @@ profiler.arcus.async=true
profiler.arcus.keytrace=true

###########################################################
# Memcached #
# Memcached #
###########################################################
# Profile Memecached.
profiler.memcached=true
Expand All @@ -990,7 +990,7 @@ profiler.memcached.async=true
profiler.memcached.keytrace=true

###########################################################
# Thrift #
# Thrift #
###########################################################
# Profile Thrift
profiler.thrift.enable=true
Expand All @@ -1006,13 +1006,13 @@ profiler.thrift.service.result=true


###########################################################
# ibatis #
# ibatis #
###########################################################
# Profile ibatis.
profiler.orm.ibatis=true

###########################################################
# mybatis #
# mybatis #
###########################################################
# Profile mybatis
profiler.orm.mybatis=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ profiler.transport.module=GRPC
profiler.transport.grpc.collector.ip=127.0.0.1

###########################################################
# Profiler Global Configuration #
# Profiler Global Configuration #
###########################################################
# Application namespace
# Differentiate from external pinpoint agents. (e.g., com.pinpoint)
Expand Down Expand Up @@ -243,7 +243,7 @@ profiler.http.status.code.errors=5xx
#profiler.http.record.response.headers=

###########################################################
# application type #
# application type #
###########################################################
#profiler.applicationservertype=TOMCAT
#profiler.applicationservertype=BLOC
Expand All @@ -254,7 +254,7 @@ profiler.plugin.load.order=
profiler.plugin.disable=

###########################################################
# user defined classes #
# user defined classes #
###########################################################
# Specify classes and methods you want to profile here.

Expand Down Expand Up @@ -932,7 +932,7 @@ profiler.jdk.httpclient.entity.sampling.rate=1
profiler.jdk.httpclient.entity.dumpsize=1024

###########################################################
# Ning Async HTTP Client #
# Ning Async HTTP Client #
###########################################################
# Profile Ning Async HTTP Client.
profiler.ning.asynchttpclient=true
Expand Down Expand Up @@ -968,7 +968,7 @@ profiler.ning.asynchttpclient.param.sampling.rate=1


###########################################################
# Arcus #
# Arcus #
###########################################################
# Profile Arcus.
profiler.arcus=true
Expand All @@ -977,7 +977,7 @@ profiler.arcus.async=true
profiler.arcus.keytrace=false

###########################################################
# Memcached #
# Memcached #
###########################################################
# Profile Memecached.
profiler.memcached=true
Expand All @@ -986,7 +986,7 @@ profiler.memcached.async=true
profiler.memcached.keytrace=false

###########################################################
# Thrift #
# Thrift #
###########################################################
# Profile Thrift
profiler.thrift.enable=true
Expand All @@ -1002,13 +1002,13 @@ profiler.thrift.service.result=false


###########################################################
# ibatis #
# ibatis #
###########################################################
# Profile ibatis.
profiler.orm.ibatis=true

###########################################################
# mybatis #
# mybatis #
###########################################################
# Profile mybatis
profiler.orm.mybatis=true
Expand Down
22 changes: 11 additions & 11 deletions agent-module/plugins/akka-http/src/test/resources/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#

###########################################################
# Collector server #
# Collector server #
###########################################################

###########################################################
# Profiler Global Configuration #
# Profiler Global Configuration #
###########################################################
profiler.interceptorregistry.size=8192

Expand Down Expand Up @@ -119,15 +119,15 @@ profiler.proxy.http.header.enable=true
profiler.http.status.code.errors=5xx

###########################################################
# application type #
# application type #
###########################################################
#profiler.applicationservertype=TOMCAT
#profiler.applicationservertype=BLOC

profiler.plugin.disable=

###########################################################
# user defined classes #
# user defined classes #
###########################################################
# Specify classes and methods you want to profile here.

Expand Down Expand Up @@ -262,7 +262,7 @@ profiler.springboot.bootstrap.main=
profiler.jsp.enable=true

###########################################################
# JDBC #
# JDBC #
###########################################################
# Profile JDBC drivers.
profiler.jdbc=true
Expand Down Expand Up @@ -463,7 +463,7 @@ profiler.apache.httpclient4.io=true
profiler.jdk.http.param=true

###########################################################
# Ning Async HTTP Client #
# Ning Async HTTP Client #
###########################################################
# Profile Ning Async HTTP Client.
profiler.ning.asynchttpclient=true
Expand Down Expand Up @@ -494,7 +494,7 @@ profiler.ning.asynchttpclient.param.sampling.rate=1


###########################################################
# Arcus #
# Arcus #
###########################################################
# Profile Arcus.
profiler.arcus=true
Expand All @@ -503,7 +503,7 @@ profiler.arcus.async=true
profiler.arcus.keytrace=true

###########################################################
# Memcached #
# Memcached #
###########################################################
# Profile Memecached.
profiler.memcached=true
Expand All @@ -512,7 +512,7 @@ profiler.memcached.async=true
profiler.memcached.keytrace=true

###########################################################
# Thrift #
# Thrift #
###########################################################
# Profile Thrift
profiler.thrift.client=true
Expand All @@ -527,13 +527,13 @@ profiler.thrift.service.result=true


###########################################################
# ibatis #
# ibatis #
###########################################################
# Profile ibatis.
profiler.orm.ibatis=true

###########################################################
# mybatis #
# mybatis #
###########################################################
# Profile mybatis
profiler.orm.mybatis=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

###########################################################
# Profiler Global Configuration #
# Profiler Global Configuration #
###########################################################
profiler.jvm.collect.interval=1000

Expand Down Expand Up @@ -38,14 +38,14 @@ profiler.agentInfo.send.retry.interval=300000
profiler.tcpdatasender.command.accept.enable=true

###########################################################
# application type #
# application type #
###########################################################
#profiler.applicationservertype=TOMCAT
#profiler.applicationservertype=BLOC


###########################################################
# user defined classes #
# user defined classes #
###########################################################
profiler.include=com.navercorp.pinpoint.testweb.controller.*,com.navercorp.pinpoint.testweb.MyClass

Expand Down Expand Up @@ -120,7 +120,7 @@ profiler.springboot.bootstrap.main=


###########################################################
# JDBC #
# JDBC #
###########################################################
profiler.jdbc=true
profiler.jdbc.sqlcachesize=1024
Expand Down Expand Up @@ -211,7 +211,7 @@ profiler.jdk.httpurlconnection=true


###########################################################
# Ning Async HTTP Client #
# Ning Async HTTP Client #
###########################################################
profiler.ning.asynchttpclient=true
profiler.ning.asynchttpclient.cookie=true
Expand All @@ -229,38 +229,38 @@ profiler.ning.asynchttpclient.param.sampling.rate=1


###########################################################
# Arcus #
# Arcus #
###########################################################
profiler.arcus=true
profiler.arcus.keytrace=true


###########################################################
# Memcached #
# Memcached #
###########################################################
profiler.memcached=true
profiler.memcached.keytrace=true


###########################################################
# ibatis #
# ibatis #
###########################################################
profiler.orm.ibatis=true


###########################################################
# mybatis #
# mybatis #
###########################################################
profiler.orm.mybatis=true

###########################################################
# redis #
# redis #
###########################################################
profiler.redis=true
profiler.redis.pipeline=true

###########################################################
# nBase-ARC #
# nBase-ARC #
###########################################################
profiler.nbase_arc=true
profiler.nbase_arc.pipeline=true
Expand Down
Loading

0 comments on commit 63aa876

Please sign in to comment.