Commit Graph

4016 Commits

Author SHA1 Message Date
彭勇升 pengys b35eaace79 [Collector] Tolerate and ignore unsupport segments (#1385)
* #1207

Return true when segment parse throw exception to avoid parse the segment over and over again which read from buffer file.

* no message
2018-06-25 22:32:12 +08:00
彭勇升 pengys 5e03ec8845
[Collector] Topology query tuning, Batch Process instead of bulk. (#1384)
* #1202

1. Determine the log is enabled for the DEBUG level before printing message.
2. Make the columns initialize to be static attribute.
3. Topology build optimize: Cache query result to avoid repeating queries.

* #1202

Add elasticsearch batch process setting into application.yml.

* #1202

Fixed check style error.

* #1202

Use XContentFactory to build source to insert into elasticsearch.
2018-06-25 21:19:54 +08:00
林嘉琦 Lin Jiaqi 48dacdb3f8 Support multiple service names in segment duration table (#1380)
* support shardingjdbc database storage feature

* dependency and version should be defined in collector root pom.xml

* update the markdown file

* fix errors

* fix checkstyle errors

* add the Logger modifier "static" in pr #1347

* fix the issue #1376
2018-06-22 23:09:25 +08:00
吴晟 Wu Sheng 5139fa99af
Remove all license files of Apache 2.0 libs. And add a missing one. (#1381)
* Remove all license files of Apache 2.0 libs. And add a missing one.

* Restore the Groovy and httpclientcomponent licenses, add a new section in License file for unstandard Apache 2.0 license.
2018-06-22 19:39:18 +08:00
Xin,Zhang 1b74d1d842 Fix #1361: Remove the SkywalkingDynamicField property (#1375) 2018-06-21 11:29:06 +08:00
彭勇升 pengys aa9a89685a Accept multi entry spans in collector analysis (#1372)
* #1206

1. Support list data type attribute in streaming data.
2. Support multiple service names in segment duration index.

* Fixed the conflict.

* #1206

Add TODO description to notify linjiaqi.

* #1206

Remove @NotNull
2018-06-21 10:52:39 +08:00
Gao Hongtao 38e4af8cbb Webapp/login (#1374)
* Add login filter

Username and password are stored in application.yml with
prefix "security.user"

* Modify startup script and add webapp.yml config file

* Update quick-start document for default login username/password

* Update deploy document for new webapp.yml config file

* Update license for new files.
2018-06-20 22:32:12 +08:00
吴晟 Wu Sheng 6605fcd3a8
Add architecture design doc (#1366)
* Create Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update README.md

Add link in menu. Also related to #1360

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md

* Update Architecture.md
2018-06-19 09:28:39 +08:00
吴晟 Wu Sheng ecc0f944d4
Zipkin receiver in SkyWalking collector (#1273)
* Add Zipkin receiver
2018-06-18 23:36:15 +08:00
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