Skip to content

Commit

Permalink
chore: Pinpoint Agent 2.5.2로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hoa0217 committed Mar 11, 2024
1 parent dec01b0 commit 11ba34d
Show file tree
Hide file tree
Showing 186 changed files with 318 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM adoptopenjdk/openjdk11
EXPOSE 8080
ARG JAR_FILE=build/libs/*-SNAPSHOT.jar
ARG PINPOINT_AGENT_DIR=pinpoint-agent-2.5.3
ARG PINPOINT_AGENT_DIR=pinpoint-agent-2.5.2
COPY ${JAR_FILE} app.jar
COPY ${PINPOINT_AGENT_DIR} /pinpoint-agent
ENV TZ=Asia/Seoul

ENTRYPOINT ["java", "-jar", "-javaagent:/pinpoint-agent/pinpoint-bootstrap-2.5.3.jar", "-Dpinpoint.agentId=modoospace-release", "-Dpinpoint.applicationName=modoospace-release", "-Dpinpoint.profiler.profiles.active=release", "app.jar"]
ENTRYPOINT ["java", "-jar", "-javaagent:/pinpoint-agent/pinpoint-bootstrap-2.5.2.jar", "-Dpinpoint.agentId=modoospace-release", "-Dpinpoint.applicationName=modoospace-release", "-Dpinpoint.profiler.profiles.active=release", "app.jar"]
1 change: 1 addition & 0 deletions pinpoint-agent-2.5.2/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions pinpoint-agent-2.5.2/build.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Generated by Git-Commit-Id-Plugin
git.branch=2.5.x
git.build.time=2023-06-13T14\:46\:52+0900
git.build.version=2.5.2
git.commit.id.abbrev=abe75d1
git.commit.id.full=abe75d1cd457737fdcea30b14a73ab3d4e9c783a
git.tags=v2.5.2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.5.3</version>
<version>2.5.2</version>
</parent>

<artifactId>pinpoint-agent-plugins</artifactId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.5.3</version>
<version>2.5.2</version>
</parent>

<artifactId>pinpoint-bootstraps</artifactId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.5.3</version>
<version>2.5.2</version>
</parent>

<artifactId>pinpoint-profiler-optional</artifactId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
276 changes: 276 additions & 0 deletions pinpoint-agent-2.5.2/logs/modoospace/pinpoint_stat.log

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.5.3</version>
<version>2.5.2</version>
</parent>

<artifactId>pinpoint-plugins-assembly</artifactId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ profiler.uri.stat.vertx.enable=true
profiler.uri.stat.vertx.useuserinput=false
profiler.uri.stat.spring.webflux.enable=true
profiler.uri.stat.spring.webflux.useuserinput=false
profiler.uri.stat.tomcat.useuserinput=false

###########################################################
# TOMCAT #
###########################################################
Expand Down Expand Up @@ -597,10 +595,12 @@ profiler.reactor-netty.client.enable=true
profiler.reactor-netty.client.param=true
# Unsupported cookie and entity information

# Set whether to trace the transport error(connection timeout, unknown host, connection refused)
profiler.reactor-netty.client.trace.transport.error=true
# Set whether to trace the http error(response timeout, read/write timeout)
profiler.reactor-netty.client.trace.http.error=true
# Set whether to trace the Subscriber.onError(Throwable t) method
profiler.reactor-netty.trace.subscribe.error=true
# Set messages to be excluded from errors. Messages are separated by ',' characters.
profiler.reactor-netty.trace.subscribe.error.exclude.message=



###########################################################
# JSP #
Expand Down Expand Up @@ -1086,11 +1086,14 @@ profiler.spring.tx.enable=true
# Reactor
###########################################################
profiler.reactor.enable=true
# Set whether to trace the onErrorComplete(), onErrorResume(), onErrorMap(), onErrorReturn() methods
profiler.reactor.trace.onError=false
# Set whether to trace the publishOn(), subscribeOn() methods
profiler.reactor.trace.publishOn=true
profiler.reactor.trace.subscribeOn=true
# Set whether to trace the Subscriber.onError(Throwable t) method
profiler.reactor.trace.subscribe.error=true
# Set messages to be excluded from errors. Messages are separated by ',' characters.
profiler.reactor.trace.subscribe.error.exclude.message=404 NOT_FOUND, 100 Continue
# Set whether to trace the Scheduler.schedule(Runnable task), Scheduler.schedule(Runnable task, long delay, TimeUnit unit)
profiler.reactor.trace.schedule=true
# Set whether to trace the Scheduler.schedulePeriodically(Runnable task, long initialDelay, long period, TimeUnit unit)
profiler.reactor.trace.schedule.periodically=false

###########################################################
# log4j (guide url : https://github.com/naver/pinpoint/blob/master/doc/per-request_feature_guide.md)
Expand Down
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=65536
profiler.interceptorregistry.size=8192

# Manually override jvm vendor name (Oracle, IBM, OpenJDK, etc)
# You probably won't ever need to set this value.
Expand Down Expand Up @@ -65,7 +65,7 @@ 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=1
profiler.sampling.counting.sampling-rate=20
# @Deprecate : Alias for profiler.sampling.counting.sampling-rate
#profiler.sampling.rate=1

Expand Down Expand Up @@ -320,7 +320,6 @@ profiler.uri.stat.vertx.enable=true
profiler.uri.stat.vertx.useuserinput=false
profiler.uri.stat.spring.webflux.enable=true
profiler.uri.stat.spring.webflux.useuserinput=false
profiler.uri.stat.tomcat.useuserinput=false

###########################################################
# TOMCAT #
Expand Down Expand Up @@ -595,10 +594,10 @@ profiler.reactor-netty.client.enable=true
profiler.reactor-netty.client.param=true
# Unsupported cookie and entity information

# Set whether to trace the transport error(connection timeout, unknown host, connection refused)
profiler.reactor-netty.client.trace.transport.error=false
# Set whether to trace the http error(response timeout, read/write timeout)
profiler.reactor-netty.client.trace.http.error=false
# Set whether to trace the Subscriber.onError(Throwable t) method
profiler.reactor-netty.trace.subscribe.error=true
# Set messages to be excluded from errors. Messages are separated by ',' characters.
profiler.reactor-netty.trace.subscribe.error.exclude.message=

###########################################################
# JSP #
Expand Down Expand Up @@ -1084,11 +1083,14 @@ profiler.spring.tx.enable=true
# Reactor
###########################################################
profiler.reactor.enable=true
# Set whether to trace the onErrorComplete(), onErrorResume(), onErrorMap(), onErrorReturn() methods
profiler.reactor.trace.onError=false
# Set whether to trace the publishOn(), subscribeOn() methods
profiler.reactor.trace.publishOn=true
profiler.reactor.trace.subscribeOn=true
# Set whether to trace the Subscriber.onError(Throwable t) method
profiler.reactor.trace.subscribe.error=true
# Set messages to be excluded from errors. Messages are separated by ',' characters.
profiler.reactor.trace.subscribe.error.exclude.message=404 NOT_FOUND, 100 Continue
# Set whether to trace the Scheduler.schedule(Runnable task), Scheduler.schedule(Runnable task, long delay, TimeUnit unit)
profiler.reactor.trace.schedule=true
# Set whether to trace the Scheduler.schedulePeriodically(Runnable task, long initialDelay, long period, TimeUnit unit)
profiler.reactor.trace.schedule.periodically=false

###########################################################
# log4j (guide url : https://github.com/naver/pinpoint/blob/master/doc/per-request_feature_guide.md)
Expand Down
File renamed without changes.
Binary file not shown.
1 change: 0 additions & 1 deletion pinpoint-agent-2.5.3/VERSION

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions pinpoint-agent-2.5.3/build.info

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 11ba34d

Please sign in to comment.