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 Jeong and GitHub
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 Jeong and Woonduk 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-kim and Woonduk Kang
387b127dc7
add ant-style path pattern.
2016-10-20 16:51:44 +09:00
HyunGil Jeong and Woonduk Kang
8bc15f2cd8
#2156 Add config option for bootstrap main classes
2016-10-18 11:30:56 +09:00
HyunGil Jeong and Woonduk 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-kim and Woonduk 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 Jeong and GitHub
c40fc00e8f
#1533 Fix AgentStatV2 typo
2016-08-31 17:54:49 +09:00
HyunGil Jeong and GitHub
a4d0c0f940
#1819 Add TraceV2 deletion to quickstart script
2016-08-31 16:35:45 +09:00
Woonduk Kang and GitHub
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-taejin and GitHub
626d14acda
Updated README.md #1980
...
updated related document.
2016-08-16 17:09:30 +09:00
koo-taejin and GitHub
6170a9f52a
Updated README.md #1980
...
updated related document.
2016-08-16 17:08:13 +09:00
Abhijith C and HyunGil 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 Jeong and GitHub
999de3e7fa
#1819 Add TraceV2 creation to quickstart script
2016-08-10 18:49:20 +09:00
HyunGil Jeong and GitHub
dd05b0af79
Add explicit jdk7 requirement
2016-07-12 11:14:29 +09:00
HyunGil Jeong and GitHub
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
koo.taejin
b0fc399e88
no issue
...
change quickstart test url (http://urls.api.twitter.com is deprecated url).
2016-03-30 14:14:20 +09:00
sungkwan kim
2040322f3e
1. modified configurations relating docker to show realtime active thread chart correctly.
...
2. modified hbase version of quickstart app.
2016-03-23 17:54:52 +09:00
Jaehong Kim
b2cceca39a
add filters for spring beans plugin.
2016-02-17 14:19:58 +09:00
koo.taejin
96143c8b54
Add trace options for JSON libraries. #1527
...
changed config file.
2016-02-04 18:46:18 +09:00
Kirill Vlasov
d8a2f0e500
Fixing squid:EmptyStatementUsageCheck - Empty statements should be removed
2015-12-29 14:53:58 +05:00
HyunGil Jeong
74b9b53ab3
#1380 Add parallel scanning options
2015-12-28 17:29:54 +09:00
koo.taejin
0541fd4a44
1.5.1 release #1340
...
changed version (1.5.1 -> 1.5.2-SNAPSHOT)
2015-12-11 16:00:47 +09:00
koo.taejin
cfb4451e4c
1.5.1 release #1340
...
changed version (1.5.1-SNAPSHOT -> 1.5.1)
2015-12-11 15:14:11 +09:00
Jaehong Kim
aa574ce45b
Merge pull request #1326 from jaehong-kim/log4j-config
...
change log4j fileAppender
2015-12-07 15:24:10 +09:00
Jaehong Kim
678db872aa
change log4j.xml
2015-12-07 15:11:36 +09:00