Commit Graph

2718 Commits

Author SHA1 Message Date
wu-sheng f8470e6f2f Merge remote-tracking branch 'origin/master' into feature/collector-modelization 2017-11-01 15:12:10 +08:00
吴晟 Wu Sheng 72adebd198
Merge pull request #564 from lytscu/develop
spring mvc-annotation -3.x not work
2017-11-01 14:12:20 +08:00
peng-yongsheng 60f4aa6648 Refactor storage package. 2017-11-01 13:39:54 +08:00
peng-yongsheng 70ba55dadb Merge branch 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-11-01 13:31:07 +08:00
lytscu 2568553700 fix test cases fails 2017-11-01 11:21:26 +08:00
lytscu 332ebbb9a5 spring mvc-annotation -3.x not work 2017-11-01 10:56:50 +08:00
peng-yongsheng 81fada2ffa Add table define. 2017-11-01 01:36:54 +08:00
peng-yongsheng aa0f1504b5 Add data define into storage module. 2017-11-01 01:07:00 +08:00
peng-yongsheng dbbf1587ae Add all of the entity remote data classes. 2017-11-01 00:53:32 +08:00
peng-yongsheng 9f6f23846d Refactor remote module. 2017-11-01 00:17:40 +08:00
peng-yongsheng baa0a3c080 Add the implement of remote module. 2017-11-01 00:05:06 +08:00
wu-sheng 883f7207dc Finish the most codes of collector service metric collector. Sample like this, @peng-yongsheng
```
17:45:48.486 [pool-2-thread-1] ERROR org.skywalking.apm.collector.core.module.instrument.MetricCollector -
##################################################################################################################
#                                             Collector Service Report                                                                                                                                            #
##################################################################################################################
BaseB:
 P-B:
BaseA:
 P-A:
  public void org.skywalking.apm.collector.core.module.ModuleABusiness1Impl.print():
   Avg=1585 (nano), Success Rate=100%
```
2017-10-31 17:52:49 +08:00
wu-sheng 7bbe0693b4 Make service instrument works 2017-10-31 09:41:40 +08:00
wu-sheng 11b2170a17 Merge remote-tracking branch 'origin/master' into feature/collector-modelization 2017-10-31 09:06:45 +08:00
peng-yongsheng 80fcbf37a4 Define remote module, provider, service. 2017-10-30 23:50:18 +08:00
peng-yongsheng 6e5789c327 Add elasticsearch and h2 storage provider implement 2017-10-30 23:10:07 +08:00
吴晟 Wu Sheng 1cf0658375
Merge pull request #561 from chidaodezhongsheng/master
fix #559
2017-10-30 16:28:18 +08:00
wu-sheng 4f8884de83 [#558] Support new memory pool name of java8 2017-10-30 15:38:08 +08:00
peng-yongsheng 0d8e7f98ad Define storage module and provider. 2017-10-30 14:05:50 +08:00
peng-yongsheng 60a330a573 Merge branches 'feature/collector-modelization' and 'feature/collector-modelization' of https://github.com/OpenSkywalking/skywalking into feature/collector-modelization 2017-10-30 13:50:35 +08:00
peng-yongsheng 56e4181bf9 define agent module and provider. 2017-10-30 13:49:40 +08:00
linjiaqi 9084f581bb fix issues #559 2017-10-30 12:00:27 +08:00
wu-sheng c7aff12377 Merge remote-tracking branch 'origin/master' into feature/collector-modelization 2017-10-30 11:39:04 +08:00
吴晟 Wu Sheng 17164f7ef2
Merge pull request #557 from ascrutae/feature/support-spring3-plugin
support spring3 plugin
2017-10-30 10:46:03 +08:00
wu-sheng 921d46f2d6 Refactor method name. 2017-10-30 10:17:31 +08:00
ascrutae eac522ed81 support spring3 plugin 2017-10-30 09:51:18 +08:00
peng-yongsheng 2901dc2ceb Change the method name. 2017-10-30 09:39:36 +08:00
peng-yongsheng bfa5a81d97 fixed maven compile error. 2017-10-30 09:14:10 +08:00
peng-yongsheng 50c14dd04d Naming module and zookeeper provider in cluster module test successful. 2017-10-29 21:12:36 +08:00
peng-yongsheng bd9d21fc5b The handler in UI module with jetty server start successful. 2017-10-29 15:10:47 +08:00
peng-yongsheng cf544f44ae UI module register successful. 2017-10-29 14:48:33 +08:00
peng-yongsheng 9b0b919f35 Break server manager module into two modules: grpc manager module and jetty manager module. 2017-10-29 14:11:02 +08:00
peng-yongsheng be7b774a3e Add application configuration loader and boot startup. 2017-10-29 13:21:08 +08:00
peng-yongsheng 809668ebc1 Add zookeeper implement of cluster module. 2017-10-28 15:25:01 +08:00
peng-yongsheng 8fba0fdabb Define UI module. 2017-10-27 23:48:39 +08:00
peng-yongsheng 9c829a5750 Add naming module jetty implement. 2017-10-27 23:31:54 +08:00
peng-yongsheng e7f613ee45 Add the services and implements in server manager module. 2017-10-27 22:29:11 +08:00
吴晟 Wu Sheng 4a9626fff4 Merge pull request #553 from ascrutae/fix/spring-plugin
fix the spring mvc plugin occur exception when the application running in spring 3
2017-10-27 16:24:40 +08:00
wu-sheng 67ebaf3a6f Finish instrument codes. But with a byte buddy bug, not support instrument inner class. 2017-10-27 16:00:56 +08:00
ascrutae ff5107d136 fix the spring mvc plugin occur exception when the application running with spring 3 2017-10-27 15:10:10 +08:00
wu-sheng fafd17f2ba Add provider#getService to locate the service implementation. 2017-10-27 14:21:30 +08:00
wu-sheng 8fdca1f4c4 Provide new stage of module initialization. Named `notifyAfterCompleted`. And rename `init` stage to `start`. Now the initialization sequence is prepare -> start -> notifyAfterCompleted 2017-10-27 14:11:17 +08:00
peng-yongsheng 1d884be36c define server manager module 2017-10-27 13:53:41 +08:00
peng-yongsheng e414570039 Add the implements of naming module. 2017-10-27 09:19:28 +08:00
peng-yongsheng 5828f286b9 add server component 2017-10-26 22:26:28 +08:00
peng-yongsheng fcea41f959 Add client component 2017-10-26 22:22:07 +08:00
peng-yongsheng f3ecaec08b define naming module. 2017-10-26 22:03:21 +08:00
peng-yongsheng 147fba9671 Define cluster module. 2017-10-26 21:43:34 +08:00
吴晟 Wu Sheng a5b5440274 Merge pull request #550 from ascrutae/feature/support-h2-connection-pool-plugin
support h2 connection pool
2017-10-26 15:46:20 +08:00
ascrutae f67be17d4c Remove confuse abstract method 2017-10-26 15:28:00 +08:00