吴晟 Wu Sheng
af19c72a7e
8.3.0 tagged, open for 8.3.0 iteration. ( #5920 )
...
* [maven-release-plugin] prepare release v8.3.0
* [maven-release-plugin] prepare for next development iteration
2020-11-29 11:01:20 +08:00
Gao Hongtao
b39c4306a8
Observing Istio control plane ( #5835 )
...
* Add Istio control plane otel MAL expressions and UI template
* Remove OpenCensus receiver, add OpenTelemetry receiver
* Transfer oc receiver to ot receiver
* Create indices on boot
* Document istio metrics and otel receiver
* Update CHANGES.md
* Fix potential NPE
* Add group to meter and cleanup istio mixer
* Update e2e case due to the change of meter metric name
* Update prometheus fetcher config, fix sql builder issue of h2
* Disable istio and so11y metrics by default.
* Fix micrometer testcase
2020-11-25 21:07:03 +08:00
mrproliu
af41da0e93
Support choose files to activate the meter analyzer ( #5748 )
2020-10-29 23:46:07 +08:00
kezhenxu94
f92a7bf897
Start next iteration 8.3.0 ( #5719 )
...
* [maven-release-plugin] prepare release v8.2.0
* [maven-release-plugin] prepare for next development iteration
2020-10-24 19:30:29 +08:00
吴晟 Wu Sheng
2b9de2007f
Separate UI template files for further enhancement. ( #5656 )
...
* Separate UI template files for further enhancement.
* Add doc about the UI template.
2020-10-13 20:04:08 +08:00
zhang-wei
7135414c3c
Fixed some bugs with browser-recevier ( #5543 )
2020-09-23 18:48:06 +08:00
吴晟 Wu Sheng
2f2840cbf5
Begin 8.2.0 iteration. ( #5211 )
...
* [maven-release-plugin] prepare release v8.1.0
* [maven-release-plugin] prepare for next development iteration
2020-07-31 20:15:27 +08:00
mrproliu
925c0d74c7
Provide server-side meter ( #4972 )
2020-07-25 21:17:32 +08:00
吴晟 Wu Sheng
5de0d2c6f6
Set version to 8.1.0 for next iteration. ( #4916 )
...
* [maven-release-plugin] prepare release v8.0.0
* [maven-release-plugin] prepare for next development iteration
* Remove all shardingsphere cases.
2020-06-12 23:44:42 +08:00
Gao Hongtao
4f0f39ffcc
Ingest prometheus metrics through meter system ( #4783 )
2020-06-08 09:19:34 +08:00
吴晟 Wu Sheng
d094a0f7c0
Support UI template management. ( #4843 )
2020-06-01 23:06:14 +08:00
吴晟 Wu Sheng
a10e044932
Group Parameterized Endpoints ( #4802 )
...
* Group Parameterized Endpoints. Configure the grouping rules for parameterized endpoints, to improve the meaning of the metrics.
2020-05-20 22:50:22 +08:00
吴晟 Wu Sheng
2880699860
Make OAL controlled by the receivers. ( #4767 )
...
* Split the official_analysis.oal into different parts
* Add Envoy OAL define.
* Fix license.
2020-05-09 21:39:19 +08:00
吴晟 Wu Sheng
44cae97c25
Set up restrict length rules for service, instance and endpoint ( #4633 )
...
* Set up restrict length rules for service, instance and endpoint
* Adjust two env names.
2020-04-10 17:59:21 +08:00
吴晟 Wu Sheng
fa9a44b750
Version number changed including a little documentation. ( #4597 )
2020-03-31 12:57:20 +08:00
吴晟 Wu Sheng
61f98c81f0
Move the main branch to 7.1.0 iteration. ( #4537 )
...
* [maven-release-plugin] prepare release v7.0.0
* [maven-release-plugin] prepare for next development iteration
2020-03-19 10:38:41 +08:00
mrproliu
0df2d0a5e9
Provide profile exporter tool ( #4416 )
2020-03-04 20:28:14 +08:00
吴晟 Wu Sheng
b570996006
Update JDK compiling level to 8, and remove zip dist. ( #4119 )
...
* Update JDK compiling level to 8, and remove zip dist.
* Exclude annotation and shade API.
* Fix more exclusion.
* 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.
* Fix dependency conflicts, license and notice issue, and dependency check script issue
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2019-12-25 15:55:24 +08:00
吴晟 Wu Sheng
d7f7799c80
Set the main branch to 7.0.0-SNAPSHOT ( #4115 )
...
* [maven-release-plugin] prepare release v6.6.0
* [maven-release-plugin] prepare for next development iteration
2019-12-24 16:37:13 +08:00
吴晟 Wu Sheng
7c535f8612
Fix es7 dist not uploaded in the release process. ( #4112 )
2019-12-24 12:07:19 +08:00
吴晟 Wu Sheng
3f091b92e2
Add elementui for 6.6.0 release. ( #4083 )
2019-12-18 21:56:49 +08:00
kezhenxu94
aa022ffa00
Remove unused ES7 config ( #3998 )
2019-12-04 00:20:10 +08:00
zhang-wei
d62f29cde2
apdex include for es7 ( #3995 )
2019-12-02 23:31:36 +08:00
Gao Hongtao
87b7afcd64
Distribute "service-apdex-threshold.yml" ( #3976 )
...
* Update pom.xml
Exclude "service-apdex-threshold.yml" from jar
* Add service-apdex-threshold.yml to the config folder of release jar
2019-11-29 22:49:32 +08:00
Allen Wang
e6081cd2d4
Update: add LICENSE-material-design ( #3922 )
...
* Update: add LICENSE-material-design
2019-11-25 14:51:51 +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
吴晟 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
吴晟 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
kezhenxu94
179914d7b9
Upgrade guava version to support higher JDK version ( #3541 )
...
* Upgrade guava version to support higher JDK version
* Adjust license version
* Update doc
2019-09-30 13:29:03 +08:00
吴晟 Wu Sheng
ce20fe107d
Move to 6.5.0 ( #3439 )
...
* [maven-release-plugin] prepare release v6.4.0
* [maven-release-plugin] prepare for next development iteration
2019-09-08 16:24:21 -07:00
x22x22
55d3fa50c9
add ui lodash depend license ( #3433 )
2019-09-07 06:25:31 -07:00
x22x22
dc37803da6
add vue-js-modal license. ( #3415 )
2019-09-04 19:15:21 -07:00
kezhenxu94
37acc3dc99
Add dependency licenses check ( #3221 )
...
* Add dependency licenses check
2019-08-07 09:45:23 +08:00
吴晟 Wu Sheng
b247dc979e
Move project master branch to 6.4.0-SNAPSHOT ( #3220 )
...
* [maven-release-plugin] prepare release v6.3.0
* [maven-release-plugin] prepare for next development iteration
2019-08-05 21:19:17 +08:00
Alan Lau
76d91635ee
Support etcd configuration. ( #2973 )
...
* Support etcd configuration.
2019-07-27 22:02:40 +08:00
吴晟 Wu Sheng
5b039e9747
All NEW OAL Runtime Engine ( #3109 )
...
* Change OAL generator tool to runtime.
Step 1. change project structure. API links and maven pom.
* Part of metrics class generation
* Metrcis class generated.
* Set up the basic structure of new OAL engine.
* Finish metrics generation.
* Support dispatcher generation.
* Format codes.
* Generate dispatcher all methods.
* Implement disable in hardcode.
* Clear up
* Fix compile startup.
* Update license and document of new OAL engine.
* Fix rat.
* Disable class output in default
* Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110
* Wait for the mount command to finish
2019-07-18 19:47:23 +08:00
kezhenxu94
37efd1f95a
Add e2e cluster tests ( #3016 )
...
* Add e2e cluster tests
2019-07-14 23:25:41 +08:00
kezhenxu94
d1a521b705
Add end to end tests ( #2935 )
...
e2e test setup. cc @hanahmily @peng-yongsheng @IanCao @zhaoyuguang @JaredTan95
# e2e test case
One single standalone Spring service, accessing H2 database. This service has been installed the agent.
OAP runs in single mode with H2 storage too.
The e2e test will verify the results through GraphQL query
1. Traces exist.
2. Service/Service Instance/Endpoint exist and have expected metrics.
3. Topology exists and match expected.
2019-06-30 20:44:24 +08:00
吴晟 Wu Sheng
4faa950c14
Move master to 6.3.0 ( #2968 )
...
* [maven-release-plugin] prepare release v6.2.0
* [maven-release-plugin] prepare for next development iteration
2019-06-29 13:49:36 +08:00
kezhenxu94
decd9a70e3
Fix typo in LICENSE ( #2970 )
2019-06-29 12:07:29 +08:00
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
吴晟 Wu Sheng
9b87086d72
Move to 6.2 ( #2563 )
...
* Move submodule plugin.
* Always auto-submodule
* [maven-release-plugin] prepare release v6.1.0
* [maven-release-plugin] prepare for next development iteration
* Change keys location.
2019-04-30 12:16:50 +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
3354c0c4ab
Remove many incubator/incubating things. ( #2499 )
2019-04-21 11:11:09 +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
吴晟 Wu Sheng
7420d256ed
Support compile project agent, backend, UI separately. ( #2399 )
2019-03-25 19:19:21 -07:00