Commit Graph

3990 Commits

Author SHA1 Message Date
吴晟 Wu Sheng 047f95fb59
Update user cases (#1321)
* Update README.md

* Update README_ZH.md

User cases update
2018-06-07 17:37:37 +08:00
Xin,Zhang 9582097d07 Fix #1316: Exclude component-libaries.xml file when package collector jar (#1318) 2018-06-07 14:18:40 +08:00
SevenPointOld 2c822363cb Spring mvc plugin auto add '/' if necessary (#1315)
* spring mvc plugin auto add '/' if necessary
2018-06-06 15:41:30 +08:00
Xin,Zhang 5ba4f647d9 Fix #1296: Fix StringIndexOutOfBoundsException when mysql jdbc url without databaseName (#1314) 2018-06-06 07:46:50 +08:00
Lei Zhiyuan a7d1dad013 add SOFARPC to support list (#1301) 2018-06-03 21:57:38 +08:00
Lei Zhiyuan c4766ecbf2 Add sofa rpc plugin integration (#1210)
* sofa rpc integration

* remove unused class and method,add component defination

* only support after sofa rpc 5.4.0

* set sofarpc componentId be 32

* Add document of component library settings and incuating features abstract. (#1185)

* sofa rpc integration

* Update UI licenses (#1189)

* Update UI licenses for beta version

* Update FAQ doc (#1184)

* update faq doc

* update faq

* update faq

* Update readme for beta release. (#1191)

* New english readme.

* New chinese readme.

* Fix #1186 Webapp read timeout config (#1192)

* Updat ui (#1197)

* Change the intercept point of block call way (#1190)

* Change the buired point of block call way

* Support future way and change the operation name of span

* Update screenshot for new release. (#1209)

* remove unused class and method,add component defination

* only support after sofa rpc 5.4.0

* set sofarpc componentId be 32

* sofa rpc integration

* remove unused class and method,add component defination

* only support after sofa rpc 5.4.0

* set sofarpc componentId be 32

* sofa rpc integration

* remove unused class and method,add component defination

* change parent pom version

* remove unused dependency
2018-06-03 19:38:50 +08:00
Xin,Zhang 7c305fe00c Add witness class for kafka plugin (#1300) 2018-06-03 12:07:21 +08:00
彭勇升 pengys 307bd4c219 #1291 (#1294)
Block streaming, mandatory persistent cache data to storage then clean the cache data.
2018-05-31 09:35:47 +08:00
Xin,Zhang a960272f71 Fix the issue that Hystrix plugin case NPE (#1293) 2018-05-31 08:48:19 +08:00
Xin,Zhang 3f7a86f98f Fix the interceptor class is incorrect (#1292) 2018-05-31 08:17:51 +08:00
coder-yqj b64a08b4e0 修改 JedisShardInfo 方式创建 jedis客户端时,无法拦截的bug (#1290) 2018-05-30 21:37:24 +08:00
Xin,Zhang 7cf67ffa60 Support the Chinese in config properties (#1288) 2018-05-30 19:52:42 +08:00
DevWithLin b8dcf26928 Update README_ZH.md (#1289)
fix Typos
2018-05-30 19:20:32 +08:00
kevinyyyy 43a4faaec4 modify launch link address to Apache (#1286) 2018-05-30 17:59:04 +08:00
oatiz dbc0f8b9d2 Fix namespace bug (#1276)
* fix #1274
2018-05-28 21:56:09 +08:00
彭勇升 pengys faaf3e829b Separated TTL from minute to minute, hour, day, month. (#1268)
* #1263

Separated TTL from minute to minute, hour, day, month.

* 1. Minute metric data ttl change to 90, because of the 1 hour duration condition in UI means 60 minutes.
And i prefer to setting the value up to above 50%.
2. Some description and logging.

#1263

* Add a config time named traceDataTTL for trace data TTL.

#1263

* Fixed the logger english sentence mistake.
2018-05-28 17:09:04 +08:00
吴晟 Wu Sheng af5eedebd3 Update and nail org.apache.skywalking/apm-checkstyle version to a release version, 5.0.0-beta for now. (#1270) 2018-05-27 23:16:59 +08:00
hardzhang 43da4e65d9 way to solve Import-Project-Eclipse-RequireItems-Exception (#1264)
* To bring forward a way to solve Import-Project-Eclipse-RequireItems-Exception

* way to solve Import-Project-Eclipse-RequireItems-Exception

* To bring forward a way to solve Import-Project-Eclipse-RequireItems-Exception

* Required items could not be found, when import project into Eclipse.

* using markdown style to quote the errors.
2018-05-27 12:45:19 +08:00
Xin,Zhang f7cc129fa2 Change component definitions (#1266) 2018-05-27 11:57:00 +08:00
吴晟 Wu Sheng cb84b1fd1e
Update How-to-release.md (#1267) 2018-05-27 08:37:57 +08:00
SevenPointOld a7ecb9aa9c Add introduce doc to incubating features menu (#1265)
* provides a optional-plugin for tracking ignores enhancement(#1203)

* trace ignore plugin config support override by system.env

* optimize the trace ignore plugin and make normalization of pom

* add AntPathMatcher and an junit test for it

* No longer rely on the spring framework

* add license at file header

* rebuild pom and rewrite README

* rebuild optional-plugins pom

* clean up useless code

* modify junit

* rewrite the ant path match logic

* rename the matcher class

* add the trace ignore plugin introduce doc to incubating features menu.

* modify the README doc.

* remove Chinese in English doc.

* remove superfluous content of EN-doc.

* Update README.md
2018-05-25 17:55:57 +08:00
吴晟 Wu Sheng 5893dbe926
Sync UI about trace query. (#1261) 2018-05-24 17:05:54 +08:00
Ajanthan 58ede1d0b8 Fixing #1231. Adding order and status to trace query. (#1255)
* Fixing #1231. Adding order and status to trace query.

* Fixing 1231. Using enum for traceState and queryOrder

* Incorporating code review suggestions
2018-05-24 14:07:38 +08:00
Xin,Zhang a835fe4ec5 Fix occure the NPE when SpringMVC and hystrix work together (#1256) 2018-05-24 13:36:38 +08:00
SevenPointOld 29f6f6e50e provides a optional-plugin for tracking ignores enhancement(#1203) (#1213)
* provides a optional-plugin for tracking ignores enhancement(#1203)

* trace ignore plugin config support override by system.env

* optimize the trace ignore plugin and make normalization of pom

* add AntPathMatcher and an junit test for it

* No longer rely on the spring framework

* add license at file header

* rebuild pom and rewrite README

* rebuild optional-plugins pom

* clean up useless code

* modify junit

* rewrite the ant path match logic

* rename the matcher class
2018-05-24 08:49:19 +08:00
彭勇升 pengys 2502ea2961 #1204 (#1259)
Add folder lock to collector's buffer folder.
2018-05-23 15:47:21 +08:00
吴晟 Wu Sheng 9c4b95ab9f Update release doc and related script (#1252)
* Adjust release doc and script based on last release vote.

* Update UI declaimer file.

* Update create_source_release.sh

* Update How-to-release.md
2018-05-23 11:47:56 +08:00
lican d55640454e fix NPE when has connection exception (#1253) 2018-05-22 14:03:42 +08:00
吴晟 Wu Sheng e249e0607d
Provide runtime context. (#1249) 2018-05-21 22:43:48 +08:00
吴晟 Wu Sheng 781838232d
Update CHANGES.md (#1242) 2018-05-18 17:36:32 +08:00
吴晟 Wu Sheng a6e04c97ec
Update version to beta2 for next iteration. (#1233) 2018-05-16 21:21:30 +08:00
lican 08d9324391 match_phase (#1194) 2018-05-15 23:46:47 +08:00
lican b431f4145c Rewrite Async http client plugin (#1217)
* rewrite http-async-client

* add unit test and document

* fix check style issue

* update test

* update doc fix ci

* fix review
2018-05-15 22:55:05 +08:00
吴晟 Wu Sheng 4a20c28848
Update README.md (#1227) 2018-05-14 22:18:57 +08:00
lican 1bbd5e1c28 fix http_client plugin (#1218) 2018-05-14 08:28:12 +08:00
ma-xiao-guang-64 4e047353f9 fix wrong description for chinese document (#1212)
fix wrong description for chinese document
2018-05-11 14:26:05 +08:00
吴晟 Wu Sheng 53b59f22f0
Update screenshot for new release. (#1209) 2018-05-10 17:51:10 +08:00
Xin,Zhang a0f28fa9c0 Change the intercept point of block call way (#1190)
* Change the buired point of block call way

* Support future way and change the operation name of span
2018-05-10 16:39:25 +08:00
Gao Hongtao 002b651789 Updat ui (#1197) 2018-05-09 18:15:05 +08:00
Gao Hongtao 1b85bef240 Fix #1186 Webapp read timeout config (#1192) 2018-05-09 10:54:10 +08:00
吴晟 Wu Sheng c7b26dfea9
Update readme for beta release. (#1191)
* New english readme.

* New chinese readme.
2018-05-09 10:21:57 +08:00
lican 04579a5617 Update FAQ doc (#1184)
* update faq doc

* update faq

* update faq
2018-05-08 19:36:14 +08:00
Gao Hongtao 427deed8d5 Update UI licenses (#1189)
* Update UI licenses for beta version
2018-05-08 17:47:07 +08:00
吴晟 Wu Sheng 771bc87e7a
Add document of component library settings and incuating features abstract. (#1185) 2018-05-08 11:24:31 +08:00
吴晟 Wu Sheng f7d908997c
Update CHANGES.md (#1182)
Fix a format issue.
2018-05-07 15:41:45 +08:00
吴晟 Wu Sheng 028235c92c
New Change logs for next release (#1109)
* Update CHANGES.md
2018-05-07 15:05:27 +08:00
lican db8b931cbb Fix If traceId not exists result will return all traces (#1178) 2018-05-06 22:05:26 +08:00
lican d14eb2be3f fix first formula,like #1164 (#1179) 2018-05-06 21:33:09 +08:00
Bruce Wu bd28d447d1 Docs/fix grpc dirname (#1180)
* Update How-to-build-CN.md

* Update How-to-build.md
2018-05-06 13:33:24 +08:00
lican 4714f0e19e fix #1174 (#1175) 2018-05-05 23:02:36 +08:00