Commit Graph
118 Commits
Author SHA1 Message Date
Woonduk Kang 326f34f9c6 #882 Actual ClientIP (RemoteAddr) 2015-09-23 19:17:53 +09:00
Jongho Moon 3928fb2e10 Remove modifier api 2015-09-17 11:51:11 +09:00
Jongho Moon 2ed79b570e Remove modifier api 2015-09-17 11:51:10 +09:00
Jongho Moon ac89dc0235 Extract logback plugin 2015-09-15 12:34:04 +09:00
Jongho Moon 68283a89dc Extract log4j plugin 2015-09-15 10:07:30 +09:00
Jongho Moon 30cab90889 Extract log4j plugin 2015-09-11 15:21:50 +09:00
Jongho Moon 7b8aae4001 Extract ning async-http-client profiler as a plugin 2015-09-10 16:54:08 +09:00
Jaehong Kim adc111f377 Merge pull request #960 from jaehong-kim/ok-httpclient
Ok httpclient
2015-09-10 15:44:50 +09:00
Jaehong Kim 31c1d711f6 add configuration. 2015-09-10 15:25:12 +09:00
Jaehong Kim 8af875fc68 add testcase. 2015-09-09 18:05:25 +09:00
Jongho Moon ce76c718d3 Changed javax.servlet-api dependency scope to test 2015-09-09 17:25:14 +09:00
Jongho Moon 8f8602c81a Moved spring mvc servlet profiling feature to spring plugin 2015-09-09 17:20:54 +09:00
Jaehong Kim 99ebe72cfc add testcase. 2015-09-07 15:54:05 +09:00
Jaehong Kim f5ec8bc7c8 add testcase for asyncExecute() and remove unused config. 2015-09-01 13:51:41 +09:00
Jaehong Kim 8fa921b7fa add testcase. 2015-08-31 16:58:35 +09:00
HyunGil Jeong bef1b2b3d1 Allow tests to use different ports for different test runs 2015-08-27 18:16:50 +09:00
HyunGil Jeong daee41d13b Extract mybatis plugin 2015-08-26 15:08:29 +09:00
HyunGil Jeong d15fba6a23 Extract ibatis plugin 2015-08-25 16:01:42 +09:00
Jongho Moon b67d1f88ab Added configuration profiler.plugin.disable 2015-08-24 15:27:49 +09:00
Jongho Moon d15dcef770 Modified jdk-http plugin to use redesigned plugin api 2015-08-21 17:34:30 +09:00
Jongho Moon 4d5a9edb86 Modified httpclient4 plugin to use new plugin api.
Assigned service types to http client plugins
2015-08-20 17:55:47 +09:00
Jaehong Kim 55f2eccd61 Merge pull request #856 from jaehong-kim/redis
Redis
2015-08-20 17:10:34 +09:00
Jaehong Kim 4db2a58006 change MethodFilter 2015-08-20 16:30:53 +09:00
Jongho Moon a6b71174bf Fixed test failure 2015-08-20 10:18:39 +09:00
Jongho Moon e8ed05c46e Extracted spring beans plugin 2015-08-19 18:07:08 +09:00
Jongho Moon fe36d5caae Extracted spring beans plugin 2015-08-19 18:07:07 +09:00
Jaehong Kim 418368fc4e Merge pull request #823 from jaehong-kim/httpclient-3
fix Httpclient.retry
2015-08-11 14:09:10 +09:00
HyunGil Jeong 72fc9ace08 Merge pull request #814 from cijung/config/comments
Adding comments to configs.
2015-08-11 13:37:37 +09:00
Jongho Moon c4924b56ac Added interceptor exception handling code 2015-08-11 13:03:06 +09:00
Chaein Jung 2604e541d3 Requirements for user profile option. 2015-08-11 10:51:15 +09:00
Jaehong Kim 429bbd0ba4 add connect(open or connect) & execute 2015-08-10 19:01:22 +09:00
Jaehong Kim 6a76e933e5 add HttpClient.io & retry transaction. 2015-08-06 16:31:27 +09:00
Chaein Jung ae76e423ad Added comments to most items. 2015-08-05 17:50:31 +09:00
Jongho Moon 773ab9b75b Implemented addField() and addGetter() 2015-08-03 13:04:41 +09:00
Jongho Moon d0e025615b Redesigned profiler plugin apis 2015-07-31 15:47:39 +09:00
Jongho Moon 7a75daf8d4 Test InterceptorInvoker 2015-07-31 15:47:36 +09:00
Chaein Jung 82b1e5d707 Sample configuration with low overhead for real time. 2015-07-30 17:22:16 +09:00
koo.taejin b180deed8b added ActiveThreadService to profiler. 2015-07-30 13:57:15 +09:00
Jaehong Kim 3c46fb141b add testcase 2015-07-29 10:40:45 +09:00
Jaehong Kim 0bd5b81b47 add callstack.maxDepth. 2015-07-17 15:35:48 +09:00
Jongho Moon 479a1c271c deleted failsafe plugin class loader configuration 2015-07-15 17:58:20 +09:00
HyunGil Jeong ba54f0468a [#329] add integration tests for asynchronous client calls 2015-07-14 16:41:48 +09:00
Jongho Moon 60b86f2324 Fixed test failures 2015-07-14 15:17:08 +09:00
Jongho Moon 38165f49ee Removed span event waiting list 2015-07-14 10:43:23 +09:00
Woonduk Kang d99efd6495 Merge pull request #682 from emeroad/master
#667 added jdk HttpURLConnection option
2015-06-29 15:31:26 +09:00
Woonduk Kang 1cf4215d8c #667 added jdk HttpURLConnection option 2015-06-29 15:30:22 +09:00
Jongho Moon ec3ffdd1c0 [#670] Enhanced plugin test apis 2015-06-25 18:10:11 +09:00
Jongho Moon 1fa0bd9a56 Added test case 2015-06-23 11:24:55 +09:00
HyunGil Jeong cbb722be31 #329 seperated client/server verification due to potential timing issues
* Span/SpanEvent order for client/server traces cannot be guaranteed
with the current implementation of OrderedSpanRecorder. Client/server
trace verification tests are therefore seperated.
* Async call tests are disabled as well as the current implementation of
OrderedSpanRecorder does not adequately support async client SpanEvents.
A modification should be in place soon, and these tests will be added to
the suite when that happens.
2015-06-19 18:14:47 +09:00
Jongho Moon 8b284b7826 Trace ObjectReader and ObjectWriter too 2015-06-19 15:33:33 +09:00