Xin,Zhang
ab8d7fab23
sync ui ( #4474 )
2020-03-10 07:59:32 +08:00
kezhenxu94
fff3378d40
[BugFix] Docker so11y cannot be disabled ( #4471 )
...
### Motivation:
This patch fixes the bug that there's no chance to disable the so11y in docker container.
### Modifications:
- Remove the default so11y section, and only add it when the environment variable exists.
### Result:
- Users can disable so11y by leaving the `SW_TELEMETRY` empty or set it to `none`
2020-03-09 20:42:26 +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
Weiyi Liu
f0385ff7b0
Remove & Simplfy redundancy code. ( #4467 )
...
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-03-09 11:36:48 +08:00
吴晟 Wu Sheng
cbc692908f
HTTP doc error about SpanLayer. ( #4464 )
2020-03-09 00:56:56 +08:00
吴晟 Wu Sheng
74b0af9d85
[Agent Core] Support lazy ContextCarrier injection and lazy peer id setting ( #4462 )
...
* Support lazy ContextCarrier injection and lazy peer id setting for exit span
* Close the set component id for exit and local spans
* Follow the review.
* Remove `void inject(AbstractSpan exitSpan, ContextCarrier carrier)` from AbstractTracerContext
2020-03-08 18:34:53 +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
8e1530d4fc
UI update, new topology implementation refactor. No new feature. ( #4457 )
...
* UI update, new topology implementation.
* Update license.
2020-03-07 21:36:56 +08:00
吴晟 Wu Sheng
698376ec7d
Remove a wrong statement in the release guide ( #4456 )
2020-03-07 16:59:31 +08:00
zhang-wei
7a302d4ff3
Ignore no upstream real address agent ( #4454 )
...
* ignore no upstream real address agent
* fix bug
* follow review
* fix checkstyle
* follow review
* follow review
* follow review
* follow review
* follow review
* fix language trans
* lower case
2020-03-07 16:11:16 +08:00
吴晟 Wu Sheng
238007d3a5
Update How-to-release.md ( #4451 )
2020-03-06 23:25:46 +08:00
吴晟 Wu Sheng
9b8a8be27e
Update pom.xml ( #4452 )
...
Update the latest release commit to the e2e for release verification.
2020-03-06 22:37:08 +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
b6f7dce8c7
forward compatbility for DCS ( #4442 )
2020-03-04 17:28:53 +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
吴晟 Wu Sheng
be048d4236
Support change detection mechanism in DCS ( #4438 )
...
* Add UUID to DCS
2020-03-04 10:17:04 +08:00
Jared Tan
85cc9c36ac
fix agent auth e2e not activated. ( #4428 )
...
* fix e2e miss.
2020-02-29 22:20:43 +08:00
aderm
036aee8d2c
refactor Metrics class. ( #4418 )
...
* refactor Metrics class.
2020-02-28 08:49:12 +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
吴晟 Wu Sheng
58a787f9e1
Support ref endpoint name register ( #4422 )
2020-02-27 11:06:13 +08:00
mrproliu
b28c7d728e
Add profile multiple time ranges unit test ( #4420 )
...
* adding unit for multiple time ranges analyze
* remove un-use import
2020-02-26 21:43:21 +08:00
mrproliu
fa0b3df369
provide multiple time ranges to query profile analyze ( #4417 )
...
* profide multi time range to query profile analyze
* use method to avoid direct reference field
2020-02-26 10:51:38 +08:00
mrproliu
2ea341b890
Add missed profiled segment query ( #4413 )
...
* add profiled segment query
* fix query field error
2020-02-25 10:12:16 +08:00
吴晟 Wu Sheng
d63f2c9427
Support topology with multiple selected services ( #4408 )
...
* 1. Format codes
2. Add comments for storage interface of topology
3. Narrow the scope of secondary query to get the component name. Only query the nodes as client out of the given service Ids.
* Support topology with multiple selected services
* Sync the typo fix in the protocol
2020-02-24 23:01:13 +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
zhang-wei
2ac2d2555a
[test/plugin] immigrate h2 & struts scenario ( #4395 )
...
* immigrate test code
* enhance mysql case healthCheck
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-02-23 20:34:44 +08:00
kezhenxu94
8dd0ce18a5
Add missing test for component-libraries.yml ( #4398 )
...
### Motivation:
Add test to guarantee that the components defined in class ComponentsDefine are in sync with those in file component-libraries.yml.
### Modifications:
- Add missing component in component-libraries.yml.
- Add test to verify the class and the yml are in sync.
- Fix wrong component id of Undertow.
### Result:
Components definitions in class ComponentsDefine and yaml are in sync, and will be verified in every pull request.
2020-02-23 09:28:47 +08:00
吴晟 Wu Sheng
bc5bb84bbc
Add Nginx component ID to main repo ( #4397 )
...
* Add Nginx component ID to main repo
* Update LUA as a separated part.
* Update doc.
2020-02-23 00:12:04 +08:00
aderm
67b7f22a40
1.add es agent resthighlevelclient of ClusterClientInstrumentation.2.… ( #4386 )
...
* 1.add es agent resthighlevelclient of ClusterClientInstrumentation.2.fix agent test removeOnExit parse error.
* Update configuration.yml
* revert removeOnExit param.
Co-authored-by: Daming <zteny@foxmail.com>
2020-02-21 14:00:19 +08:00
Roy Lenferink
d02e472d14
Updated GitHub merge settings ( #4384 )
2020-02-19 22:09:16 +08:00
kezhenxu94
78d38d6782
Update committer review and merge guide ( #4383 )
2020-02-19 21:10:26 +08:00
mrproliu
8ff8cd0565
Merge pull request #4379 from lsyf/master
...
Fix ehcache: missing interceptor of private constructor and setName method
2020-02-19 20:05:54 +08:00
mrproliu
0d4714564f
Merge branch 'master' into master
2020-02-19 18:18:31 +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
lsyf
102c90dc59
Fix ehcache: format
2020-02-19 17:23:33 +08:00
lsyf
b2ad63430b
Fix ehcache: performance issue
2020-02-19 12:10:00 +08:00
lsyf
e57176d05e
Fix ehcache: add interceptor for Cache's private constructor and setName method
2020-02-18 22:33:33 +08:00
lsyf
ff76951d01
Merge branch 'master' of https://github.com/lsyf/skywalking
2020-02-18 13:08:36 +08:00
lsyf
74c1f7ef73
ehcache-2.x-scenario add EhcacheCloneInterceptor case
2020-02-18 13:07:16 +08:00
漏水亦凡
9a7ff1661e
Merge branch 'master' into master
2020-02-18 00:27:38 +08:00
lsyf
54c1cd5cb0
Fix ehcache: missing interceptor of private constructor called by clone method
2020-02-17 23:31:28 +08:00
mrproliu
6185351688
fix profile analyze missed data ( #4378 )
2020-02-17 22:33:55 +08:00
Daming
ca6a5618c5
[test/plugin] remove the image on docker exit ( #4374 )
...
* remove image on docker exit
* polish
2020-02-17 17:10:37 +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