Gao Hongtao
db67b87575
Update docker-entrypoint.sh ( #3465 )
2019-09-11 19:15:18 -07:00
kezhenxu94
721f86485c
Add TTL E2E test ( #3437 )
...
* Add TTL E2E test
* Add to Jenkins stage and minor bugfix
* Upgrade e2e container version
* Polish and minor fix
* Polish
2019-09-09 22:06:57 -07:00
Daming
49b20dd0cb
Support Zookeeper ACL ( #3273 )
...
* support ACL
* support digest only
2019-08-21 09:23:43 +08:00
Gao Hongtao
ea9d50d160
Sync docker-entrypoint.sh with latest application.yml ( #3248 )
2019-08-12 13:42:40 +08:00
Jared Tan
02affffa50
support elasticsearch address configuration with http scheme. ( #3236 )
...
* support elasticsearch address configuration with http scheme.
* update logical.
2019-08-09 19:15:04 +08:00
Steve Hu
0a057585b1
add a README.md to clarify the purpose of the docker file ( #3191 )
2019-07-29 23:09:46 +08:00
Gao Hongtao
924f25fec4
Self observability of OAP backend ( #3140 )
...
* First commit
* Fix e2e test and some nits
* Documenting so11y and setting default values of it in dev env
2019-07-24 16:08:56 +08:00
Gao Hongtao
8c91f14ba6
Sync docker configuration with 6.2.0 ( #2994 )
2019-07-03 17:02:05 +08:00
Alan Lau
a70a2b236e
Add cluster-etcd-plugin ( #2725 )
...
* Add cluster-etcd-plugin
2019-06-17 11:27:40 +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
Jared Tan
2250377934
fix docker-entrypoint.sh in consul cluster mode. ( #2805 )
2019-06-01 23:53:58 +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
吴晟 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
Gao Hongtao
b76839fe4c
Update docker building tool ( #2677 )
...
* Update docker building of oap server
* generating appliation.yml according to enviroment variables
* adding Makefile to build binary and docker image
* Update ui docker
* Update docker-compose
* Update document
* Update document
* Merge from master
* Reset skywalking-ui
2019-05-16 09:37:56 +08:00
Zhang Yonglun
c7c1774ab1
Provide plugin for ShardingSphere ( #1934 )
...
* Provide plugin for ShardingSphere (#1933 )
2019-05-15 17:56:39 +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
彭勇升 pengys
ed78dabe8b
Rename metric and indicator to metrics. ( #2643 )
...
* Rename metric to metrics.
* Fixed test case execute failure issues.
2019-05-10 08:05:37 +08:00
neatlife
4e710857a0
fix docker elasticsearch and oap host ( #2574 )
2019-05-07 08:43:15 +08:00
Gao Hongtao
32a64bd5f2
Update webapp for rocketbot ui ( #2541 )
...
* Update webapp to support rocketbot
* Revert pom.xml
* Update webapp for rocketbot ui
* Add NotFoundHandler to handle SPA url routing
* Update ui dockerfile with tlp tar name
2019-04-27 07:59:21 +08:00
Jared Tan
5b0419b7c2
support es query segment max size. ( #2540 )
...
* support es query span max size.
* refactoring segmentQueryMaxSize.
* fix
* fix
2019-04-26 23:39:40 +08:00
吴晟 Wu Sheng
3354c0c4ab
Remove many incubator/incubating things. ( #2499 )
2019-04-21 11:11:09 +08:00
Jared Tan
0b2e355b52
extend Metadata limit ( #2492 )
...
* fix default MetadataQuery Max size.
* revert mysql
2019-04-17 19:25:46 +08:00
Brandon Fergerson
ce1c7aadfc
Vert.x Core 3.x Plugin ( #2386 )
...
* vertx plugin impl
2019-04-16 23:46:49 +08:00
Ahoo Wang
3438151693
Sync SmartSql provider setting to all of component-libraries.yml ( #2394 )
...
* Add SmartSql provider components in component-libraries config
* sync SmartSql provider setting -> fix https://github.com/apache/incubator-skywalking/issues/2390
2019-03-20 23:06:13 -07:00
kl
c69eafefad
Added elasticsearch warehouse certification support ( #2384 )
...
* Added elasticsearch warehouse certification support
* Add the elasticsearch service for Http Basic instructions
* Update backend-storage.md
Change document.
2019-03-20 21:09:29 -07:00
Brandon Fergerson
a2df0e0e3d
didn't mean to commit with this PR
2019-03-12 23:00:06 -06:00
Brandon Fergerson
68376fb505
vertx plugin work
2019-03-11 22:14:19 -06:00
彭勇升 pengys
ab398f79c9
The role of OAP server. ( #2344 )
...
* The role of OAP server.
Mixed: Receive agent data, level 1 aggregate, level 2 aggregate
Receiver: Receive agent data, level 1 aggregate
Aggregator: level 2 aggregate
* Mistake, stadalone default.
* Update application.yml
2019-03-11 16:34:30 +08:00
彭勇升 pengys
6d00642386
Separation the remote gRPC server from the receiver gRPC server. ( #2335 )
...
* #2327
Add a new module for share receiver server or to be a bridge of core server.
* Rename the module name.
2019-03-11 14:23:57 +08:00
吴晟 Wu Sheng
b4cb7e0bca
Envoy metric support and a bug fix ( #2321 )
...
* Extend envoy metric service, scope and OAL lexer/parser.
* Finish metric extension and oal.
* Make test env works.
* Finish test of envoy connection and memory metric.
* Change document.
* Finish docker compose test.
2019-03-07 17:05:46 +08:00
Gao Hongtao
f0a96f5f09
Fixed docker image can't run ( #2275 )
...
- Set WORKDIR to skywalking
- Change base image to openjdk:8u181-jdk-stretch which contains java tool-chains
2019-02-22 10:48:41 +08:00
LazyLei
8bacabf741
fix typo ( #2274 )
2019-02-22 07:32:36 +08:00
吴晟 Wu Sheng
2f3ccf368c
Backend streaming thread model improvement ( #2247 )
...
[Performance Improvement]Backend streaming thread model improvement
2019-02-18 14:55:07 +08:00
于玉桔
0929ff3453
Support Zookeeper plugin ( #2211 )
...
* Zookeeper plugin
2019-02-15 22:13:44 +08:00
Gao Hongtao
a17a7800b4
Docker issues ( #2243 )
...
* fix no language attr value in mesh
* Fixed docker issues
2019-02-13 13:33:32 +08:00
Jared Tan
73f49ceb9e
Improves stability. ( #2241 )
2019-02-13 09:52:39 +08:00
吴晟 Wu Sheng
4babd6ff73
Support Top sql ( #2239 )
...
* The prototype of topN sql worker.
* Add scope and new manual dispatcher.
* no message
* Finish topN persistence codes. Not test yet. And query have not added.
* Finish the top n database statement persistent.
* Support different slow thresholds for different db types.
* Fix wrong db default threshold
* Finish new query protocol binding.
* Provide query empty implementation and sync ui.
* Finish all codes, hope it works :P
I will run the tests tonight.
* Fix
* Fix
* Fix a startup issue.
* Add time bucket to persistent.
* Fix wrong query result column name.
* Fix Database query.
* Fix checkstyle.
* Fix wrong order logic, and add a test case to verify, to fix https://github.com/apache/incubator-skywalking/pull/2239#discussion_r255948249
2019-02-12 23:13:02 +08:00
吴晟 Wu Sheng
f88ac3defe
Set dist bin tar with -bin in the final name. ( #2221 )
...
* Set dist bin tar with -bin in the final name.
* Change dockerfile and makefile
2019-01-30 20:37:40 +08:00
于玉桔
a36394d9bc
Support lettuce plugin ( #2152 )
...
* Support lettuce plugin
* lettuce plugin bugfix
* lettuce plugin fix license issue
* lettuce plugin fix cluster and config issue
* plugin lettuce compatible with low 5.0.x version
* lettuce plugin support version accurately describes on Supported-list.md
* plugin lettuce compatible with low 5.0.2 version
* lettuce plugin fix wrong batch method intercept point
* move lettuce to optional plugins
* fix ci issue
* fix ci issue
* Modify the description file
* Pom code optimization
* Optimization operation name
* Optimization operation name2
2019-01-26 13:09:03 +08:00
于玉桔
43b216aa92
Support redisson plugin ( #2083 )
...
* plugin support redisson
2019-01-11 22:32:09 +08:00
Jared Tan
7b8e9ea2b9
update component-libraries.yml in docker config. ( #2141 )
...
* remove duplicate config in docker.
* Revert "remove duplicate config in docker."
This reverts commit eb774035
* update content.
2019-01-10 12:54:48 +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
langyan1022
6a4e7ffc6c
fix missing ojdbc component id in component-libraries.yml ( #2122 )
...
* add ojdbc component id
2019-01-04 20:56:38 +08:00
XiaoFu
ee6841fc13
Support Gson Plugin ( #2090 )
...
* Support Gson plugin
2019-01-03 23:51:22 +08:00
XiaoFu
addf5101e0
Support canal plugin ( #2035 )
...
* fix add Canal plugin
* fix add UnitTest
* fix format pom.xml
* Delete CanalApplication.java
* fix support cluster url
* fix add Licensed
* fix bug
* fix
2018-12-20 21:07:31 +08:00
Jared Tan
659fdd4425
Sync settings ( #2063 )
...
* sync settings file
* add mysql
2018-12-18 11:21:30 +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
XiaoFu
45f44544eb
Support rabbitmq plugin ( #2000 )
...
* Fix support rabbitmq plugin
* fix Unit test rename sw3 to sw6
* Update pom.xml
* fix adjust rabbitmq Unit test
* fix add rabbitmq component in docker component-libraries.yml
* Update RabbitMQProducerInterceptor.java
* Update RabbitMQProducerInterceptor.java
2018-12-07 21:20:10 +08:00
吴晟 Wu Sheng
fc79182c31
Make endpoint alarm setting not active in default ( #1998 )
2018-12-03 22:58:23 +08:00
吴晟 Wu Sheng
5577f67de7
Support backend sampling ( #1977 )
...
* Support sampling trace at server side and keep metric right.
* Add a trace sampling document
* Fix wrong default value.
* Fix document issue.
* Fix assemble issue.
* Fix wrong settings and doc.
2018-11-29 23:33:07 +08:00