Commit Graph

27 Commits

Author SHA1 Message Date
Jared Tan a836612534 Fix docker-entrypoint.sh generate error. (#4062)
fix docker-entrypoint.sh generate error in generateStorageMySQL() method.
2019-12-14 18:21:13 +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
Jared Tan d581f2294f Support custom elasticsearch settings in index level. (#3913) 2019-11-21 22:30:59 +08:00
Jared Tan fbabcb1782 make query max window size configurable. (#3765)
* fix elasticsearch query data window size too large error.

* make query max window size configurable.
2019-11-01 16:02:06 +05:30
BZFYS 6ae4feb6ac Update docker-entrypoint.sh (#3616) 2019-10-14 16:54:50 +03:00
panjuan fb001867e5 Instead of datasource-settings.properties, use application.yml for MySQLStorageProvider (#3564)
* Is it a typo or not?

* delete datasource-settings.properties

* handle 'metadataQueryMaxSize'

* delete DynamicModuleConfig.java

* modify mysql config

* parsing yaml to support the configuration for multiple properties

* delete datasource-settings.properties

* modify doc

* add properties for docker-entrypoint.sh

* add testLoadConfig()
2019-10-12 20:47:38 +08:00
kezhenxu94 72b722a5c1 Support namespace in Nacos cluster/configuration (#3578)
* Support namespace in Nacos cluster/configuration

* Give Nacos default namespace as per config/registry
2019-10-09 16:25:47 +08:00
kezhenxu94 81f4c087b0
Provide Consul dynamic configuration center implementation (#3560)
* Provide Consul dynamic configuration center implementation

* Add more unit tests

* Fix unit test

* Add more unit tests and remove unused file

* Remove redundant doc
2019-10-05 10:49:53 +08:00
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
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
吴晟 Wu Sheng 3354c0c4ab
Remove many incubator/incubating things. (#2499) 2019-04-21 11:11:09 +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
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 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
Gao Hongtao e7526acc2d Deploy docker (#1834)
* Update submodule skywalking-ui

* Refactor kubernetes config

* Add ui image
2018-10-28 23:01:38 +08:00