neeuq
|
88cd7c4d0d
|
java 8:(Perm Gen) split into (Compressed Class Space) and Metaspace
|
2017-11-01 23:25:21 +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 |
吴晟 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 |
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 |
吴晟 Wu Sheng
|
0d6406226a
|
Merge branch 'master' into feature/support-h2-connection-pool-plugin
|
2017-10-26 15:16:35 +08:00 |
wu-sheng
|
1de1c57a72
|
Fix compile issue.
|
2017-10-26 15:11:22 +08:00 |
wu-sheng
|
85d009fba5
|
Merge remote-tracking branch 'origin/master' into feature/collector-modelization
|
2017-10-26 13:58:19 +08:00 |
吴晟 Wu Sheng
|
ddb698e6f7
|
Merge pull request #549 from OpenSkywalking/feature/h2-bug
A sql issue of H2 storage
|
2017-10-26 13:57:40 +08:00 |
peng-yongsheng
|
4ff955ac3d
|
Refactor the maven modules of collector.
|
2017-10-26 13:39:27 +08:00 |
wusheng
|
db24a26d5a
|
A sql issue of H2 storage.
|
2017-10-26 13:04:02 +08:00 |
ascrutae
|
7b05beded8
|
support h2 connection pool
|
2017-10-26 09:49:06 +08:00 |
wu-sheng
|
ca547c4553
|
Fix the codes of modulization core.
|
2017-10-25 16:57:23 +08:00 |
wu-sheng
|
66e553a413
|
Finish most codes and fix compile issue.
|
2017-10-25 14:58:11 +08:00 |
wu-sheng
|
4ec7fe3f8e
|
Finish more codes about modulization.
|
2017-10-25 12:11:30 +08:00 |
wu-sheng
|
ef496e0d64
|
Merge and sync release version
|
2017-10-25 11:40:31 +08:00 |
吴晟 Wu Sheng
|
6543814fda
|
Merge pull request #544 from OpenSkywalking/fix/sjdbcbug
Plugin test must compile with jdk 1.6, so not allow to use lambda.
|
2017-10-25 08:39:16 +08:00 |
peng-yongsheng
|
12c3c4ef69
|
Plugin test must compile with jdk 1.6, so not allow to use lambda.
|
2017-10-24 23:54:08 +08:00 |
吴晟 Wu Sheng
|
0e23b0248a
|
Merge pull request #543 from OpenSkywalking/fix/h2bug
Fix/h2bug
|
2017-10-24 23:10:09 +08:00 |
吴晟 Wu Sheng
|
2ba401587a
|
Merge pull request #542 from OpenSkywalking/fix/sjdbcbug
delete the compile plugin in sharing jdbc agent plugin pom file.
|
2017-10-24 23:09:35 +08:00 |