Commit Graph

4846 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 2197820577
Support exporter runs in increment and total modes (#2840)
* Make exporter interface better.

* Fix review.
2019-06-09 11:32:27 +08:00
小水怪 3831c5eeb5 Remove current RUNTIME_CONTEXT when the lastSpan will be stop (#2827) 2019-06-08 21:07:31 +08:00
kezhenxu94 7f2277091d Provide Nacos dynamic configuration center implementation. fixes #2816 (#2817)
* Provide Nacos dynamic configuration center implementation. fixes #2816

* Add unit tests

* Sync

* Replace pull-mode with watch-mode

* Fix ci

* Unify dependency management

* Add integration tests

* Revert unexpected changes

* Add more test cases

* Revert unexpected changes

* Suppress IDE warning

* Correctify volumes position

* Add license header

* Remove Chinese comments

* Sync

* Sync

* Sync

* Sync

* Revert unexpected changes

* Rebase on refactored code and add missing config to docker

* Fix unit test

* Revert unnecessary changes
2019-06-07 12:01:24 +08:00
kezhenxu94 57aedb8017 Refactor ConfigWatcherRegister to only read interested configs. fixes #2834 (#2835) 2019-06-07 07:32:57 +08:00
Jared Tan a763f8a8bb sync UI submodule. (#2831) 2019-06-06 15:30:57 +08:00
daming 6ae517423c Provide plugin for Solr-7.x(client) (#2730)
* new branch for solrj-plugin

* rollback and add module solrj-plugin

* preparing to pr

* to resolve reviewers' suggestions

* remove unused code

* remove unused code

* remove unused comments

* To avoid NPE

* fix typo

* Change to JRE6

* fix pom.xml merge incorrectly. and java.net.URL instead of Regex

* Using RuntimeContext instead of ThreadLocal

* To reduce unnecessary tags

* add test cases

* fix validation fail

* add solrj-plugin into component-libraries & Supported-list

* to trace all patch to avoid recheck status of span

* remove unnecessary properites

* remove unnecessary tags

* Add the config to document of setup
2019-06-05 22:54:45 +08:00
Xin,Zhang 3217ff1444 Fix the span cannot stop when forward request (#2820) 2019-06-04 17:38:50 +08:00
彭勇升 pengys 1f7125a02e Remove storage annotation. (#2813) 2019-06-04 09:53:50 +08:00
Jared Tan e1195ab173 add time series implementation configuration. (#2815)
* add time series implementation configuration.

* add configuration-api.
2019-06-04 09:17:18 +08:00
吴晟 Wu Sheng 2e846c6078 Dynamic Configuration and Dynamic Configuration Service (#2810)
* Implement the base of config API module.

* Finish configuration module codebases w/o tests, revert some changes.

* Finish mock tests.

* Add new gRPC service for configuration.

* Make gRPC configuration sync provider works.

* Add database slow statement dynamic setting.

* Finish the dynamic configuration service.

* Fix version.
2019-06-03 23:11:52 +08:00
彭勇升 pengys 5036e83343 Good news of an important feature: time series implementation in Elasticsearch storage. (#2808)
* The new feature of Elasticsearch storage with the time series implementation.

* Time bucket util improve.

* Fixed some Gramma error.

* Update ttl.md

Polish English a little.

* Update ttl.md

Add more explicit description of TTL

* Update ttl.md

* Update StorageModuleElasticsearchConfig.java

Set otherMetricsDataTTL = 0 as default, make user more clear.

* Rename the timeSeriesAble to capableOfTimeSeries

* Fixed a test case failure.
2019-06-03 18:46:42 +08:00
li.can 8716bb0dc5 Fix Mysql 6.x plugin (#2803)
* fix NPE

* fix 6.x

* optimize

* add final

* fix ci

* Update apm-sniffer/apm-sdk-plugin/jdbc-commons/src/main/java/org/apache/skywalking/apm/plugin/jdbc/JDBCDriverInterceptor.java

add not null

Co-Authored-By: Xin,Zhang <zhangxin@apache.org>
2019-06-02 20:12:18 +08:00
Zhang Yonglun f803a2ade3 Provide plugin for ShardingSphere (#2699) (#2727)
* merge

* merge

* Provide plugin for ShardingSphere (#2699)

* Provide plugin for ShardingSphere (#2699)

* Provide plugin for ShardingSphere (#2699)

* adjust package name (#2699)

* fix mvnw (#2699)

* revert files access permission from 644 to 755

* change the access permission from 644 to 755

* change files access permission from 644 to 755

* revert all no changes files
2019-06-02 18:59:37 +08:00
karott 9786893a6a Update powered-by.md (#2807) 2019-06-02 11:32:25 +08:00
Jared Tan 2250377934 fix docker-entrypoint.sh in consul cluster mode. (#2805) 2019-06-01 23:53:58 +08:00
karott 8c0d44a110 Add Xinyebang.com to powered-by page. (#2804)
* Update powered-by.md

* Update powered-by.md

Change order.
2019-06-01 14:17:50 +08:00
于玉桔 fb713775ec Fix lettuce AsyncCommand::onComplete bug (#2796)
* fix lettuce async bug

* fix ci issue
2019-05-31 17:21:17 +08:00
彭勇升 pengys 0a696813c8 Time bucket util improve. (#2795) 2019-05-31 15:02:49 +08:00
吴晟 Wu Sheng 50ecc53c41
Update powered-by.md (#2794) 2019-05-31 14:29:21 +08:00
彭勇升 pengys de46ee62d3
Make the step just to be the graphql java object. (#2792)
* Make the step just to be the graphql java object.

* Mistake.
2019-05-31 13:16:59 +08:00
caoyixiong c0074a9f4b
Merge pull request #2791 from mliu111477/patch-2
Add lagou.com user case to powered-by.md
2019-05-31 12:12:49 +08:00
mliu111477 57427f2b05
Update powered-by.md
增加拉勾的Use case
2019-05-31 11:35:22 +08:00
Gao Hongtao 4f89ea2704 Filtering pods not in 'Running' phase (#2771)
* Filtering pods not in 'Running' phase

* Amending checkstyle errors
2019-05-28 16:05:36 +08:00
sk163 bcdf1c4bd5 fix apm-agent-core maven pom file shade-plugin define bug (#2769) (#2770)
* fix apm-agent-core maven pom file shade-plugin define bug (#2769)
2019-05-28 15:04:38 +08:00
zhangwei bfd46151ad Replace add with addAll, reduce the invoke time a little. (#2766) 2019-05-27 23:08:11 +08:00
oneclouds 83ce7cc4cb Add sijibao.com to powered-by page (#2762)
* Update powered-by.md

Change order
2019-05-27 17:11:32 +08:00
zhangwei e0b7306e5d Determine EXTEND_SERVICE before invoker createTraceContext (#2755) 2019-05-26 00:14:21 +08:00
于玉桔 e0827e30ea Unified toPath method (#2754) 2019-05-25 13:27:27 +08:00
FuCheng,Yan b625d8a170 Update skywalking-ui version (#2753) 2019-05-25 08:44:26 +08:00
吴晟 Wu Sheng bb4c8c0475
Update Supported-list.md (#2751) 2019-05-24 23:18:03 +08:00
FuCheng,Yan bc6f06f964 Support RESTEasy 3.x (#2665)
* feat(agent sdk): resteasy plugin

* fix(agent sdk): fix component define

* fix(agent sdk): fix file license

* fix(agent sdk): fix file license

* docs(agent sdk): add supported list

* fix(agent sdk): fix file license

* fix(agent sdk): fix response error tag

* fix(agent sdk): fix

* fix(agent sdk): adapter 3.5+

* fix(agent sdk): remove unreasonable async handling
2019-05-24 22:14:43 +08:00
tbdpmi 1530a663d2 Add syswin.com to powered-by page (#2745)
* Update powered-by.md

* Update powered-by.md

Change list order.
2019-05-23 19:34:33 +08:00
吴晟 Wu Sheng 1b73529e8f
Update README.md (#2744) 2019-05-23 18:57:39 +08:00
daming 8d207682d8 fixed wrong DAO interface names (#2746) 2019-05-23 17:51:44 +08:00
li.can beb807df81 only enhance child not all parent method (#2737) 2019-05-23 17:08:31 +08:00
QIliang 3e2fb7880d Scope needs to be replaced with entityId (#2742)
"scope" can not find in serviceInventoryCache, serviceInstanceInventoryCache or endpointInventoryCache.
It needs to be replaced with entityId
2019-05-23 16:07:28 +08:00
吴晟 Wu Sheng d95ab26308
Update README.md (#2739) 2019-05-23 13:28:51 +08:00
吴晟 Wu Sheng db9d912221
update UI. (#2735) 2019-05-22 21:06:29 +08:00
吴晟 Wu Sheng effe49a102
NPE fix (#2732) 2019-05-22 18:38:18 +08:00
QIliang 202918cbea Update docker-entrypoint.sh (#2731)
shuod ${var_application_file} not \${var_application_file}
2019-05-22 17:17:23 +08:00
zxbu 48bca2418f Casting to 'ListCollectionsOperation' may produce 'ClassCastException' (#2724) 2019-05-21 16:40:33 +08:00
吴晟 Wu Sheng 5a965c76da
Update README.md (#2726) 2019-05-21 15:53:22 +08:00
吴晟 Wu Sheng 595498e787
New topology query protocol implementation (#2654)
* Make backend fits new topology query protocol and logic.

* Change topology line id.

* Change endpoint point id rule to match service relation id rule.

* Refactor util.

* Revert wrong refactor by IDEA.

* Revert some changes.

* Fix entity id bug.

* Fix endpoint topology query

* Update UI.

* UI license update.
2019-05-21 14:50:29 +08:00
吴晟 Wu Sheng b7ef10a70d
Update UI. (#2722) 2019-05-21 09:38:31 +08:00
Alan Lau 3ebbe7c299 Remove the ex which not thrown. & Remove unused logger. (#2710) 2019-05-20 21:54:05 +08:00
于玉桔 98b495ebcc Spring cloud gateways 2.1.x plugin (#2517)
* spring cloud gateways plugin
2019-05-20 17:06:40 +08:00
于玉桔 90fe05b1d9 Avoid webflux plugin generating many endpoints & optimization http plugin toPath method (#2718)
* Avoid webflux plugin generating many endpoints
2019-05-20 15:34:07 +08:00
吴晟 Wu Sheng 7b21c337e0
Fix NPE when ALS is off. (#2715) 2019-05-19 23:51:17 +08:00
吴晟 Wu Sheng 9c2f5c9c25
Update README.md (#2701) 2019-05-17 16:37:41 +08:00
吴晟 Wu Sheng 3ca7f7b73c
Support ALS and observe service mesh without Mixer (#2460)
* Add ALS proto and receiver in envoy
2019-05-17 15:29:38 +08:00