133 Commits
Author SHA1 Message Date
HyunGil Jeong 442f9d46b3 [#2729] Add Maven Wrapper 2017-04-14 18:42:47 +09:00
koo.taejin 33794b5a89 [#2808] Change the port of the quickstart module
Currently there is a difference between the default port and port for quickstart, which can cause confusion so change it to the default port.

(29994 -> 9994)
(29995 -> 9995)
(29996 -> 9996)
(29997 -> 9997)
2017-04-14 15:39:23 +09:00
koo.taejin ce5b4109da [#2781] pinpoint 1.6.1 release
version change (1.6.1 -> 1.7.0-SNAPSHOT)
2017-04-12 16:09:20 +09:00
koo.taejin 2f2ace3a9d [#2781] pinpoint 1.6.1 release
version change (1.6.1-SNAPSHOT -> 1.6.1)
2017-04-12 15:18:56 +09:00
koo.taejin 086ad4dff1 [#2767] 1.6.1-RC2 release
(1.6.1-RC2 -> 1.6.1-SNAPSHOT)
2017-04-04 15:23:05 +09:00
koo.taejin ecace411bd [#2767] 1.6.1-RC2 release
(1.6.1-SNAPSHOT -> 1.6.1-RC2)
2017-04-04 11:37:54 +09:00
koo.taejin 44fd7c69a9 [#2708] 1.6.1-RC1 release
(1.6.1-RC1 -> 1.6.1-SNAPSHOT)
2017-03-16 16:16:28 +09:00
koo.taejin ec5ac8936a [#2708] 1.6.1-RC1 release
(1.6.1-SNAPSHOT -> 1.6.1-RC1)
(cherry picked from commit fee31af)
2017-03-16 15:29:13 +09:00
koo.taejin 0e558335ef [#noissue] update configuration 2017-03-16 14:19:02 +09:00
jaehong-kim 656fb63ddb add a warning document. 2017-03-15 11:26:29 +09:00
koo.taejin 6b92f36221 [#noissue] update configuration 2017-03-15 11:01:42 +09:00
jaehong-kim 2e5549432a Change the vertx default setting to disable. 2017-03-14 17:21:33 +09:00
Jacarri Chanandkoo-taejin 7f5a54c5af add hbase Configuration about Root ZNode for HBase in ZooKeeper
Signed-off-by: Jacarri Chan <772929989@qq.com>
2017-03-09 10:20:00 +09:00
koo.taejinandWoonduk Kang 52dfcd5205 [#2496] Add datasource metric collection
1. Change JdbcUrlParser management method
2. Change the collection properties of the DataSource (poolName -> databaseName)
2017-02-28 15:02:05 +09:00
HyunGil JeongandGitHub d80a249bad Add English guide for running on Windows 2017-02-09 18:56:17 +09:00
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