Jared Tan
7e9812e857
remove duplicate maven dependency. ( #4215 )
2020-01-11 11:01:18 +08:00
kezhenxu94
1ed179c0bd
Stop profiling task when backend doesn't support it ( #4213 )
2020-01-10 19:51:42 +08:00
qiuyu
42e697afb8
Update powered-by.md ( #4211 )
...
* Update powered-by.md
* Reorder
* Remove extra blank lines
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-01-10 16:58:24 +08:00
zhang-wei
5026556bb4
sync browser protocol ( #4208 )
2020-01-10 09:35:19 +08:00
mrproliu
4cf0600f35
Provide profile task downstream to sniffer ( #4172 )
...
* Provide profile task downstream to sniffer
* fix agent unit testcase issue
* add profile switch config on sniffer
* fix es error
* 1. add @DefaultImplementor on the sniffer profile task service
2. change ProfileTaskExecutionService#PROFILE_TASK_READY_SCHEDULE to final and remove volatile
2. fix style error
* change timeFromStartMills use `<` to compare
* 1. add `maxSamplingCount` to profile task
2. make profile task limit to the common package
* 1. change `agent.active_profile` to `profile.active` and make true on default
2. add `maxSamplingCount` in profile task
3. use `createTime` to check has new command list
4. add task re-check before process profile task
* 1. add `profile-receiver` document
2. change `ProfileTaskExecutionService` use single schedule thread pool
3. cache dont need fetch data when no data, use auto-fresh mechanism only
* remove navigate time judge, fix comment wrong meaning
2020-01-09 09:35:39 +08:00
tzy1316106836
c6b169544e
Fix plugin bug when DUBBO retries ( #4187 )
2020-01-07 21:35:50 +08:00
dengliming
1881a040d4
Support plugin for mongodb v3.6.x ( #4173 )
...
* feat: add support plugin of mongodb v3.6.x
* update support-version.list
* update Supported-list.md
* update Supported-list.md
* Add witness class for v3.6
* update plugins-test.yaml
Co-authored-by: zhang-wei <pknfe@outlook.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: Weiyi Liu <liuweiyi@cmss.chinamobile.com>
2020-01-07 14:25:19 +08:00
Weiyi Liu
b1b1615926
Close inputstream. ( #4184 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-01-07 10:01:25 +08:00
shine
8e9a1121cd
modify sample_n_per_3_secs notes ( #4185 )
...
Negative or zero means off, by default
2020-01-06 21:00:31 +08:00
aderm
f181f7b483
delete unused code. ( #4178 )
2020-01-06 13:15:48 +08:00
zhang-wei
23b15e645b
Update README.md ( #4175 )
...
* update doc version
* ref 6.x branch
* ref 6.x branch
* update doc/README.md
* remove 5.x ...
2020-01-05 18:59:35 +08:00
Gao Hongtao
8d0c3b912f
Add es7 support to docker ( #4043 )
...
* Add es7 support to docker
* Add es7 to github aciton workflow
* Rename dockerfile
* Update docker-compose
* Update matrix es name
* Set oap tag
* Add document
* Update How-to-build.md
2020-01-05 17:08:14 +08:00
Kanro
4e03d5e6d7
Add kotlin coroutine plugin ( #4165 )
...
* Kotlin coroutine plugin write in Java
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-01-04 22:51:59 +08:00
aderm
6be84cfa78
update elasticsearch-7.x agent support version. ( #4171 )
...
* update elasticsearch-7.x agent support version.
* update supported-list.md doc & plugins-test.yaml
2020-01-04 19:56:35 +08:00
kezhenxu94
99100ed635
Split the `collect_http_params` as per plugins for better performance ( #4170 )
...
* Split the `collect_http_params` as per plugins for better performance
* Add missing change
2020-01-03 21:44:25 +08:00
geektcp
0f6b5c8def
Fix dead link ( #4167 )
...
the quick start website cannot open
2020-01-03 16:11:02 +08:00
kezhenxu94
f52f7f466a
Support collecting http parameters ( #4162 )
...
Plugins of Tomcat, Spring MVC, Armeria are supported for now
2020-01-03 07:51:26 +08:00
吴晟 Wu Sheng
4012545ed4
Add the new protocol for browser. ( #4164 )
2020-01-02 23:20:40 +08:00
zhang-wei
7902c6242f
fix unused import ( #4163 )
2020-01-02 21:16:27 +08:00
web-xiaxia
5fba91901f
add Dynamic Configuration Consul AclToken ( #4161 )
...
* Update ConsulConfigurationCenterSettings.java
add aclTokne
* Update ConsulConfigurationWatcherRegister.java
add aclToken
* Update application.yml
add aclToken
* Update ConsulConfigurationCenterSettings.java
add aclToken
* Update application.yml
add aclToken
* add aclToken
* Replace with util
* Replace with util
* add consul aclToken
2020-01-02 20:05:16 +08:00
吴晟 Wu Sheng
568c2e53f0
Update NOTICE year ( #4158 )
2020-01-01 22:40:12 +08:00
吴晟 Wu Sheng
6c20f4a41b
Add service type from register and support browser as service type ( #4157 )
...
* Add service type from register and support browser as service type
* Add service type at agent side.
* Fix format.
* Fix a test.
* Fix formats.
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-01-01 18:01:41 +08:00
kezhenxu94
9862fe023f
Log harmless exception in DEBUG level ( #4156 )
...
* Log harmless exception in DEBUG level
* Log harmless exception in DEBUG level
* Minor refactor to avoid default method
2020-01-01 09:13:55 +08:00
mrproliu
d38a8eaaa7
Provide thread monitor create task feature ( #4145 )
...
* provide thread monitor task service to create
* provide thread monitor task GraphQL implements
* 1. change thread monitor field names
2. fix `getThreadMonitorTaskList` query time bucket error
* provide config stream processor
* update submodule `query-protocol`
* resolve e2e-mysql error
* remove useless storage interface method.
* rename `ThreadMonitorTask` to `ProfileTask`
* change e2e-profile to the top level
* fix profile test analyze error
* remove StringUtil#isBlank.
* 1. remove create profile task duration unit
2. remove GraphQL getTask list duration field
3. add `profileTaskQueryMaxSize` in `storage` -> `elasticsearch(7)` configuration, default get 200 profile task
* provide e2e different storage tests
* 1. fix rat check
2. remove DurationUtils.java#toSecond
3. remove ProfileTaskQueryEs7DAO
* fix e2e code format error
* provide es6 and es7 storage e2e tests
* change e2e profile es module artifactId
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2019-12-31 20:49:45 +08:00
Zhang Yonglun
c5827f889a
[Agent] Provide plugin for ShardingSphere 4.0.0-RC3 ( #4140 )
...
* shardingsphere 4.x RC3 test
* shardingsphere 4.x RC3 test
* shardingsphere 4.x RC3 test
* shardingsphere 4.x RC3 plugin
* shardingsphere 4.x RC3 plugin
* shardingsphere 4.x RC3 plugin
* shardingsphere 4.x RC3 plugin temp for a test
* shardingsphere 4.x RC3 plugin revert temp changes
* shardingsphere 4.x RC3 plugin change package name
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2019-12-31 17:52:29 +08:00
aderm
f64f3c1433
[test/plugin] immigrate test activemq scenario. ( #4151 )
...
* [test/plugin] immigrate test activemq scenario.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2019-12-31 15:31:39 +08:00
kezhenxu94
51e74ca4c4
[Feature] Add tag annotation to allow tagging span with annotation ( #4152 )
...
* [Feature] Add tag annotation to allow tagging span with annotation
* Use repeatable annotation syntax and add docs and example codes
* Fix failed unit test
2019-12-31 12:11:06 +08:00
吴晟 Wu Sheng
1ee14fbbc8
Support customized instance name by a new UUID naming policy. ( #4148 )
2019-12-30 14:59:29 +08:00
kezhenxu94
6af14a36bc
Add troubleshooting doc for E2E ( #4146 )
2019-12-29 20:21:15 +08:00
Gao Hongtao
4211eff558
Fix os maven plugin issues for Eclipse m2e ( #4144 )
...
* Fix mave-os plugin issues for Eclipse m2e
* Add os-msven-plugin.version property
2019-12-29 13:49:27 +08:00
吴晟 Wu Sheng
06bdff0e02
Add documents for apdex and parameter explanation for heatmap, apdex and p99 ( #4142 )
2019-12-27 22:09:03 +08:00
mrproliu
2fcf7c4649
provide config stream processor ( #4133 )
...
* provide config stream processor
* 1. rename config to none stream
2. add comments on none stream relate classes
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2019-12-27 14:58:15 +08:00
Weiyi Liu
9415f68127
Fix the wrong comments. ( #4139 )
2019-12-27 12:10:37 +08:00
Andy Ai
4aac3293ca
[test/plugin] immigrate test play framework scenario ( #4128 )
...
* Add play-scenario
* Set play plugin as default
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: Weiyi Liu <liuweiyi@cmss.chinamobile.com>
2019-12-26 22:42:56 +08:00
kezhenxu94
ea9acc5c24
Add E2E test case to verify compatibility between 6.x agents and 7.x … ( #4132 )
2019-12-26 15:26:08 +08:00
aderm
e25b1e6008
improve if find parent, quick exit ( #4107 )
2019-12-26 10:02:42 +08:00
Zhang Yonglun
ab39cecb17
shardingsphere 4.x RC1 RC2 test ( #4118 )
2019-12-26 08:31:10 +08:00
kezhenxu94
30cbe38df7
Move Armeria plugin to default plugin list ( #4130 )
...
* Move Armeria plugin to default plugin list
* Move Armeria plugin to default plugin list
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2019-12-26 00:45:48 +08:00
aderm
8476316e96
refactor code. ( #4120 )
2019-12-25 23:35:35 +08:00
吴晟 Wu Sheng
25a677b9c7
Move Webflux plugin into default list. ( #4129 )
...
* Move Webflux plugin into default list.
* Fix a typo.
2019-12-25 22:08:14 +08:00
吴晟 Wu Sheng
3dde94ff66
Move lettuce into default plugin ( #4127 )
...
* Move lettuce into default plugin
* Fix maven pom
2019-12-25 18:53:49 +08:00
于玉桔
1e9f929f97
[test/plugin] immigrate test zookeeper scenario. ( #4106 )
...
* zookeeper test
* update expected data file
* fix review code
* fixed
* bugfix
* update version
* fix bug
* fix
Co-authored-by: zhang-wei <pknfe@outlook.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2019-12-25 17:25:09 +08:00
吴晟 Wu Sheng
b570996006
Update JDK compiling level to 8, and remove zip dist. ( #4119 )
...
* Update JDK compiling level to 8, and remove zip dist.
* Exclude annotation and shade API.
* Fix more exclusion.
* 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.
* Fix dependency conflicts, license and notice issue, and dependency check script issue
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2019-12-25 15:55:24 +08:00
于玉桔
7dc8065267
[test/plugin] immigrate test lettuce scenario. ( #4113 )
...
* lettuce test
* fix
* update version
* a new one group
* revert
* update expect data
Co-authored-by: Weiyi Liu <liuweiyi@cmss.chinamobile.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2019-12-25 11:22:15 +08:00
zhang-wei
ba192a9f13
[test/plugin] immigrate test servicecomb scenario ( #4109 )
...
* servicecomb scenario
2019-12-25 09:43:57 +08:00
kezhenxu94
bf6491f449
[Feature] Provide Java Agent for Apache HttpClient 3.x ( #4111 )
...
* Add Java Agent for Apache HttpClient 3.x
* Update Supported-list.md
* Update pom.xml
2019-12-24 23:20:44 +08:00
adamni135
9dcd3c74de
write file unwait ( #4099 )
2019-12-24 18:41:45 +08:00
吴晟 Wu Sheng
d7f7799c80
Set the main branch to 7.0.0-SNAPSHOT ( #4115 )
...
* [maven-release-plugin] prepare release v6.6.0
* [maven-release-plugin] prepare for next development iteration
2019-12-24 16:37:13 +08:00
吴晟 Wu Sheng
7c535f8612
Fix es7 dist not uploaded in the release process. ( #4112 )
2019-12-24 12:07:19 +08:00
Gao Hongtao
4ed21e1c9d
Filter endpoint with an id == 0 ( #4105 )
2019-12-23 11:57:58 +08:00