吴晟 Wu Sheng
5197004d08
Fix CVE in the endpoint grouping, when activating the dynamic configuration feature. ( #5801 )
2020-11-06 10:38:08 +08:00
simonlei
901e8d8423
Fix issue #5795 ( #5797 )
...
* Fix issue #5795
Fix the issue: nutz plugin throw NPE at afterMethod, cause traceid keep unchange for the thread
* fix the style and modify the CHANGES.md
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: simonlei <simonlei@tencent.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-11-06 07:54:58 +08:00
Kcat
c32caab6e0
Add async-http-client plugin ( #5690 )
2020-11-06 00:33:47 +08:00
吴晟 Wu Sheng
3bc6c4cd6e
Fix SnakeYAML CVE. Make doc and sharing receiver codes consistent. ( #5799 )
...
* Fix SnakeYAML CVE. Make doc and sharing receiver codes consistent.
* Update changelog.
* Fix word.
* Fix style issue.
2020-11-05 23:13:03 +08:00
吴晟 Wu Sheng
f69b23e7c0
Update the arch diagram to the latest. ( #5798 )
2020-11-05 21:32:16 +08:00
kezhenxu94
b26598b5d5
Add branch protection and status check require ( #5796 )
2020-11-05 17:18:13 +08:00
吴晟 Wu Sheng
268ace52ca
Update .asf.yaml ( #5794 )
...
Add a label as we have releases https://github.com/apache/skywalking-client-js
2020-11-05 13:41:36 +08:00
gerry
3a2706d104
Fix storage-influxdb-plugin serviceCode query ( #5792 )
...
* Fix storage-influxdb-plugin serviceCode query
* Update CHANGES.md
Add the changelog for the PR as I have time.
Co-authored-by: yuanguohua <yuanguohua@fin-shine.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-04 19:39:06 +08:00
Jared Tan
9042ce6fe2
fix storage-jdbc isExists not set dbname ( #5786 )
...
* fix null catalog
* update CHANGES.md
2020-11-04 11:37:54 +08:00
xbkaishui
56fe8a4b41
Cluster manager health v2 ( #5784 )
2020-11-04 10:04:24 +08:00
zifeihan
a9d756cd53
Fix deadlock problem when using elasticsearch-client-7.0.0 ( #5775 )
...
* Update elasticsearch client 7.0.0 to elasticsearch client 7.5.0.
* Update CHANGES.md and LICENSE.
2020-11-03 22:01:54 +08:00
Jarek Potiuk
b041ecb2a9
The Cancel step is now optimised in one job ( #5782 )
...
The cancel steps were tried in separate jobs but it causes
an unnecessary increase in the number of jobs blocking the queue
even if we limited parallelism. This PR combines all the cancel
actions into a single job with multiple steps.
While this is a bit more copy&pasting and less DRY it is also
far more optimised and "aggressive" - i.e. once any cancel
job starts to be running it will immediately cancel all duplicates
for all workflows.
2020-11-03 19:31:36 +08:00
Evan
cf563fcf58
Fixed unit of time mixing problem in kubernetes-client ( #5777 )
2020-11-03 17:54:33 +08:00
kezhenxu94
66dd848e84
test: E2E Elasticsearch 7.x highest and lowest versions ( #5779 )
2020-11-03 16:42:13 +08:00
Jarek Potiuk
63c016d3f6
Simplifies canceling workflow ( #5776 )
...
Instead of multiple workflow-runs generated for different workflows
this change replces it with single workflow, cancelling all others.
It is triggered by only one CI-IT workflow, because this one is
always triggered when all others are. It also sets parallelism
of the matrix to 4, so that there are not too many jobs in
parallel taken when this workflow runs.
2020-11-03 14:31:24 +08:00
吴晟 Wu Sheng
d1c8831d31
Add FAQ about VNode on the UI. ( #5768 )
...
* Add FAQ about VNode on the UI.
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-11-02 15:51:21 +08:00
吴晟 Wu Sheng
4238992baf
Polish the context and optimize the tag analyze ( #5767 )
...
* Polish the context and optimize the tag analyze
* Fix bug of new context codes.
2020-11-02 14:29:14 +08:00
吴晟 Wu Sheng
19752ad098
Upgrade the cancel plugin ( #5766 )
2020-11-02 10:40:25 +08:00
kezhenxu94
a5300880d7
[CI] Cancel outdated jobs when new builds are fired ( #5558 )
2020-11-02 00:19:57 +08:00
Evan
603187b7a8
Apply tags from Correlation Context key/values to Spans ( #5685 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-11-01 20:51:21 +08:00
zifeihan
ac36a3ff49
Add ThreadPoolExecutor for handle kafka message. ( #5718 )
...
* 1.Add ThreadPoolExecutor for handle kafka message.
Co-authored-by: Daming <zteny@foxmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-01 15:28:14 +08:00
吴晟 Wu Sheng
a2dd0e13d5
Polish the context related codes. ( #5764 )
2020-11-01 13:56:24 +08:00
Evan
08781b41a8
add transmission latency for MQ case ( #5666 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-11-01 11:01:04 +08:00
Evan
9b6386f31c
support oal list includes and excludes & add tags to some source ( #5739 )
...
* add oal excludes and includes to support tags
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-11-01 09:48:48 +08:00
xbkaishui
9668672205
add http client parameter collector ( #5756 )
...
* add http client parameter collector
* Update CHANGES.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-10-31 23:49:15 +08:00
mrproliu
1d0d07ba96
Change toolkit plugin test to release version ( #5762 )
...
Co-authored-by: Mrproliu <mrproliu@lagou.com>
2020-10-31 21:33:13 +08:00
Hoshea Jiang
7e67358f56
Make the duration error message more specific ( #5761 )
...
* Make the duration error message more specific
2020-10-31 17:56:45 +08:00
Jared Tan
ac481e1bbb
update hystrix plugin version support list. ( #5759 )
2020-10-31 12:15:26 +08:00
吴晟 Wu Sheng
3c32ad10dd
Revert "Make the duration error message more specific ( #5755 )" ( #5758 )
2020-10-31 02:39:05 +08:00
吴晟 Wu Sheng
7881ba32db
Update README.md ( #5757 )
2020-10-31 01:09:07 +08:00
Hoshea Jiang
0fb23b87f8
Make the duration error message more specific ( #5755 )
2020-10-30 22:55:03 +08:00
zifeihan
8a2a0008ba
Add `slowTraceSegmentThreshold` to forcibly sample slow traces ( #5707 )
2020-10-30 14:30:19 +08:00
mrproliu
af41da0e93
Support choose files to activate the meter analyzer ( #5748 )
2020-10-29 23:46:07 +08:00
Humbertzhang
ac1c6d33f1
chore: fix typo in PULL_REQUEST_TEMPLATE ( #5750 )
2020-10-29 21:48:59 +08:00
kezhenxu94
92bb474c2d
Improve Kubernetes service registry for ALS analysis ( #5722 )
...
The current implementation of envoy ALS K8S analysis is based on the hierarchy, pod -> StatefulSet -> deployment, StatefulSet, or others. It's freaky and different from the Istio Kubernetes registry.
The new path is pod -> endpoint -> service, and we should leverage Informer API instead of raw Kubernetes API.
2020-10-29 18:22:38 +08:00
Humbertzhang
c95a913492
Add percentile tests in e2e test. ( #5737 )
2020-10-29 14:38:49 +08:00
hsoftxl
2aeefceca0
Make okhttp3 ,feign http9.x plugin to support Java 14 ( #5745 )
2020-10-29 10:52:13 +08:00
Daming
0c4827d056
remove finagle-6.25.0-scenario ( #5747 )
2020-10-29 07:50:57 +08:00
zhang-wei
42d8bedea9
Add the SuperDataset annotation to BrowserErrorLog ( #5741 )
2020-10-28 08:30:38 +08:00
zifeihan
78ccf71328
Fix the exception that is thrown without `TServiceClientReceiveInstrumentation`. ( #5734 )
2020-10-27 16:01:33 +08:00
hn
b5e7d17e4c
Fix incomplete JavaDoc ( #5733 )
2020-10-27 13:54:39 +08:00
kezhenxu94
f6858cf25f
docs: remove dead links ( #5729 )
2020-10-26 18:16:44 +08:00
Jared Tan
ad7f18c655
Remove apollo default ip. ( #5725 )
2020-10-25 23:52:31 +08:00
Jared Tan
6d8159cef0
Reformat ui dockerfile. ( #5724 )
2020-10-25 22:31:59 +08:00
1095071913
dbf6639b5a
Update powered-by.md ( #5723 )
2020-10-25 20:21:28 +08:00
kezhenxu94
3292412870
Improve the pull request template and changelog ( #5720 )
2020-10-25 07:51:58 +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
zifeihan
e1619495c3
Add feign loadbalancer case for spring-cloud-feign-1.x-scenario plugin. ( #5711 )
2020-10-22 14:03:28 +08:00
kezhenxu94
c2141978d1
doc: finalize the release change log of 8.2.0 ( #5709 )
2020-10-21 18:59:23 +08:00
Gao Hongtao
9ce47d5bdc
Meter Analysis Language ( #5531 )
2020-10-21 16:45:47 +08:00