Commit Graph
118 Commits
Author SHA1 Message Date
koo.taejin 3732dc13d3 [no issue] update configuration 2017-01-18 13:42:59 +09:00
jaehong-kim 58f213bd09 change invalid config name. 2017-01-13 18:16:07 +09:00
koo.taejin 41a65bd507 #2463 add hikaricp plugin 2017-01-10 18:38:23 +09:00
jaehong-kim 4ab9333f3b add vertx plugin. 2017-01-09 11:38:54 +09:00
HyunGil JeongandGitHub 9dac74336a Add recommended JDK versions 2017-01-03 18:45:42 +09:00
koo.taejin bcc8aec7a8 #2396 add commons dbcp2 plugin
add commons-dbcp2 plugin
2016-12-27 10:50:52 +09:00
minwoo.jung 378ed62e04 [#2362]Jetty config key is spelled wrong 2016-12-19 16:37:13 +09:00
koo.taejinandWoonduk Kang 1ad2a86cbd Add function of getting thread dump from agent #2286
1. added function of getting activeThreadDump
2016-12-15 18:03:39 +09:00
koo.taejin 3f71bd1b23 1.6.0 release (1.6.0 -> 1.6.1-SNAPSHOT) #2305 2016-12-08 16:41:22 +09:00
koo.taejin 83341d906c 1.6.0 release #2305
1.6.0-SNAPSHOT -> 1.6.0
2016-12-08 15:48:45 +09:00
koo.taejin 2609a1cb01 #2268 1.6.0-RC2 -> 1.6.0-SNAPSHOT 2016-11-21 16:45:59 +09:00
koo.taejin 2e2966dcb8 1.6.0-RC2 2016-11-21 16:35:09 +09:00
koo.taejin d88208e2a7 #2250 1.6.0-RC1 -> 1.6.0-SNAPSHOT 2016-11-14 17:59:26 +09:00
koo.taejin e180edf870 1.6.0-RC1 2016-11-14 16:20:14 +09:00
HyunGil Jeong a2ff727d0d #2215 Change default instrumentation engine to ASM 2016-11-02 18:16:53 +09:00
HyunGil Jeong a3b21aa83d #2212 Change default span/stat version configuration options 2016-11-02 17:34:46 +09:00
HyunGil JeongandGitHub deb727cdcb #2205 Fix trace/stat version configuration 2016-11-01 10:38:14 +09:00
koo.taejin 116bfced6c Pinpoint Quickstart TestApp : Script start-testapp.sh failed when running with no error log #2190
1. Delete source code which related to apache cxf in quickstart because can't build when can't connect www.webservicex.net situation.
2016-10-27 15:34:39 +09:00
HyunGil Jeong 751460a3f7 Update quickstart configuration 2016-10-24 14:39:06 +09:00
HyunGil JeongandWoonduk Kang 187c315e11 #2178 Add conditional registration of class transformers
Tomcat plugin checks if the application was launched via Tomcat's Bootstrap, or one of SpringBoot's many launchers.
JBoss plugin checks if the application was launched via JBoss' Main.
Configuration option is added to disable this check entirely.
2016-10-20 18:14:26 +09:00
jaehong-kimandWoonduk Kang 387b127dc7 add ant-style path pattern. 2016-10-20 16:51:44 +09:00
HyunGil JeongandWoonduk Kang 8bc15f2cd8 #2156 Add config option for bootstrap main classes 2016-10-18 11:30:56 +09:00
HyunGil JeongandWoonduk Kang cd51da314b #2151 Add enable/disable plugin configuration options 2016-10-14 16:38:51 +09:00
emeroad 1ed5ad6b69 #2001 jboss temporary fix
- fix testcase fail
2016-10-14 12:40:00 +09:00
jaehong-kimandWoonduk Kang c59f3aa886 add spring beans component-scan 2016-10-12 20:50:36 +09:00
koo.taejin d0a444aed4 Change log4j settings. #2086
1. reformatted
2016-09-09 17:57:16 +09:00
HyunGil Jeong f55bc8fa4a #2027 Remove shading bootstrap-core dependencies
pinpoint-commons, bootstrap-core, and bootstrap-core-optional jars are still added to bootstrap classloader search path, and to it's respective class pool in the case of Javassist instrumentation.
2016-08-31 19:12:45 +09:00
HyunGil JeongandGitHub c40fc00e8f #1533 Fix AgentStatV2 typo 2016-08-31 17:54:49 +09:00
HyunGil JeongandGitHub a4d0c0f940 #1819 Add TraceV2 deletion to quickstart script 2016-08-31 16:35:45 +09:00
Woonduk KangandGitHub 6db1b6a02f Merge pull request #1994 from barneykim/plugin-cxf
apache cxf plugin for client
2016-08-22 17:11:28 +09:00
koo.taejin 4d57f4307b improve collector's stateReport. #1990 2016-08-19 11:38:02 +09:00
Kyoungmin Kim 6e70dde2f0 cxf plugin for client 2016-08-19 05:21:07 +09:00
HyunGil Jeong 0b35c7de58 #1533 Change agent stat ver 2 table name 2016-08-17 19:25:28 +09:00
HyunGil Jeong 5b7718ece3 #1533 Change agent stat storage format to version 2 2016-08-17 18:36:37 +09:00
koo-taejinandGitHub 626d14acda Updated README.md #1980
updated related document.
2016-08-16 17:09:30 +09:00
koo-taejinandGitHub 6170a9f52a Updated README.md #1980
updated related document.
2016-08-16 17:08:13 +09:00
Abhijith CandHyunGil Jeong 958fc94f82 Updated README.md (#1980)
Changed the order of the *Start Pinpoint Daemons* from

**Collector** - Run `quickstart/bin/start-collector.sh`

**Web UI** - Run `quickstart/bin/start-web.sh`

**TestApp** - Run `quickstart/bin/start-testapp.sh`

_______________________________
TO:


**Collector** - Run `quickstart/bin/start-collector.sh`

**TestApp** - Run `quickstart/bin/start-testapp.sh`

**Web UI** - Run `quickstart/bin/start-web.sh`


Which is the correct order
2016-08-16 14:50:47 +09:00
HyunGil JeongandGitHub 999de3e7fa #1819 Add TraceV2 creation to quickstart script 2016-08-10 18:49:20 +09:00
HyunGil JeongandGitHub dd05b0af79 Add explicit jdk7 requirement 2016-07-12 11:14:29 +09:00
HyunGil JeongandGitHub c6b4c5f11f #1881 Fix quickstart agent distribution setting for packaging optional modules (#1882)
simple packaging fix.
2016-06-30 14:24:44 +09:00
koo.taejin 4085c75ae4 "quickstart/bin/stop-hbase.sh" spelling mistake #1777 2016-05-19 10:21:35 +09:00
emeroad 17a464380f #1749 lib version upgrade
spring 4.1.8->4.1.9

guava
12.0.1 -> 16.0.1
17.0.0 18.0.0 -> 19.0.0

jackson 2.3.1 -> 2.6.6

slf4j 1.7.5->1.7.21

commons-lang3 3.3.2->3.4

commons-logging 1.1.2->1.2

org.aspectj.aspectjweaver 1.6.12->1.8.9
remove org.aspectj.aspectjrt

mockito 1.8.4 -> 1.10.19

maven plugin
compiler-plugin 3.0->3.5.1
maven-war-plugin 2.4->2.6
maven-jar-plugin 2.4->2.6
maven-resources-plugin 2.6->2.7
maven-surefire-plugin 2.17->2.19.1
maven-jxr-plugin 2.3->2.5
2016-05-10 11:35:07 +09:00
Chayoung You 4d9a0ea40a Update QuickStart README to use HBase 1.0.3
This is a follow-up of #1651.
2016-05-01 11:30:05 +09:00
koo.taejin 590694b0e4 Added UdpDataSender using NIO #1711
added NioUdpDataSender
2016-04-26 17:59:49 +09:00
koo.taejin 59d41cebb8 About some configure parameters's meaning? #1695 2016-04-19 10:59:25 +09:00
koo.taejin 6280331611 Support the async put API provided by HTableMultiplexer to improve the write throughput in collector. #1683 2016-04-14 16:27:53 +09:00
HyunGil Jeong b1dd06c544 #1679 Cleanup & Fix typo for VERSION config option 2016-04-12 11:57:00 +09:00
koo.taejin 41a401d495 pinpoint minor version change (1.5.x -> 1.6.x) #1673 2016-04-08 14:58:23 +09:00
koo.taejin 067b9cab56 1.5.2 release #1668
change version (1.5.2 -> 1.5.3-SNAPSHOT)
2016-04-08 14:26:18 +09:00
koo.taejin 710de23824 1.5.2 release #1668
change version (1.5.2-SNAPSHOT -> 1.5.2)
2016-04-07 14:25:43 +09:00