emeroad
b90fb5ba9b
[ #2862 ] Add InstrumentUtils
2017-04-26 16:33:43 +09:00
emeroad
36d1652ce7
[#noissue] ExcludePathFilter optimization
2017-04-19 16:56:18 +09:00
emeroad
fff109d32f
[ #2826 ] Deprecate TraceContext.getAsyncId()
...
- Delete unnecessary code
2017-04-17 18:26:52 +09:00
emeroad
43ee420b16
[#noissue] Apply CollectionUtils.isEmpty() & isNotEmpty()
2017-04-17 15:27:54 +09:00
emeroad
e222de5bd4
[ #2815 ] Apply StringUtils.isEmpty() & isNotEmpty()
2017-04-17 14:00:52 +09:00
emeroad
4250b89c32
[ #2815 ] Apply StringUtils.isEmpty() & isNotEmpty()
2017-04-14 19:38:57 +09:00
emeroad
1a31996aeb
[ #2815 ] Enhancement StringUtils
...
- Add isNotEmpty()
- Move from bootstrap-core module to commons module
- Deprecate StringUtils of bootstrap-core module
- Change splitAndTrim() API
- splitAndTrim() -> tokenizeToStringList()
- Copy from spring framework
2017-04-14 19:38:57 +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
emeroad
10ffbeb331
[#noissue] cleanup testcase
...
- remove only()
2017-04-03 22:13:51 +09:00
emeroad
3d6b9490cb
[#noissue] cleanup testcase
...
- times(1) -> only()
- times(0) -> never()
2017-04-03 19:42:01 +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
HyunGil Jeong
d8d3e02351
[ #2385 ] Add guide logs if application main cannot be detected
2017-03-14 10:51:42 +09:00
emeroad
60d6311a78
[ #2524 ] Cleanup plugin class
2017-03-13 19:27:56 +09:00
emeroad
1c2a22dfc3
[ #2524 ] cleanup package
2017-03-10 16:53:31 +09:00
emeroad
fd4f686a02
[ #2524 ] Rewrite ClassInjector for DebugTransformer
...
- Reduce javassist dependency
2017-03-10 15:18:12 +09:00
emeroad
4440107b3b
[ #2524 ] cleanup InstrumentEngine
2017-03-09 15:19:27 +09:00
emeroad
faffa4fe9a
[ #2524 ] Refactor Trace
2017-03-07 19:08:27 +09:00
emeroad
480bca6118
[ #2524 ] Refactor MetaDataService
...
- Add testcase
- Delete unnecessary mock
2017-03-06 19:09:24 +09:00
koo.taejin
38bfae0bdf
[ #2496 ] Add datasource metric collection
...
change log level
2017-03-06 11:36:25 +09:00
emeroad
95a3ae3839
[ #2524 ] Reduce TraceContext dependency
2017-03-03 15:00:14 +09:00
koo.taejin
baadce2f64
[ #2496 ] Add datasource metric collection
...
rename some class, and some method
2017-02-28 16:56:42 +09:00
koo.taejin and Woonduk 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
emeroad
7ea9e270e6
[#noissue] cleanup testcase log level
2017-02-21 14:53:26 +09:00
emeroad
a8262df605
[ #2524 ] refactoring
...
- change className : InstrumentClassPool -> InstrumentEngine
2017-02-16 16:35:20 +09:00
emeroad
1b0454366e
#2524 fix testcase fail
...
- fix cycle dependency (temporary fix)
- missing InterceptorRegistry unbind in testcase
- add debug information for InterceptorRegistry
2017-02-15 19:15:39 +09:00
emeroad
83111e1b3f
#2524 DefaultAgent refactoring
2017-02-09 21:11:03 +09:00
koo.taejin
1dcb9dd191
[ #2496 ] Add datasource metric collection
...
Moving class's package
2017-02-03 16:36:43 +09:00
emeroad
7b2c38052c
#2524 refactoring object wiring codebase
2017-02-02 16:17:28 +09:00
emeroad
c30d4fabbe
#2524 Improved immutability of Trace
...
- remove setter of DefaultTrace
2017-01-26 17:05:45 +09:00
emeroad
261d962aae
#2524 refactoring async api
...
- extract AsyncState
2017-01-26 15:54:26 +09:00
koo.taejin
cbf2d28fb1
[ #2496 ] Add datasource metric collection
...
1. Moving class's package
2. Change TDataSource's activeConnectionSize field to optional field
2017-01-24 18:06:02 +09:00
emeroad
5127bb076d
#1417 add vert.x plugin
...
- added @InterfaceAudience.LimitedPrivate
2017-01-20 20:20:24 +09:00
koo.taejin and Woonduk Kang
2c5be46093
[ #2496 ] Add datasource metric collection
...
1. Moving class's modules
2. Moving class's package
2017-01-20 17:41:57 +09:00
koo.taejin and Woonduk Kang
b65d8463d8
[ #2496 ] Add datasource metric collection
...
1. Implement the profiler module code
2. Add Thrift Object
2017-01-19 18:18:23 +09:00
koo.taejin and HyunGil Jeong
7faf77e5c4
[ #2505 ] Avoid agent's ip becoming loopback ip
2017-01-19 15:10:42 +09:00
koo.taejin and Woonduk Kang
ff70a6391c
[ #2496 ] Add datasource metric collection
...
1. Create classes related to support plugin monitor.
2017-01-18 17:03:07 +09:00
jaehong-kim
4ab9333f3b
add vertx plugin.
2017-01-09 11:38:54 +09:00
jaehong-kim
8acdf6fb7a
reform binary class and interface names.
2017-01-05 17:08:27 +09:00
HyunGil Jeong
d26c88f278
Fix simple inspection warnings
...
Mainly license template fixes
2017-01-02 19:45:05 +09:00
koo.taejin and Woonduk 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
jaehong-kim and Woonduk Kang
0a9c0e4a1a
add ClassInjector.getResourceAsStream().
2016-12-15 15:41:37 +09:00
emeroad
61649fba15
move test class
2016-12-09 15:42:35 +09:00
emeroad
aaf7f497d1
#2317 Duplicate ArrayUtils cleanup
...
- Move to commons module
- Deprecate dropToString() api
2016-12-09 15:37:55 +09:00
emeroad
f3de4c4283
#2312 Deprecated StringUtils.drop() api
...
- drop() -> abbreviate()
- Similar to apache-common-lang StringUtils.abbreviate()
2016-12-08 19:49:59 +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