Commit Graph

4007 Commits

Author SHA1 Message Date
Lemon da78420296 Add AspNet component. (#1363) 2018-06-17 22:02:07 +08:00
Xin,Zhang e36de08ee2 Fix #1356: Remove unused depencies package (#1357) 2018-06-16 18:11:59 +08:00
coder-yqj 787c64ec0d fix spymemcached plugin can't work (#1354) 2018-06-15 13:07:09 +08:00
林嘉琦 Lin Jiaqi 3a569dc20e Add the Logger modifier "static" in pr #1347 (#1353)
* add the Logger modifier "static" in pr
2018-06-15 12:20:46 +08:00
林嘉琦 Lin Jiaqi 6279c8dd3c support shardingjdbc database storage feature (#1347)
* support shardingjdbc database storage feature
2018-06-14 22:21:03 +08:00
lican cab42447a7 fix lowerCaseUrl (#1342) 2018-06-12 13:12:28 +08:00
lican 6ad2f53ac0 fix operation name (#1343) 2018-06-12 12:26:35 +08:00
Olaf Flebbe 337087410a Update spring boot (#1341) 2018-06-12 06:14:37 +08:00
吴晟 Wu Sheng 65299892e3
Change index page of Incubating and optional plugin documents (#1340)
* Reorganize incubating and optional docs.
2018-06-11 22:50:20 +08:00
吴晟 Wu Sheng 975c04007c
Deploy document reformat (#1337)
* Refactor English documents to guide end users.
2018-06-11 16:23:35 +08:00
吴晟 Wu Sheng 1b83b34401
Relied on grpc response for certain, to avoid OOM when collector is overloaded. (#1323) 2018-06-10 22:00:49 +08:00
Xin,Zhang 0f0b56db61 Fix #1280: Modify tomcat interceptor (#1325) 2018-06-10 18:17:03 +08:00
彭勇升 pengys 5f81c0068e #1176 (#1335)
Add application id and code into ServiceInfo.
2018-06-09 19:40:04 +08:00
彭勇升 pengys d56ad5ec5d #1232 (#1333)
RemoteDataMappingIdNotFoundException caused by remote entity did not registered.
Some remote entities in alarm module did not registered into remote module.
2018-06-09 17:34:06 +08:00
彭勇升 pengys c2a425f55a
Filter non-active service name when UI query. (#1262)
* #1124

Add heart beat time into service name index to filter non-active service name.

* Filter service name by heart beat time when query service name count.

* #1124
1. Add application id to be a query condition of searchService method.
2. Filter service name by given time which calculated by the minute metric TTL setting. ( CurrentTimeStamp - minuteMetricTTL )

* Fixed the auto test failure.

#1124
2018-06-09 16:33:05 +08:00
李伟高 a6d9a605ed modify the document (#1331)
* add document

* modify the document

* format document style
2018-06-08 18:15:19 +08:00
haotian2015 ab82f644a0 Adjust Tomcat deploy doc (#1330) 2018-06-08 17:08:50 +08:00
吴晟 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