-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
144 changed files
with
2,900 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
FROM openjdk:17-jdk | ||
|
||
ARG JAR_FILE=build/libs/*.jar | ||
ARG PINPOINT_JAR_FILE=../pinpoint/pinpoint-agent-2.2.2/pinpoint-bootstrap-2.2.2.jar | ||
ARG PINPOINT_CONFIG=../pinpoint/pinpoint-agent-2.2.2/pinpoint-root.config | ||
|
||
COPY ${JAR_FILE} app.jar | ||
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-Duser.timezone=Asia/Seoul" , "-jar", "app.jar"] | ||
COPY ${PINPOINT_JAR_FILE} pinpoint.jar | ||
COPY ${PINPOINT_CONFIG} pinpoint-root.config | ||
|
||
ENTRYPOINT ["java", "-javaagent:pinpoint.jar", "-Dpinpoint.agentId=notiService", "-Dpinpoint.config=pinpoint-root.config", "-Dspring.profiles.active=prod", "-Duser.timezone=Asia/Seoul" , "-jar", "app.jar"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.2.2 |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.67 KB
pinpoint/pinpoint-agent-2.2.2/boot/pinpoint-bootstrap-java8-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+34.1 KB
pinpoint/pinpoint-agent-2.2.2/boot/pinpoint-bootstrap-java9-2.2.2.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#Generated by Git-Commit-Id-Plugin | ||
#Fri Mar 05 14:45:47 KST 2021 | ||
git.branch=release/v2.2.2 | ||
git.build.time=2021-03-05T14\:45\:47+0900 | ||
git.build.version=2.2.2 | ||
git.commit.id.abbrev=7e81eba | ||
git.commit.id.full=7e81eba1dcdaad1f0d6a6f242c38d0b4388bd694 | ||
git.tags= |
Binary file added
BIN
+3.37 KB
pinpoint/pinpoint-agent-2.2.2/lib/animal-sniffer-annotations-1.18.jar
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 added
BIN
+149 KB
pinpoint/pinpoint-agent-2.2.2/lib/netty-transport-native-epoll-4.1.51.Final-linux-x86_64.jar
Binary file not shown.
Binary file added
BIN
+32.3 KB
pinpoint/pinpoint-agent-2.2.2/lib/netty-transport-native-unix-common-4.1.51.Final.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+7.79 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-agent-proxy-apache-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+7.27 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-agent-proxy-app-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+3.79 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-agent-proxy-common-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+7.66 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-agent-proxy-nginx-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+99.8 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-commons-profiler-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+27.2 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-profiler-logging-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+15.9 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-profiler-optional-jdk7-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+10.6 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-profiler-optional-jdk8-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+8.63 KB
pinpoint/pinpoint-agent-2.2.2/lib/pinpoint-profiler-optional-jdk9-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.28 MB
pinpoint/pinpoint-agent-2.2.2/lib/proto-google-common-protos-1.17.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,333 @@ | ||
# | ||
# Pinpoint agent configuration | ||
# | ||
# Profiles | ||
# - -Dpinpoint.profiler.profiles.active=release or local | ||
# - Modify `pinpoint.profiler.profiles.active=release` in $PINPOINT_AGENT_DIR/pinpoint-root.config | ||
# Custom Profile | ||
# - 1. Create a custom profile in $PINPOINT_HOME/profiles/MyProfile | ||
# - Add pinpoint.config & log4j2.xml | ||
# - 2. -Dpinpoint.profiler.profiles.active=MyProfile | ||
# Support external property | ||
# - -Dpinpoint.config=$MY_CONFIG_PATH/pinpoint.config | ||
pinpoint.profiler.profiles.active=release | ||
|
||
# GRPC or THRIFT | ||
profiler.transport.module=GRPC | ||
########################################################### | ||
# gRPC Configuration # | ||
########################################################### | ||
profiler.transport.grpc.collector.ip=127.0.0.1 | ||
|
||
# placeHolder support "${key}" | ||
# Agent | ||
profiler.transport.grpc.agent.collector.ip=43.202.146.13 | ||
profiler.transport.grpc.agent.collector.port=9991 | ||
profiler.transport.grpc.agent.sender.channel.executor.queue.size=1000 | ||
profiler.transport.grpc.agent.sender.request.timeout.millis=6000 | ||
profiler.transport.grpc.agent.sender.keepalive.time.millis=30000 | ||
profiler.transport.grpc.agent.sender.keepalive.timeout.millis=60000 | ||
profiler.transport.grpc.agent.sender.connect.timeout.millis=3000 | ||
profiler.transport.grpc.agent.sender.headers.size.max=8K | ||
profiler.transport.grpc.agent.sender.message.inbound.size.max=4M | ||
profiler.transport.grpc.agent.sender.flow-control.window.size=1M | ||
profiler.transport.grpc.agent.sender.write.buffer.highwatermark=32M | ||
profiler.transport.grpc.agent.sender.write.buffer.lowwatermark=16M | ||
## AUTO, NIO, EPOLL | ||
profiler.transport.grpc.agent.sender.channel-type=AUTO | ||
profiler.transport.grpc.agent.sender.maxtraceevent=0 | ||
|
||
# Metadata | ||
profiler.transport.grpc.metadata.collector.ip=${profiler.transport.grpc.collector.ip} | ||
profiler.transport.grpc.metadata.collector.port=9991 | ||
profiler.transport.grpc.metadata.sender.executor.queue.size=1000 | ||
profiler.transport.grpc.metadata.sender.channel.executor.queue.size=1000 | ||
profiler.transport.grpc.metadata.sender.request.timeout.millis=6000 | ||
profiler.transport.grpc.metadata.sender.retry.max.count=3 | ||
profiler.transport.grpc.metadata.sender.retry.delay.millis=1000 | ||
profiler.transport.grpc.metadata.sender.keepalive.time.millis=30000 | ||
profiler.transport.grpc.metadata.sender.keepalive.timeout.millis=60000 | ||
profiler.transport.grpc.metadata.sender.connect.timeout.millis=3000 | ||
profiler.transport.grpc.metadata.sender.headers.size.max=8K | ||
profiler.transport.grpc.metadata.sender.message.inbound.size.max=4M | ||
profiler.transport.grpc.metadata.sender.flow-control.window.size=1M | ||
profiler.transport.grpc.metadata.sender.write.buffer.highwatermark=32M | ||
profiler.transport.grpc.metadata.sender.write.buffer.lowwatermark=16M | ||
## AUTO, NIO, EPOLL | ||
profiler.transport.grpc.metadata.sender.channel-type=AUTO | ||
profiler.transport.grpc.metadata.sender.maxtraceevent=0 | ||
|
||
# Stat | ||
profiler.transport.grpc.stat.collector.ip=${profiler.transport.grpc.collector.ip} | ||
profiler.transport.grpc.stat.collector.port=9992 | ||
profiler.transport.grpc.stat.sender.executor.queue.size=1000 | ||
profiler.transport.grpc.stat.sender.channel.executor.queue.size=1000 | ||
profiler.transport.grpc.stat.sender.request.timeout.millis=6000 | ||
profiler.transport.grpc.stat.sender.keepalive.time.millis=30000 | ||
profiler.transport.grpc.stat.sender.keepalive.timeout.millis=60000 | ||
profiler.transport.grpc.stat.sender.connect.timeout.millis=3000 | ||
profiler.transport.grpc.stat.sender.headers.size.max=8K | ||
profiler.transport.grpc.stat.sender.message.inbound.size.max=4M | ||
profiler.transport.grpc.stat.sender.flow-control.window.size=1M | ||
profiler.transport.grpc.stat.sender.write.buffer.highwatermark=32M | ||
profiler.transport.grpc.stat.sender.write.buffer.lowwatermark=16M | ||
## AUTO, NIO, EPOLL | ||
profiler.transport.grpc.stat.sender.channel-type=AUTO | ||
profiler.transport.grpc.stat.sender.maxtraceevent=0 | ||
|
||
# Span | ||
profiler.transport.grpc.span.collector.ip=${profiler.transport.grpc.collector.ip} | ||
profiler.transport.grpc.span.collector.port=9993 | ||
profiler.transport.grpc.span.sender.executor.queue.size=1000 | ||
profiler.transport.grpc.span.sender.channel.executor.queue.size=1000 | ||
profiler.transport.grpc.span.sender.request.timeout.millis=6000 | ||
profiler.transport.grpc.span.sender.keepalive.time.millis=30000 | ||
profiler.transport.grpc.span.sender.keepalive.timeout.millis=60000 | ||
profiler.transport.grpc.span.sender.connect.timeout.millis=3000 | ||
profiler.transport.grpc.span.sender.headers.size.max=8K | ||
profiler.transport.grpc.span.sender.message.inbound.size.max=4M | ||
profiler.transport.grpc.span.sender.flow-control.window.size=1M | ||
profiler.transport.grpc.span.sender.write.buffer.highwatermark=32M | ||
profiler.transport.grpc.span.sender.write.buffer.lowwatermark=16M | ||
profiler.transport.grpc.span.sender.discardpolicy.logger.discard.ratelimit=1 | ||
profiler.transport.grpc.span.sender.discardpolicy.maxpendingthreshold=1024 | ||
profiler.transport.grpc.span.sender.discardpolicy.discard-count-for-reconnect=1000 | ||
profiler.transport.grpc.span.sender.discardpolicy.not-ready-timeout-millis=300000 | ||
## AUTO, NIO, EPOLL | ||
profiler.transport.grpc.span.sender.channel-type=AUTO | ||
profiler.transport.grpc.span.sender.maxtraceevent=8 | ||
profiler.transport.grpc.span.sender.limitcount=100 | ||
profiler.transport.grpc.span.sender.limittime=60000 | ||
|
||
# This configuration enable some function of netty | ||
# Functions are available without the this configuration when using jdk8 and below, | ||
profiler.system.property.io.netty.tryReflectionSetAccessible=true | ||
# disable netty directbuffer | ||
profiler.system.property.io.netty.noPreferDirect=false | ||
|
||
########################################################### | ||
# Thrift Configuration # | ||
########################################################### | ||
profiler.collector.ip=127.0.0.1 | ||
|
||
# placeHolder support "${key}" | ||
profiler.collector.span.ip=${profiler.collector.ip} | ||
profiler.collector.span.port=9996 | ||
|
||
# placeHolder support "${key}" | ||
profiler.collector.stat.ip=${profiler.collector.ip} | ||
profiler.collector.stat.port=9995 | ||
|
||
# placeHolder support "${key}" | ||
profiler.collector.tcp.ip=${profiler.collector.ip} | ||
profiler.collector.tcp.port=9994 | ||
|
||
########################################################### | ||
# Profiler Global Configuration # | ||
########################################################### | ||
profiler.enable=true | ||
|
||
# Application namespace | ||
# Differentiate from external pinpoint agents. (e.g., com.pinpoint) | ||
profiler.application.namespace= | ||
|
||
profiler.interceptorregistry.size=8192 | ||
|
||
# Manually override jvm vendor name (Oracle, IBM, OpenJDK, etc) | ||
# You probably won't ever need to set this value. | ||
profiler.jvm.vendor.name= | ||
|
||
# Manually override agent's OS name (MAC, Window, Linus, AIX, HP_UX, BSD) | ||
# You probably won't ever need to set this value.(to collect file descriptor) | ||
profiler.os.name= | ||
|
||
# Interval (in milliseconds) at which agent stat data is collected. (default : 5000, min : 1000, max : 5000) | ||
profiler.jvm.stat.collect.interval=5000 | ||
# Number of agent stat data sent to the collector in a single batch. (default : 6) | ||
profiler.jvm.stat.batch.send.count=6 | ||
|
||
# Allow to add detailed collector's metrics | ||
profiler.jvm.stat.collect.detailed.metrics=true | ||
|
||
# Allow sampling. | ||
profiler.sampling.enable=true | ||
|
||
# 1 out of n transactions will be sampled where n is the rate. (1: 100%, 20: 5%) | ||
profiler.sampling.rate=1 | ||
|
||
# Permits per second, if throughput is 0, it is unlimited. | ||
# "New" is a transaction that is newly traced. | ||
profiler.sampling.new.throughput=0 | ||
# "Continue" is a transaction that is already being tracked. | ||
profiler.sampling.continue.throughput=0 | ||
|
||
# Allow buffering when flushing span to IO. | ||
profiler.io.buffering.enable=true | ||
|
||
# How many spans to store if buffering enabled. | ||
profiler.io.buffering.buffersize=20 | ||
|
||
# Maximum number of log directories | ||
# - $PINPOINT_AGENT_DIR/logs/${AGENT_ID} | ||
profiler.logdir.maxbackupsize=5 | ||
|
||
########################################################### | ||
# Base Tcp Sender # | ||
########################################################### | ||
# Allow TCP data command. | ||
profiler.tcpdatasender.command.accept.enable=true | ||
profiler.tcpdatasender.command.activethread.enable=true | ||
profiler.tcpdatasender.command.activethread.count.enable=true | ||
profiler.tcpdatasender.command.activethread.threaddump.enable=true | ||
profiler.tcpdatasender.command.activethread.threadlightdump.enable=true | ||
|
||
profiler.tcpdatasender.client.write.timeout=3000 | ||
profiler.tcpdatasender.client.request.timeout=3000 | ||
profiler.tcpdatasender.client.reconnect.interval=3000 | ||
profiler.tcpdatasender.client.ping.interval=300000 | ||
profiler.tcpdatasender.client.handshake.interval=60000 | ||
|
||
profiler.tcpdatasender.client.write.buffer.highwatermark=32m | ||
profiler.tcpdatasender.client.write.buffer.lowwatermark=16m | ||
|
||
# Interval to retry sending agent info. Unit is milliseconds. | ||
profiler.agentInfo.send.retry.interval=300000 | ||
|
||
|
||
########################################################### | ||
# Stat Data Sender # | ||
########################################################### | ||
# Should keep in mind | ||
# 1. Loadbancing : TCP transport load balancing is per connection.(UDP transport loadbalancing is per packet) | ||
# 2. In unexpected situations, UDP has its own protection feature (like packet loss etc.), but tcp does not have such a feature. (We will add protection later) | ||
profiler.statdatasender.transport.type=UDP | ||
|
||
# These settings are active only when using UDP. | ||
# Capacity of the StatDataSender write queue. | ||
profiler.statdatasender.write.queue.size=5120 | ||
#profiler.statdatasender.socket.sendbuffersize=1048576 | ||
#profiler.statdatasender.socket.timeout=3000 | ||
profiler.statdatasender.chunk.size=16384 | ||
profiler.statdatasender.socket.type=OIO | ||
|
||
# These settings are active only when using TCP. | ||
profiler.statdatasender.write.buffer.highwatermark=16m | ||
profiler.statdatasender.write.buffer.lowwatermark=8m | ||
|
||
|
||
########################################################### | ||
# Span Data Sender # | ||
########################################################### | ||
# Should keep in mind | ||
# 1. Loadbancing : TCP transport load balancing is per connection.(UDP transport loadbalancing is per packet) | ||
# 2. In unexpected situations, UDP has its own protection feature (like packet loss etc.), but tcp does not have such a feature. (We will add protection later) | ||
profiler.spandatasender.transport.type=UDP | ||
|
||
# These settings are active only when using UDP. | ||
# Capacity of the SpanDataSender write queue. | ||
profiler.spandatasender.write.queue.size=5120 | ||
#profiler.spandatasender.socket.sendbuffersize=1048576 | ||
#profiler.spandatasender.socket.timeout=3000 | ||
profiler.spandatasender.chunk.size=16384 | ||
profiler.spandatasender.socket.type=OIO | ||
|
||
# These settings are active only when using TCP. | ||
profiler.spandatasender.write.buffer.highwatermark=16m | ||
profiler.spandatasender.write.buffer.lowwatermark=8m | ||
|
||
|
||
# Trace Agent active thread info. | ||
profiler.pinpoint.activethread=true | ||
|
||
# Trace DataSource | ||
profiler.pinpoint.datasource=true | ||
|
||
# Deadlock Monitor | ||
profiler.monitor.deadlock.enable=true | ||
profiler.monitor.deadlock.interval=60000 | ||
|
||
## Call Stack | ||
# Set max depth, if -1 is unlimited and min is 2. | ||
profiler.callstack.max.depth=64 | ||
|
||
# weather or not to propagate exceptions occurred at interceptor | ||
profiler.interceptor.exception.propagate=false | ||
|
||
# Allow bytecode framework (ASM only) | ||
profiler.instrument.engine=ASM | ||
|
||
profiler.instrument.jdk.allow.classnames=java.util.concurrent.CompletableFuture,java.lang.ProcessBuilder,java.util.function.Supplier | ||
|
||
# bytecode dump option | ||
# java bytecode debug option | ||
bytecode.dump.enable=false | ||
#bytecode.dump.classlist=com.pinpoint.user.UserService,com.pinpoint.debug.TestClass | ||
bytecode.dump.classlist= | ||
bytecode.dump.bytecode=false | ||
bytecode.dump.verify=false | ||
bytecode.dump.asm=false | ||
|
||
# Matcher | ||
profiler.instrument.matcher.enable=true | ||
# Matcher cache. max size is 64. | ||
profiler.instrument.matcher.interface.cache.size=4 | ||
profiler.instrument.matcher.interface.cache.entry.size=16 | ||
profiler.instrument.matcher.annotation.cache.size=4 | ||
profiler.instrument.matcher.annotation.cache.entry.size=4 | ||
profiler.instrument.matcher.super.cache.size=4 | ||
profiler.instrument.matcher.super.cache.entry.size=4 | ||
|
||
# Lambda expressions. | ||
profiler.lambda.expressions.support=true | ||
|
||
# Proxy HTTP headers. | ||
# Please see (https://github.com/naver/pinpoint/blob/master/doc/proxy-http-header.md) for more information. | ||
profiler.proxy.http.header.enable=true | ||
|
||
# HTTP status code with request failure. | ||
# 1xx, 2xx, 3xx, 4xx, 5xx, 100, 101, 200, 201, ... 501, 502, 503, 504, 505 | ||
# e.g. profiler.http.status.code.errors=5xx, 401, 403 | ||
profiler.http.status.code.errors=5xx | ||
|
||
# record HTTP request headers case-sensitive | ||
# e.g. profiler.http.record.request.headers=X-AccessKey,X-Device-UUID | ||
#profiler.http.record.request.headers= | ||
|
||
# record HTTP request cookies(case-sensitive) in Cookie header | ||
# e.g. profiler.http.record.request.cookies=userid,device-id,uuid | ||
#profiler.http.record.request.cookies= | ||
|
||
########################################################### | ||
# Application Type # | ||
########################################################### | ||
#profiler.applicationservertype=TOMCAT | ||
#profiler.applicationservertype=BLOC | ||
|
||
# Needs to be a comma separated list of plugin's groupId:artifactId | ||
# Ex: com.navercorp.pinpoint:pinpoint-tomcat-plugin, com.navercorp.pinpoint:pinpoint-jboss-plugin | ||
profiler.plugin.load.order= | ||
profiler.plugin.disable= | ||
|
||
########################################################### | ||
# SERVER # | ||
########################################################### | ||
# Server integration settings. | ||
# Spring WebFlux(TOMCAT, JETTY, UNDERTOW, REACTOR-NETTY), JBOSS, RESIN, WEBLOGIC, VERT.X, WEBSPHERE, AKKA | ||
# Individual settings take precedence. | ||
# For example, setting "profiler.tomcat.excludeurl=A" takes precedence over setting "profiler.server.excludeurl=B". | ||
|
||
# Hide pinpoint headers. | ||
profiler.server.hidepinpointheader=true | ||
# URLs to exclude from tracing. | ||
# Support ant style pattern. e.g. /aa/*.html, /??/exclude.html | ||
profiler.server.excludeurl= | ||
# HTTP Request methods to exclude from tracing. | ||
# e.g. POST, PUT | ||
profiler.server.excludemethod= | ||
# Trace request param. | ||
profiler.server.tracerequestparam=true | ||
# Original IP address header. e.g. X-Forwarded-For or X-Real-IP | ||
# https://en.wikipedia.org/wiki/X-Forwarded-For | ||
profiler.server.realipheader= | ||
# optional parameter, If the header value is ${profiler.server.realipemptyvalue}, Ignore header value. | ||
profiler.server.realipemptyvalue= |
Binary file added
BIN
+38.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-activemq-client-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+29.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-akka-http-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+20.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-apache-dubbo-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.8 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-cassandra-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+14.3 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-common-servlet-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+14.7 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-commons-dbcp-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+15 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-commons-dbcp2-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+17.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-cubrid-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+25.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-elasticsearch-bboss-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+17.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-elasticsearch-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+17.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-fastjson-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+16.7 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-google-httpclient-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.8 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-hikaricp-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+32.8 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-httpclient3-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+56.3 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-httpclient4-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+47.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-hystrix-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+11.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-ibatis-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+23.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-informix-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+17.6 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-jackson-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.46 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-jdk-completable-future-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+13.3 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-jdk-http-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14.3 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-json-lib-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+11.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-log4j2-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+7.78 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-logback-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+22.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-mariadb-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+88.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-mongodb-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+16.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-mssql-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+9.19 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-mybatis-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+28.1 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-mysql-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+26.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-ning-asynchttpclient-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+66.9 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-okhttp-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+38.9 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-openwhisk-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+30.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-oracle-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+34.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-paho-mqtt-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+26.9 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-postgresql-jdbc-driver-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+14.7 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-process-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+68.9 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-rabbitmq-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+51.9 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-reactor-netty-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+29.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-reactor-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+21.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-redis-lettuce-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+19.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-redis-redisson-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+18.2 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-resttemplate-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+21.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-rxjava-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+12.1 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-spring-boot-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+45.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-spring-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+29.7 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-spring-webflux-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+14.3 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-thread-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+85.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-thrift-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+48.8 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-tomcat-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+34.1 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-undertow-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+26.3 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-undertow-servlet-plugin-2.2.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+39.5 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-weblogic-plugin-2.2.2.jar
Binary file not shown.
Binary file added
BIN
+42.4 KB
pinpoint/pinpoint-agent-2.2.2/plugin/pinpoint-websphere-plugin-2.2.2.jar
Binary file not shown.
Oops, something went wrong.