Commit Graph

5291 Commits

Author SHA1 Message Date
Allen Wang e6081cd2d4 Update: add LICENSE-material-design (#3922)
* Update: add LICENSE-material-design
2019-11-25 14:51:51 +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
吴晟 Wu Sheng a3f6325a3e
Update docker-ci.yaml (#3925)
Fix the wrong trigger option.
2019-11-24 21:56:18 +08:00
zhang-wei 9fcdcb5227 fix grpc scenario (#3921) 2019-11-23 19:06:01 +08:00
Gao Hongtao fa2af52cce Extending OAP docker container (#3919)
* Add ext lib and ext config

* Add container checker
2019-11-23 00:42:11 +08:00
Qiuxia Fan 0c0b76723d UI sync (#3915) 2019-11-22 12:30:32 +08:00
Jared Tan d581f2294f Support custom elasticsearch settings in index level. (#3913) 2019-11-21 22:30:59 +08:00
Muxin 84792873b8 typo error (#3914) 2019-11-21 21:11:27 +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
吴晟 Wu Sheng 0724cdb42d
Support ordered segment list in trace query (#3906)
* Sort the segment fragments

* Add comment.

* Remove unnecessary box codes.
2019-11-20 22:39:51 +08:00
吴晟 Wu Sheng 3d2325a4a1
Set up GitHub Action to include istio+sw in CI process (#3902)
* Make istio/envoy ci test (#3697)

* for #3669

* Add Apache 2.0 header

* Fixed some irrational

* [WIP]Scripts which deploy Istio + OAP + ES to a standard k8s cluster (#3718)

* for #3669

* Add Apache 2.0 header

* Fixed some irrational

* create istio-deploy.sh

* modify notes

* istio version and namespace to parameterize

* Keep template files and tested successfully

* add sw istio adapter

* add a new key for isito adapter

* notes.txt

* add mixer template

* add sw deploy script

* bookinfo and cleanup scripts

* add timeout and set -e

* modify cleanup and request timeout of demo

* End blank line

* Add minikube to CI (#3836)

* Test

* Add github action files

* Add tunnel to provie loadbalancer

* upload logs

* Fixed some nits
2019-11-20 14:27:02 +08:00
于玉桔 aa4ecb41e9 fix project deadlock when starting application in issue 3784 (#3894) 2019-11-19 22:44:20 +08:00
zhang-wei 6d3b0e2aeb [test/plugin] Print systeminfo on failure (#3874)
* Print systeminfo on failure

* fix project name

* docker-compose add network

* docker-compose add network

* revert interval
2019-11-19 19:02:02 +08:00
Jared Tan 5d064ced5f make topN worker report period configurable. (#3892) 2019-11-19 17:26:30 +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
pop0505 7e889d3471 fix: spring annotation inheritance problem #3847 (#3886) 2019-11-19 13:59:21 +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
surechen 96a3e34243 Add componentId for apache servicecomb. (#3676)
* Add componentId for apache servicecomb.

* Edit according to comment

* add servicecomb

* Edit according to comment

* fix
2019-11-19 06:58:15 +08:00
Jared Tan 70f94d577c
make sql statement more semantic. (#3882)
* set no statement.

* update sql.

* update statement.

* revert threshold.
2019-11-18 21:30:25 +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
Fine 6b07e3518c UI sync: compare dependency metric (#3878) 2019-11-18 10:50:39 +08:00
吴晟 Wu Sheng 2c4caedabb Update joda lib to fix UTC +13/+14 bug (#3876)
* Update joda lib to fix UTC 13/14 bug

* Change the dependencies file.
2019-11-17 23:18:28 +08:00
zhang-wei 89923d6a93 [test/plugin] immigrate grpc scenario (#3840)
* grpc scenario

* update support-version.list
2019-11-17 17:29:42 +08:00
吴晟 Wu Sheng 1041c345f4
Create .asf.yaml (#3873)
Add repo description control file
2019-11-17 16:19:13 +08:00
qiyang 58149a74f9 Intercept feign URL without parameters (#3854)
* Intercept feign RequestTemplate resolve args method ,get the url without parameters

* fix ci warnings

* optimize import

* fix: miss  path in feign target url like "http://localhost:8080/feign-scenario"
     fix feign-scenario test use pathVariable

* Add testcase to DefaultHttpClientInterceptorTest

* Clean ThreadLocal

* User one ThreadLocal replace two. User try/final  remove ThreadLocal .

* Code Optimize
2019-11-17 12:59:10 +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
viswaramamoorthy 77019ba665 Rabbitmq instrument consumer class correctly to get duration reported accurately (#3761) 2019-11-16 23:43:48 +08:00
zhang-wei 554df44a0d fix docker build bug (#3869) 2019-11-16 20:28:17 +08:00
吴晟 Wu Sheng d7038fe67b
Refactor DataCarrier, support ArrayBlockingQueueBuffer as implementor (#3849)
* Refactor DataCarrier, support ArrayBlockingQueueBuffer as the implementation for blocking queue buffer.

* Fix style issue.

* Remove import.

* Remove uesless codes.
2019-11-15 23:33:40 +08:00
zhang-wei e8f67897d8 Make kafka-scenario stable (#3866) 2019-11-15 21:04:03 +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
aderm 5f8ee254a4 [test/plugin] immigrate test feign scenario. (#3838)
* immigrate test feign scenario.

* add license.

* update use test skeleton.

* delete repeat spring-boot starter dependence.

* add support-list version.
2019-11-15 00:11:43 +08:00
Daming 41bb3b5c0a [hotfix] Make socketio-plugin test case stable (#3861)
* make socketio-plugin testcase stable
2019-11-14 22:28:25 +08:00
于玉桔 db0b7486a5 fix component-libraries.yml miss component:rest-high-level-client (#3859)
* fix component-libraries.yml miss component:rest-high-level-client

* Update component-libraries.yml

Add mapping.
2019-11-14 17:59:59 +08:00
Fine a0306ca18b UI Sync: multiple metrics compare and topology interaction (#3852)
* feat: multiple metrics compare

* fix: add header
2019-11-14 12:58:25 +08:00
wujun8 424ec7efcf ignore kryo ".reflectasm." class (#3845)
When using kryo, Byte-buddy occurs exception when match type.

> java.lang.IllegalStateException: Cannot resolve type description for com.esotericsoftware.reflectasm.PublicConstructorAccess
2019-11-13 19:32:53 +08:00
aderm e11d20715d Add elasticsearch 6.x plugin & elasticsearch 6.x test scenario (#3803)
* Add elasticsearch 6.x plugin & elasticsearch 6.x test scenario
2019-11-13 13:55:28 +08:00
吴晟 Wu Sheng 3fbaec42dc
Move to 6.6.0 SNAPSHOT (#3839)
* [maven-release-plugin] prepare release v6.5.0

* [maven-release-plugin] prepare for next development iteration
2019-11-12 22:33:39 +08:00
Kdump 8d4e551d4c sync ui (#3835) 2019-11-12 00:59:40 +08:00
吴晟 Wu Sheng a21ccdcb63
Sync UI, fix typo (#3834) 2019-11-11 23:26:26 +08:00
zhang-wei c35c6f2a2e fix consul repeated invoker KVCache.newCache (#3833) 2019-11-11 22:26:21 +08:00
kezhenxu94 f4e0f22193 Add change log for 6.5.0 (#3770)
* Add change log for 6.5.0
2019-11-11 10:29:31 +08:00
吴晟 Wu Sheng 3f4c6e179c
Sync UI, fix service name copy (#3826) 2019-11-11 09:22:12 +08:00