Commit Graph

6098 Commits

Author SHA1 Message Date
hailin0 fbf49b2cc6
Change the operation name of quartz-scheduler plugin (#5934) 2020-12-08 10:04:14 +08:00
Gao Hongtao 972145c208
Fix MAL concurrent execution issues (#5965)
* Filter expression based on input samples

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>

* Fix MAL concurrent issues

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-12-08 05:43:39 +08:00
cuiweiwei e792da1782
fix influxdb bug while setting influxdb connection response format as InfluxDB.ResponseFormat.JSON (#5946) 2020-12-07 22:56:03 +08:00
Zhenxu Ke b5367aa6b1
test: extract so11y test and add logs (#5955)
* Increase metrics time range
* Remove unused codes
* Update SO11yE2E.java

Co-authored-by: Hongtao Gao <hanahmily@gmail.com>
2020-12-06 22:15:37 +08:00
zifeihan c24dbd6ec1
Fix jdk-http and okhttp-3.x plugin did not overwrite the old trace header. (#5958)
* Fix jdk-http and okhttp-3.x did not overwrite the old trace header.

* Update CHANGES.md.
2020-12-06 21:14:12 +08:00
osiriswd 6eb5648ba8
Support Kafka MirrorMaker 2.0 to replicate topics between Kafka clusters. (#5949) 2020-12-06 17:10:30 +08:00
Zhenxu Ke 7c406c30ce
test: remove so11y from SimpleE2E (#5957) 2020-12-06 15:27:57 +08:00
吴晟 Wu Sheng 83dd23977d
Add official demo (#5953) 2020-12-05 16:26:58 +08:00
吴晟 Wu Sheng 6ff5623340
Sync UI changes. (#5947) 2020-12-04 08:19:27 +08:00
吴晟 Wu Sheng 0c2367a114
Update some doc. (#5942)
* Update manual-sdk.md

* Update README.md

* Update README.md
2020-12-03 17:34:37 +08:00
吴晟 Wu Sheng 1bedabdfcd
Update README.md (#5941) 2020-12-03 15:53:51 +08:00
zifeihan 29cf896b41
update `Supported-list.md`, support Aliyun ONS 1.x. (#5939) 2020-12-03 11:45:17 +08:00
Zhenxu Ke 8e2e9dfdaf
Enhance release script to support non-MacOS system (#5926) 2020-11-30 21:16:08 +08:00
mrproliu 821322447d
Make meter receiver support MAL (#5915) 2020-11-30 17:28:21 +08:00
吴晟 Wu Sheng 5ff81cfaed
Fix changelog link (#5922) 2020-11-29 17:34:39 +08:00
Gao Hongtao 78ad06bfe5
Update istio-controlplane.yaml (#5921)
Remove redundant fields.
2020-11-29 12:59:49 +08:00
吴晟 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
zifeihan 408bd3db5c
Fix okhttp-3.x and async-http-client-2.x did not overwrite the old trace header. (#5917)
* Fix okhttp-3.x and async-http-client-2.x did not overwrite the old trace header.
2020-11-27 22:31:39 +08:00
吴晟 Wu Sheng fdee001788
Prepare for 8.3.0 release (#5916) 2020-11-27 19:43:59 +08:00
Evan 94b205f23a
fix index not found on trace query when using es7 (#5911)
* fix index not found on trace query when using es7

* add changelog

Co-authored-by: Evan <evanljp@outlook.com>
2020-11-27 16:59:21 +08:00
Gao Hongtao 2150904f01
Include SAN to set mTLS property (#5908)
* Include SAN to set mTLS property
* Fix codes as SAN is a list.
* Update the changelog.
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Co-authored-by: Wu Sheng <wu.sheng@foxmail.com>
2020-11-27 12:39:09 +08:00
jianweizhang 9a61835cb7
Fix influxdb config resubmit (#5903) 2020-11-26 19:14:48 +08:00
zifeihan 6e0a244482
Add the plugin for Apache CXF 3.x (#5887) 2020-11-26 17:18:55 +08:00
Gao Hongtao 53e42bce5d
Insert group name into services of so11y and istio relevant metrics (#5897) 2020-11-26 14:38:10 +08:00
fuhuo 127782f135
Add sanic plugin (#5896)
https://github.com/apache/skywalking-python/pull/91
2020-11-26 08:17:53 +08:00
hailin0 3e6d47a930
Update docs README.md (#5895) 2020-11-25 23:44:03 +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
吴晟 Wu Sheng ec24c039f1
Add links to STAM, profiling blog and official doc page. (#5888) 2020-11-25 08:39:22 +08:00
Lu Jiajing d9623ec487
Spring-Kafka 1.x support (#5879)
* support spring-kafka 1.3.x and add test

* add spring-kafka-1.3.x-scenario to github workflow

* change kafka-plugin FAQ

* add supported versions

* update CHANGES.md
2020-11-24 19:32:37 +08:00
Jared Tan 8d164d3dd8
Add Tidb provider module. (#5844)
* fix transaction too large error when use TiDB as storage

* add CHANGES.md

* fix typo

* add tidb storage provider module.

* add e2e.

* revert ui submodule.

* fix license.

* Fix wrong health check test

* add tidb ttl e2e.

Co-authored-by: moonsphere <moonsphere@m.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-11-22 23:28:54 +08:00
Larry e8f30f91b1
Update overview.md (#5874)
fix misspelling words
2020-11-22 16:28:16 +08:00
吴晟 Wu Sheng df9281a4cf
Update the proto to the Bazel involved version. (#5870) 2020-11-20 19:36:40 +08:00
吴晟 Wu Sheng 67bc8f8b7d
Provide `listMetrics` GraphQL query service. (#5866)
* Provide `listMetrics` GraphQL query service.

* Update chagnelog.
2020-11-19 22:26:54 +08:00
zifeihan d6c9926e9e
Add the plugin for microsoft mssql-jdbc (#5856) 2020-11-18 15:48:18 +08:00
吴晟 Wu Sheng c9202af1ee
Support group in the service traffic and service list query. (#5851)
* Support group in the service traffic and service list query.
2020-11-17 22:45:32 +08:00
吴晟 Wu Sheng 9c486a05ee
Support `sideCar.internalErrorCode` in the sources (#5849)
* Support nested sidecar object in the scope.

* Update the changelog.

* Fix comments and docs.
2020-11-17 09:03:48 +08:00
zcai2 48479b74df
test: fix flaky test in comsumerTest (#5846)
Co-authored-by: Cai, Zhouxiang <zc31@illinois.edu>
Co-authored-by: Zhenxu Ke <kezhenxu94@apache.org>
2020-11-16 16:19:47 +08:00
huliang 832582427a
Fix the default ignore mechanism isn't accurate enough bug (#5839)
Co-authored-by: huliang <hl@yumeitech.com.cn>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-16 10:23:05 +08:00
zifeihan 7220643cbf
Add the plugin for mssql-jtds 1.x plugin. (#5842)
* Add the plugin for mssql-jtds 1.x plugin.
2020-11-16 08:30:25 +08:00
Jared Tan ef1363d928
remove unused min date timebucket in jdbc delethistory logical. (#5845)
* remove unused min date timebucket in jdbc delethistory logical.

* update CHANGES.md
2020-11-15 19:28:38 +08:00
吴晟 Wu Sheng edf0bce37f
Add logic endpoint section in the agent setup doc. (#5836) 2020-11-13 10:05:38 +08:00
雨落殇秋 64707e0617
Fix dynamic configuration key bug of `endpoint-name-grouping` #5831 (#5833)
* tangs 修改key识别为core
* Update CHANGES.md


Co-authored-by: 唐山 <tangs@dev.sgcc.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-12 08:57:37 +08:00
Zhenxu Ke 5e8b6e92e2
Fix NPE and open some methods for extensibility (#5832) 2020-11-11 22:12:40 +08:00
Xin,Zhang c66ae0b0c2
Fix issue caused by PR#5818 (#5826)
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-11 13:59:27 +08:00
Evan 729692ac53
fix searchTag not work (#5824) 2020-11-11 11:36:01 +08:00
Xin,Zhang 4a01f80ae7
Fix that chunked string is incorrect while the tag contains colon (#5818) 2020-11-10 14:14:01 +08:00
吴晟 Wu Sheng 52b056a737
Fix the expired link of the changelog file. (#5816) 2020-11-10 10:04:20 +08:00
Michał Kostrzewski b8297c1097
sync ui: label fix in topology chart + dart-sass replacing node-sass (#5815)
* sync ui: label fix in topology chart + dart-sass replacing node-sass

* Added change list to CHANGES.md

Co-authored-by: Michał Kostrzewski <michal@revdebug.com>
2020-11-10 08:44:43 +08:00
吴晟 Wu Sheng 5b84c5ad18
Fix CVE in the Apdex threshold configs, when activating the dynamic configuration feature. (#5811) 2020-11-09 15:55:56 +08:00
吴晟 Wu Sheng 756926ad2e
Polish the doc for meter analyze and meter plugin for incoming plugin. (#5809) 2020-11-09 09:34:48 +08:00