Scott
54d8c95cf2
Add sf express to the powered by page. ( #4577 )
2020-03-27 08:54:33 +08:00
Randy Abernethy
a45fb308f8
Syntax, grammar and basic cleanup. ( #4575 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-03-27 07:54:41 +08:00
kezhenxu94
509b20e7ce
Add JDK13, JDK14 to build matrix ( #4574 )
...
Motivation:
Guarantee that the agent supports JDK13 and JDK14
Modifications:
Add JDK13 and JDK14 to build matrix
Result:
Build with JDK13 and JDK14
2020-03-26 22:13:28 +08:00
heguoya
cb5ff88d95
Add yunda express to the powered by page. ( #4571 )
...
* Update powered-by.md
* Update powered-by.md
Change order.
* Update powered-by.md
Change to official company name.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-03-26 12:34:30 +08:00
mrproliu
569baf3236
Correlation protocol implement ( #4555 )
...
Co-authored-by: Mrproliu <mrproliu@lagou.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-03-26 09:02:14 +08:00
songzhendong
d53b27de1a
Update How-to-build.md ( #4568 )
...
Modify Eclipse and IDEA steps
2020-03-25 17:07:28 +08:00
kezhenxu94
e7f66c911e
[CI] Reorganize the Plugin Tests to speed up the PR checks ( #4566 )
2020-03-24 23:33:15 +08:00
吴晟 Wu Sheng
7c9b6cf054
Fix a typo. ( #4558 )
...
* Update How-to-release.md
* Update How-to-release.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-03-24 08:57:47 +08:00
吴晟 Wu Sheng
2ec8e2ad7b
Update the announce process. ( #4553 )
...
* Update the announce process.
* Update How-to-release.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-03-23 15:54:24 +08:00
吴晟 Wu Sheng
259a147682
Add miss doc about collecting parameters in the profiled traces. ( #4552 )
2020-03-23 09:41:02 +08:00
cngdkxw
2e9f001633
Add spring cloud feign 2.x plugin ( #4526 )
2020-03-20 20:28:30 +08:00
吴晟 Wu Sheng
1c7529a559
Add a miss link about apdex documentation. ( #4543 )
2020-03-20 08:24:35 +08:00
mrproliu
919c8af377
SkyWalking Cross Process Correlation Headers Protocol ( #4509 )
...
* provide the data transmission protocol
Co-authored-by: Mrproliu <mrproliu@lagou.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: zhang-wei <pknfe@outlook.com>
2020-03-19 11:39:44 +08:00
吴晟 Wu Sheng
5d12e586c3
Add the UI usage documentation ( #4533 )
...
* Add UI documentation.
* Fix
* Fix size.
2020-03-18 12:16:57 +08:00
kezhenxu94
dcd66ee6e9
Rewrite the E2E test framework and tests ( #4510 )
...
Motivation:
According the feedback from the community, the e2e tests are hard for
them to understand and get them started, so this pull request aims to
rewrite the e2e tests with some improvements:
- debuggable locally, now you can run every individual case directly
inside the IDE, just like running a plain unit test.
- same functionalities of multiple counterparts share the same codes,
cases like different storages and cluster coordinators share the same
codes, easy to add more similar cases.
- the "end" now extends to the Doccker images, meaning that some bugs
like #4483 and #4471 can be more easily and early to be discovered.
- codes style and license headers are checked
Modifications:
- adopt jupeter (a.k.a junit 5), testcontainers as the new test
framework, all containers are orchestrated by docker-compose.yml,
well-known technology that developers should be familiar with.
- rewrite all test cases and verify them.
- reorganize the workflows in GitHub Actions.
Result:
- new e2e test should be easy to add.
- closes https://github.com/apache/skywalking/issues/4472
2020-03-16 23:45:14 +08:00
kezhenxu94
69e3d80e24
Add selector property in application.yml ( #4514 )
...
### Motivation
Ease the efforts of modifying configurations in automatic workflow and scripts, like Docker and helm chart.
### Modification
Add a `selector` property into `application.yml` to enable switching configuration simply by environment variables or system properties, and filter the unselected options, leaving only selected one.
### Result
- We can switch a configuration by environment variables or system property
- Closes #4511
2020-03-15 23:28:14 +08:00
Gao Hongtao
78d14ebbd6
Enable OAP gRPC SSL transportation ( #4470 )
...
* Enable OAP gRPC SSL transportation
Porting to OpenSSL to enable SSL transportation. The server private
key is in the format of PCKS#8, certificates is x509 though.
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Add netty-tcnative-boringssl-static 2.0.26 licnese
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Update docs/en/setup/backend/grpc-ssl.md
Co-Authored-By: kezhenxu94 <kezhenxu94@apache.org>
* Update docs/en/setup/backend/grpc-ssl.md
Co-Authored-By: kezhenxu94 <kezhenxu94@apache.org>
* Add SSL to grpc remote client and sharing server
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Update documents
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Fix nits
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Fix test case
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Add e2e-ssl and remove other test cases temporarily
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Add TLS relevant files
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Decrease timeout
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Test config works
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* triger CI on oap-ssl branch
* Disable agent ca
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Switch to sharing server
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Add agent log to console
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Upload log files
* Change backend
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Revert "Change backend"
This reverts commit 7a085711e3653d3bf642aa84f73650e22595e383.
* Update backend
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Revert e2e
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Ignore TSL relevant files
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Polish codes
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
* Update certificates expires year to 2120
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-03-15 08:15:28 +08:00
吴晟 Wu Sheng
e69391a207
Support Secrets Management File in the ElasticSearch 6/7 storage ( #4493 )
...
* Temp commit
* Support secretsManagementFile file.
* Update doc.
* 1. Support JKS/pass runtime change too.
2. Follow review.
* Fix format.
* Fix username/password/trustPass haven't been updated in the es client.
* Fix doc issue.
Co-authored-by: Jared Tan <jian.tan@daocloud.io>
2020-03-13 20:50:14 +08:00
pengfei
37e93a6f41
add KubeSphere in powered-by list ( #4504 )
...
* add KubeSphere in powered-by list
Signed-off-by: FeynmanZhou <pengfeizhou@yunify.com>
* move KubeSphere alphabetically
Signed-off-by: FeynmanZhou <pengfeizhou@yunify.com>
2020-03-13 10:53:46 +08:00
yoje
ced5cb2828
Add finagle plugin ( #4441 )
...
* Add finagle plugin (#4433 )
* fix failed checks for pr(#4441 )
* Add licenses for some files
* Update Supported doc
* Add finagle to test component-libraries.yml
* Add finagle automatic tests into CI
* Add comments
* update comments
* Remove CompatibilityChecker
* Move query-protocol submodule to the right version
* Remove `enhancedInstance.setSkyWalkingDynamicField` in `ClientTracingFilterInterceptor`.
* Update expectedData.yaml of finagle tests
* Use lazy ContextCarrier injection.
* Add comments for `ContextCarrierHelper`
* Fix ContextHolderFactory to avoid context pollution
Co-authored-by: huangyongjie <huangyongjie@tigerbrokers>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-03-11 13:04:58 +08:00
kezhenxu94
9c974b80b4
Fix unclear doc and add missing variable ( #4484 )
...
* Revert "[BugFix] Docker InfluxDB cannot be enabled (#4483 )"
This reverts commit 73d0802cd6 .
* Fix unclear doc and add missing variable
2020-03-11 07:46:59 +08:00
Gao Peng
ccb23d0faf
#4463 FAQ for Maven compilation failure with error like python2 not found ( #4473 )
...
* #4463 FAQ for Maven compilation failure with error like python2 not found
* #4463 FAQ for Maven compilation failure with error like python2 not found
* Update maven-compile-npm-failure.md
* Update docs/en/FAQ/README.md
Co-Authored-By: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
* Update docs/en/FAQ/maven-compile-npm-failure.md
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-03-09 19:54:58 +08:00
吴晟 Wu Sheng
b059f7f935
Correct the words for new PMC ( #4468 )
...
* Update committer.md
* Update committer.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-03-09 15:15:50 +08:00
吴晟 Wu Sheng
cbc692908f
HTTP doc error about SpanLayer. ( #4464 )
2020-03-09 00:56:56 +08:00
吴晟 Wu Sheng
0439dccc30
Update Plugin-test.md ( #4459 )
2020-03-08 14:12:03 +08:00
Daming
da44d28547
Introduce Agent-Test-Tool suite ( #4458 )
...
* Introduce Agent-Test-Tool suite
* rename term
2020-03-08 09:15:41 +08:00
吴晟 Wu Sheng
698376ec7d
Remove a wrong statement in the release guide ( #4456 )
2020-03-07 16:59:31 +08:00
吴晟 Wu Sheng
238007d3a5
Update How-to-release.md ( #4451 )
2020-03-06 23:25:46 +08:00
Jared Tan
aa21765628
support http api for upstream trace. ( #4399 )
...
* support http api.
* e2e
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2020-03-06 21:07:39 +08:00
mrproliu
0df2d0a5e9
Provide profile exporter tool ( #4416 )
2020-03-04 20:28:14 +08:00
吴晟 Wu Sheng
d32450aa7d
Support name column(s) in the storage for 3rd party integration, like Kibana. Default OFF ( #4439 )
...
* Support dynamic column in the source.
* Support activeExtraModelColumns as a default OFF option.
* Fix words
* Update backend-setup.md
Fix format issue.
2020-03-04 14:44:54 +08:00
aderm
467ef8bffc
Update to actions/checkout@v2, fix checks error: reference is not a tree. ( #4419 )
2020-02-27 22:31:58 +08:00
aderm
6d530c1d62
update doc. ( #4403 )
2020-02-24 00:30:13 +08:00
吴晟 Wu Sheng
4245334bac
Officially add LUA agent link in the main repo and document. ( #4402 )
2020-02-23 22:27:24 +08:00
kezhenxu94
78d38d6782
Update committer review and merge guide ( #4383 )
2020-02-19 21:10:26 +08:00
Daming
29da5738bc
Provide influxdb as a new storage plugin ( #4239 )
...
* provide influxdb as a new storage plugin
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-19 18:00:57 +08:00
吴晟 Wu Sheng
334239388a
Support Daily Index Step feature in the OAP ( #4368 )
...
* Support Daily Index Step.
* Fix format.
* Fix mischanged ES.
2020-02-16 20:48:04 +08:00
吴晟 Wu Sheng
329f7e150b
Support Downsampling Data Packing feature in ES storage implementation ( #4364 )
...
* Support day/hour/minute metrics merging into one index. Reduce the number of index 50%.
2020-02-16 09:03:30 +08:00
Trustin Lee
5fed153ee2
Add Armeria 0.98.0 to the supported version list ( #4328 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-02-15 12:27:03 +08:00
Jared Tan
7ff9a0cfd9
supprt gRPC alarm hook. ( #4344 )
...
* support gRPC hook.
* revert submodule commit.
* revert submodule commitid.
* finish logical.
* remove author anonatation.
* fix ci.
* revert submodule.
* update logical.
* update logical.
* update logical.
* fix
* fix
* fix empty settings.
* fix.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-12 16:20:20 +08:00
lxliuxuankb
e5366c0921
Tag annotation supports returned expression ( #4327 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2020-02-12 14:03:02 +08:00
amogege
d2afdb101f
Add servingcloud.com to powered-by.md ( #4348 )
...
* Update powered-by.md
* Update powered-by.md
Change order.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-11 17:55:45 +08:00
kezhenxu94
5b255ba3e3
Set up more strict code styles and fix existing issues ( #4337 )
...
Motivation:
Review code styles with some bots automatically.
Modifications:
Set up ReviewDog in GitHub Action to review code style.
Add more check rules to checkstyle plugin.
Result:
Obvious code styles can be reviewed and commented automatically.
2020-02-11 17:10:49 +08:00
aderm
8c96fd49dd
Update elasticsearch-7.x agent support version. ( #4340 )
...
* test/plugin/scenarios/elasticsearch-7.x-scenario/support-version.list
* update elasticsearch-7.x agent support version.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-10 19:10:38 +08:00
John Niang
45516a3ed8
Make an alternative method while cloning ( #4333 )
...
* Make an alternative method while cloning skywalking project and sync submodules
* Add language type for code block
* Intend code blocks under list block
* Make list number same
* Move a tip about building from source codes.
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-10 14:59:15 +08:00
吴晟 Wu Sheng
421ba88dbf
Provide the new version upgrade documentation/FAQ. ( #4311 )
...
* Provide the new version upgrade documentation/FAQ.
* Make the sentence more clear.
2020-02-04 17:40:12 +08:00
mrproliu
30ebe1caf9
provide thread stack analyzes ( #4308 )
...
* provide thread analyzes
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-04 16:24:05 +08:00
José Augusto
ef60cb2781
mvnw proxy config ( #4310 )
...
* mvnw proxy config
explanation about config proxy mvnw
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-04 09:59:00 +08:00
吴晟 Wu Sheng
c7ed8cde21
Update README.md ( #4302 )
2020-01-31 18:33:51 +08:00
吴晟 Wu Sheng
23fb0783e0
Move the comment of the duration into the doc. ( #4301 )
2020-01-30 18:51:52 +08:00