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
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
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
吴晟 Wu Sheng
06bdff0e02
Add documents for apdex and parameter explanation for heatmap, apdex and p99 ( #4142 )
2019-12-27 22:09:03 +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
吴晟 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
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
吴晟 Wu Sheng
fa379d786c
Update README.md ( #4102 )
2019-12-21 23:10:42 +08:00
cyejing
bc77fda5c1
Enhance webflux plugin, related to Spring Gateway plugin too. ( #3945 )
...
* webflux-reactive
* add support version comment, modify gateway
* add test case, modify name
* add docs
* remove healthCheck
2019-12-17 08:58:57 +08:00
kezhenxu94
3f48790c36
[Feature] Add Java agent plugin for Jdk Threading classes ( #4067 )
...
* Add Java agent plugin for Jdk Threading
* Fix expected data according to changes in master
* Update agent.config
* Fix failed plugin test
2019-12-17 00:12:14 +08:00
吴晟 Wu Sheng
d431da897f
Add more users and most are very famous ( #4068 )
...
* Add more users and typical enterprises.
* Adjust some descriptions.
* Add more companies into powered-by page and root readme.
* Fix typo.
* Add one more bank.
2019-12-16 11:30:51 +08:00
吴晟 Wu Sheng
4e50132817
Remove the local/exit span register mechanism in Java agent scenario ( #4059 )
...
* Remove the local span and exit span register mechanism in Java agent scenario.
* Fix config, plugin, and document, as exit span is not required register anymore.
* Try to fix the test case expected data due to no register for exit span.
* Fix toolkit case.
* Remove exit span from plugin test framework document.
* Update protocol, FAQ, and CHANGELOG documents to highlight this change.
* Fix NPE when no entry span in the whole segment. Set endpoint to null in segment entity.
* Fix the snapshot and add inexistence operation name id.
* Fix several async cases.
* Fix undertow test case.
* Fix wrong error log name.
* Keep name consistent with 6.x concepts.
* Try to fix 3 async scenarios.
* Fix okhttp case.
* Fix Spring Async case.
* Fix another NPE
* Fix NPE when first span has no endpoint id when it is local or exit span.
* Still fill first operation name when no endpoint id.
2019-12-15 19:15:47 +08:00
Videl Smith
daabc1f5b6
Documentation proofreading ( #3999 )
...
* Fixes: README.md
* Adds: new FAQ
See issues #3924 , #3935 , #3975
* Fixes: setup documentation
* Update README.md
2019-12-13 11:08:36 +08:00
aderm
4ec2cb07ed
[test/plugin] immigrate test cassandra scenario. ( #4040 )
...
* [test/plugin] immigrate test cassandra scenario.
* update support list doc.
* delete space error.
* disable jmx report.
* remove jmx dependence.
* Disable jmx report.
* Update support list doc.
2019-12-12 12:52:00 +08:00
kezhenxu94
eea5d027cc
Add Armeria Java agent plugin ( #4024 )
2019-12-11 15:57:45 +08:00
kezhenxu94
3f2f75a666
Add SkyWalking CLI download links ( #4038 )
2019-12-10 21:20:10 +08:00
seiferHu
3e7e1fe1ee
Update backend-cluster.md ( #4030 )
...
update the consul cluster agents description .
2019-12-09 13:07:00 +08:00
zhang-wei
3741f4e386
[Feature] Service instance dependency ( #3978 )
...
* dispatcher
* getServiceInstanceTopology implementation
* CacheUpdateTimer
* fix compilation failure
* fix compilation failure
* fix esDao
* Update dao list
* dispatcher
* getServiceInstanceTopology implementation
* CacheUpdateTimer
* fix compilation failure
* fix compilation failure
* fix esDao
* Update dao list
* test e2e
* add official_analysis.oal & update getServiceInstanceTopology
* test instance topo for single service
* fix gql
* fix verifyServiceInstances
* verifyServiceInstanceTopo
* fix verifyServiceInstanceTopo
* fix ServiceInstanceInventory#name
* fix ServiceInstanceInventory#name
* e2e test
* fix action
* fix provider port
* fix Instance Node Type
* re run
* fix expected-data
* add e2e mysql
* set @Test timeout
* fix ci
* increase timeout
* re check
* test ttl es7
* test ttl
* fix action
* merge group
* test ttl es7
* replace official_analysis.oal
* replace official_analysis.oal
* comments
* add TODO
* add TODO
* fix filed name
2019-12-09 08:23:21 +08:00
gonedays
bf4d738ba9
Add instructions for logback with logstash in custom json format ( #4019 )
...
Add instructions for logback configuration with logstash, use custom
json format
2019-12-08 21:59:20 +08:00
aderm
0b4afc17b8
update es7.x plugin test support version. ( #4011 )
...
* update es7.x plugin test support version.
* update Supported-list.md and action config.
2019-12-06 10:53:34 +08:00
kezhenxu94
aa022ffa00
Remove unused ES7 config ( #3998 )
2019-12-04 00:20:10 +08:00
于玉桔
de7987d76f
Fix official_analysis.oal url path at README.md ( #3994 )
...
Fix official_analysis.oal url path at README.md
2019-12-02 18:29:32 +08:00
吴晟 Wu Sheng
2c3c4dd2c9
Add China Mobile into the user list. ( #3986 )
2019-11-30 23:42:39 +08:00
Gao Hongtao
6475ab3d1d
Add apdex function to OAL ( #3855 )
...
* Add apdex function to OAL
* Add empty line
* Setup config watcher
* Add identifier type to function parameter
* Add config test
* Update score algorithm
* Replace responseCode with status
* Add comments about apdex score algorithm
* Add docs
* Add e2e test case
* Update test case
* Fix disptch class generating error
* Update value name of apdex metric
* Tuning threshold
* Fix single tolerated point bug
2019-11-29 12:54:33 +08:00
Daming
125e96e78c
Set up CI-IT action and Split Plugin-Tests ( #3956 )
...
* set up CI-IT action and Split Plugin-Tests
* update
2019-11-29 07:19:11 +08:00
Stalary
b666dc7e11
MOD:alarm-settings.yml support exclude-names ( #3949 )
2019-11-28 22:25:08 +08:00
seifeHu
0020b03f2f
Document error for agent config file 's config description ( #3943 )
...
* Update README.md
logging.dir 's Description is an Error .Default value is not System.out. It is a dir.
2019-11-27 21:37:50 +08:00
Alan Lau
7e1a0e7277
Fix Tomcat to jvm. Because it's using JVM container. ( #3927 )
2019-11-25 14:04:41 +08:00
Alan Lau
8ad3bab42e
[test/plugin] Immigrate tests okhttp scenario ( #3905 )
...
* Immigrate tests okhttp scenario
* Fix Header.
* Fix license Header.
* Modify code follow the reivew suggestions.
* Fix expected.xml
* Restore the missed config
* Update okhttp elapsed time.
* Update total time for Group1.
* Fix the missed operationNames.
2019-11-25 11:37:52 +08:00
zhang-wei
9fcdcb5227
fix grpc scenario ( #3921 )
2019-11-23 19:06:01 +08:00
Jared Tan
d581f2294f
Support custom elasticsearch settings in index level. ( #3913 )
2019-11-21 22:30:59 +08:00
kezhenxu94
9b408e82d5
[Feature] Support ElasticSearch 7 as backend storage ( #3870 )
...
* [Feature] Officially support ElasticSearch 7 as backend storage
* Extract bootstrap module to be shared by multiple starters
* Add missing configuration file and distinguish different version in test
* Update known-oap-backend-dependencies-es7.txt
Update the dependency lib
* Fix missing adaptation to ElasticSearch 7
* Rename ElasticSearch 7 specific class with Es7 infix
* Fix miss-adapted ElasticSearch DAO API
* Add ES7 specific configuration and polish documentations
* Polish documentations
* Polish documentations
2019-11-21 09:26:23 +08:00
songzhendong
6c4cca820a
Add jetty's Java agent deployment instructions ( #3909 )
...
Add java agent deployment document for skywalking with jetty
2019-11-20 23:56:18 +08:00
aderm
a2dce716db
[test/plugin] immigrate test hystrix scenario. ( #3887 )
...
* [test/plugin] immigrate test hystrix scenario.
* change package name.
* add start script.
2019-11-19 16:27:31 +08:00
于玉桔
6ffd92792d
Support spring-tx in optional plugin ( #3857 )
...
* plugin code
* NPE FIX
2019-11-19 10:05:01 +08:00
alexkarezin
1b433da7e4
Add documentation link - illustrate module hierarchy and call flow ( #3888 )
...
* Add reference to module architecture diagrams
* Changed order of the links according to PR comment
2019-11-19 07:47:33 +08:00
zoidbergwill
fe98490b97
Fix Istio architecture link ( #3885 )
2019-11-18 19:26:17 +08:00
langke
4c618f502e
Add 17173.com to powered-by.md page ( #3884 )
...
* Update powered-by.md
17173 Use skywalking for APM, problem tracking and troubleshooting
* Update powered-by.md
Change order.
2019-11-18 16:37:11 +08:00
bug
d48efcf757
Add MINSHENG FinTech to powered-by ( #3881 )
...
* Update powered-by.md
update powered-by.md
* Update powered-by.md
Change order
* Update powered-by.md
2019-11-18 14:44:40 +08:00
YcoeXu
f74bab684a
Add fangdd.com to powered-by page. ( #3879 )
...
* add fdd
* Update powered-by.md
Change order.
2019-11-18 12:54:28 +08:00
aderm
33d2962593
[test/plugin] add elasticsearch 7.x plugin test scenario. ( #3868 )
...
* [test/plugin] add elasticsearch 7.x plugin test scenario.
* refresh index, make can search.
* remove unused package.
* update supported framework document.
* fix service name repeat.
2019-11-17 11:23:11 +08:00
Alan Lau
b2d1460414
make words be consistent in the context.& fix typo ( #3865 )
2019-11-15 17:39:26 +08:00
viswaramamoorthy
d0a1cdd506
Rabbitmq plugin test migration ( #3788 )
...
* Rabbitmq plugin e2e test migration
* 3753-code review fixes
* 3753-test-case-improvements
* Update pom.xml
Remove the repo addresses.
* Update Plugin-test.md
2019-11-15 16:02:51 +08:00