Commit Graph

36 Commits

Author SHA1 Message Date
Alan Lau a70a2b236e Add cluster-etcd-plugin (#2725)
* Add cluster-etcd-plugin
2019-06-17 11:27:40 +08:00
kezhenxu94 fac940cdbe Provide Apollo dynamic configuration center implementation. fixes #2825 (#2826)
* Provide Apollo dynamic configuration center implementation. fixes #2825
2019-06-16 22:49:44 +08:00
kezhenxu94 feb545f621 Add missing licenses and remove duplicate plugin management (#2879) 2019-06-15 11:50:29 +08:00
caoyixiong 91ffae2526 support Nacos cluster (#2640)
* Fix #2546

* Change the stackdepth type

* Fix bug

* Fix CI failed

* fix #2599

* fix ci

* add license

* add ActiveTag error methods

* fix

* fix

* nacos

* nacos

* nacos

* nacos

* fix ci

* support nacos cluster

* fix yml

* fix license

* fix ci

* remove optional

* update license

* update license and doc

* fix
2019-05-15 00:29:23 +08:00
康智冬 2dcf27b799 Update all "incubator-skywalking" to "skywalking" ,"incubator-servicecomb-java-chassis" to "servicecomb-java-chassis" correctly, and ".gitmodules" will update at #2531 (#2548) 2019-04-28 15:47:14 +08:00
Jared Tan 9c2d55a4ea
update ui license. (#2519) 2019-04-25 15:13:29 +08:00
吴晟 Wu Sheng e59a488005
Setup Jaeger receiver and revert #2425 (#2431)
* Fix missing licenses in dist.

* Move all CoreRegisterLinker together into SharingReceiver.

* Setup receiver endpoint

* Revert "Provide create, delete, isExists template method by elastic client. (#2425)"

This reverts commit e6a7720f03.
2019-04-01 10:52:29 -07:00
Dhi Aurrahman b8a414edf5 Envoy metrics receiver plugin protos (#2304)
* Add envoy metrics service protos

This patch imports protos from envoyproxy/data-plane-api and
prometheus/client_model to enable metrics service service feature in
SkyWalking OAP.

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add Envoy related docs

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Update the LICENSE to include new protos license

From:
- envoyproxy/data-plane-api
- prometheus/client_model

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add a complete config.yaml example

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add note on Envoy dynamic config

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add protoc-gen-validate license

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Add samples

Signed-off-by: Dhi Aurrahman <dio@tetrate.io>

* Make CI and license right.

* Update README.md

@dhi typo :P

* Update README.md

Another typo :P

* Delete metrics.json

metrics.json is included in identify.json and not be linked in document.
2019-03-01 22:13:59 +08:00
吴晟 Wu Sheng aaa403ec00
Set telemetry module and APIs (#2123)
* Finish the APIs of telemetry module.

* Add prometheus license.

* Active default telemetry provider.
2019-01-07 09:48:53 +08:00
吴晟 Wu Sheng 840f8aaf36
Update year to 2019 (#2113) 2019-01-02 18:16:24 +08:00
Allen Wang 065f2fc7f4 Update: update ui (#2093) 2018-12-27 23:07:04 +08:00
Allen Wang 4d8bd1551a Update LICENSE (#2072)
* Update submodule ui

* Update LICENSE

* Update: add d3 license
2018-12-20 16:31:14 +08:00
彭勇升 pengys dfe2b08599 [OAP Server][Cluster Plugin] Provide consul cluster plugin (#2036)
* Provide consul cluster plugin.

* Change log and application config file.

* Add consul's config item into the docker's application.yml.

* Fixed bug.

* Add consul description into  readme.

* Add okhttp component license.
2018-12-12 08:14:41 -08:00
彭勇升 pengys e727de96b2 Upgrade gRPC library. (#1928)
* Upgrade gRPC library.

* License update.
2018-11-18 13:11:52 +08:00
吴晟 Wu Sheng 4e3fa95562
Fix the license being pointed out by Justin in release vote. (#1910) 2018-11-14 23:24:40 +08:00
吴晟 Wu Sheng 07e799e422 Fix bugs (#1854)
* Avoid service inventory object concurrency situation.

* Fix concurrency for minute persistence and others

* Fix document todo.

* Update license. Fix package with dirty agent plugin jar files.

* Fixed not combine error in persistence register worker.
2018-10-31 23:11:52 +08:00
吴晟 Wu Sheng a9489b7067
H2 storage (#1712)
* H2 storage code skeleton.

* Add batch dao for H2.

* Fix wrong refactor.

* Add codes of other dao. No metric dao, wait for @peng-yongsheng new PR.

* Change license of distribution

* Add topology query in H2.

* Add more daos.

* Add some daos.

* Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.

* Fix some CIs

* Fix wrong refactor, which causes h2 plugin failure.

* Fix all codes of H2 storage. :) and CI should pass. No test.

* Fix CI and typo

* Fix connection closed.

* Fix register bug

* no message

* Fixed service inventory register bug.

* Fix a compile issue.

* Sync change

* Reset es as default storage.

* Fix rat

* Fix H2 compile issue.

* Fix bugs for H2 storage.

* Fix bug in mesh.

* 1. Fix Thermodynamic query bug
2. Fix service inventory query bug
3. Fix missing traceid in trace query bug

* Fix query bug.

* Submit reverse caused by prev PR.

* Fix duplicate spans.

* Use H2 as default storage implementor.

* Fix bug in topology query.

* Fix CI

* Fix rat

* Fix two query in H2 storage.

* Fix H2 query

* Make release running in H2 mode and develop mode running is ES mode in default
2018-10-28 10:31:58 +08:00
Savorboard 9d6c32c358 Fix broken links to the correct page (#1726)
* Fix broken links to the correct page.

* Direct getting started links to the correct doc
2018-10-01 16:26:23 +08:00
吴晟 Wu Sheng 9a2ac640d3
Remove antd icons, istio, gogo proto from dist NOTICE. (#1648) 2018-09-09 22:17:41 +08:00
Wu Sheng 48a37c89f5 Update NOTICE proto files 2018-08-09 20:15:38 +08:00
Wu Sheng 6ee67e6aa4 Create istio receiver module 2018-08-09 20:07:01 +08:00
Gao Hongtao ae18295d1f Update LICENSE file, adding the kubernetes-client license. 2018-08-02 23:07:48 +08:00
吴晟 Wu Sheng 5299a68e7c Add words in two License files. (#1450) 2018-07-12 21:48:42 -07:00
吴晟 Wu Sheng ccf5ef4673
Make the icon font things more clear in NOTICE, include where they are in our source folder. Also move the text at the beginning of the distribution NOTICE file. (#1444) 2018-07-11 11:45:16 -07:00
Gao Hongtao dc1dfca010 Fix #1441 add icon files notice (#1442)
* Fix #1441 add icon files notice

* Amend notice file, add excluding icon folder in rat config
2018-07-10 20:12:53 -07:00
Gao Hongtao d8ba67f553 Update licenses of UI (#1386) 2018-06-25 23:11:00 +08:00
吴晟 Wu Sheng 5139fa99af
Remove all license files of Apache 2.0 libs. And add a missing one. (#1381)
* Remove all license files of Apache 2.0 libs. And add a missing one.

* Restore the Groovy and httpclientcomponent licenses, add a new section in License file for unstandard Apache 2.0 license.
2018-06-22 19:39:18 +08:00
吴晟 Wu Sheng ecc0f944d4
Zipkin receiver in SkyWalking collector (#1273)
* Add Zipkin receiver
2018-06-18 23:36:15 +08:00
林嘉琦 Lin Jiaqi 6279c8dd3c support shardingjdbc database storage feature (#1347)
* support shardingjdbc database storage feature
2018-06-14 22:21:03 +08:00
Gao Hongtao 427deed8d5 Update UI licenses (#1189)
* Update UI licenses for beta version
2018-05-08 17:47:07 +08:00
彭勇升 pengys 105df835af Caffeine license, Apache 2.0, no NOTICE file in repository which is https://github.com/ben-manes/caffeine. (#1046) 2018-04-08 10:19:44 +08:00
吴晟 Wu Sheng d27b38bf71
Remove too tools license. (#1015) 2018-04-03 10:57:58 +08:00
吴晟 Wu Sheng aa9243b2aa
Add dependencies licenses and notice. (#993) 2018-03-27 14:12:57 +08:00
吴晟 Wu Sheng 27dd5e8502
Add all UI dependencies. (#990)
* Upload more dependencies.

* Add all UI licenses to license file.

* fix ui
2018-03-26 17:17:38 +08:00
吴晟 Wu Sheng e13ff79326 Sync to fix release check (#982)
Fix IPMC checks for releasing.
2018-03-24 17:11:04 +08:00
彭勇升 pengys dcd6a71fce Asf/5.0 alpha/release (#959)
* Update docs for alpha release

* Delete a comma.

* Update How-to-build.md

* Add data-set licenses file

* Rename LICENSES-data-set to LICENSE-data-set

* Update LICENSE

* Remove fastclick from LICENSE

* Make the git submodule command to be a maven profile plugin. Let this command not execute by default install command.

* [maven-release-plugin] prepare release apm-5.0.0-alpha

* [maven-release-plugin] prepare for next development iteration

* Product name is not correct

* Add more documents for release.

* Change profile id.

* Add CHANGES file in distribution file.

* Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit ac81501929f72ab3a276b8d782759eb6f652bfa3.

* Revert "[maven-release-plugin] prepare release apm-5.0.0-alpha"

This reverts commit 095597c9189589667c2a333d85bd46f6dca90c80.

* Add rat plugin to check dependency license and add license head into missing files.

* Fix docs.

* Exclude web ui config file.

* Next release guide.

* UI update.

* Update docs.

* Build source shell.
2018-03-19 06:09:09 +08:00