Commit Graph

1828 Commits

Author SHA1 Message Date
吴晟 Wu Sheng fd5cb5e080 Merge branch 'master' into feature/208-collectorside 2017-06-14 08:47:49 +08:00
pengys5 4dfe4e55f8 Refactor exception 2017-06-13 23:36:09 +08:00
吴晟 Wu Sheng 73f9153dcd Create README.md
sky-walking 1.0 and 2.0 are out-of-support.
2017-06-13 09:38:15 +08:00
吴晟 Wu Sheng 687c1cd786 Create ISSUE_TEMPLATE 2017-06-12 14:24:25 +08:00
pengys5 e38b6ad1bd 1. Classify http servlet interface to get, post, stream post.
2. Change the http servlet worker from local asynchronous call to local synchronous call.
2017-06-11 23:49:52 +08:00
吴晟 Wu Sheng d06555cf88 Merge pull request #221 from ascrutae/zhangxin/fix/219
Fix OutofMemory of Span.ThrowableTransformer.convert2String
2017-06-09 22:34:08 +08:00
ascrutae 2e9c96bd3a add message/stack length check when skywalking convert throwable stack to string. 2017-06-09 21:59:43 +08:00
pengys5 cf3d287f8d Merge branch 'master' into feature/208-collectorside 2017-06-09 14:29:59 +08:00
吴晟 Wu Sheng db902e8deb Delete _config.yml
Official website has already been provided. Don't need this file.
2017-06-09 14:15:42 +08:00
吴晟 Wu Sheng 777231702f Create README.md 2017-06-08 10:45:06 +08:00
吴晟 Wu Sheng 15e7d4e192 Update contributors list
Add @xcaspar in the contributors list.
2017-06-08 10:11:01 +08:00
吴晟 Wu Sheng 282ecf0dc5 Merge pull request #216 from wu-sheng/fix/189
Fix witness class fail, because of different class loaders.
2017-06-08 09:42:36 +08:00
吴晟 Wu Sheng 06b5138b33 Create WitnessClassFinder.java
Fix the wrong key of poolMap
2017-06-08 08:54:23 +08:00
pengys5 bec40b6e8b fixed testcase error 2017-06-07 21:36:32 +08:00
wusheng c78bd4f157 Add a parameter comment 2017-06-07 20:55:39 +08:00
wusheng d26d925c10 Fix witness class fail, because of different class loaders. 2017-06-07 20:38:08 +08:00
wusheng 5ff0e98746 Merge branch 'master' of https://github.com/wu-sheng/sky-walking
* 'master' of https://github.com/wu-sheng/sky-walking:
  update docker image version
  Update the http port of collector server
  Provide new data protocol for segment messages.
  chore(collector): add a check for process id in startup script
2017-06-07 20:01:39 +08:00
pengys5 7e17692d14 add comment 2017-06-07 16:31:27 +08:00
pengys5 753cb28413 temporary storage 2017-06-07 11:55:35 +08:00
pengys5 646482de8e Merge branch 'master' into feature/208-collectorside 2017-06-07 10:13:19 +08:00
pengys5 6284fcbf51 temporary storage 2017-06-06 22:50:17 +08:00
wusheng 8c5bac9bce Fix class name. 2017-06-06 21:35:32 +08:00
吴晟 Wu Sheng d39cff6ddc Merge pull request #188 from xcaspar/feature/180
chore(collector): add a check for process id in startup script
2017-06-06 11:08:48 +08:00
吴晟 Wu Sheng 8ba8e9458d Merge pull request #212 from ascrutae/zhangxin/fix/docker-compose
update docker image version
2017-06-06 09:56:09 +08:00
ascrutae 31785b3659 update docker image version 2017-06-06 09:51:37 +08:00
吴晟 Wu Sheng 5d8955d7c4 Merge pull request #211 from ascrutae/zhangxin/fix/docker-compose
Update the http port of collector server
2017-06-06 09:37:12 +08:00
ascrutae ac357e9742 Update the http port of collector server 2017-06-06 09:33:27 +08:00
吴晟 Wu Sheng ff2a161ef6 Merge pull request #209 from wu-sheng/feature/208-agentside
Provide new data protocol for segment messages.
2017-06-06 08:42:35 +08:00
wusheng c7f1f6eb6d Fix startup fail. 2017-06-05 22:19:46 +08:00
wusheng 951192d0b6 Provide new data protocol for segment messages. 2017-06-05 21:21:03 +08:00
wusheng 7885b4b9aa Fix format. 2017-06-04 20:42:26 +08:00
wusheng 4a7648dd9d Fix sampling bug. 2017-06-04 20:23:14 +08:00
wusheng 8928716f70 Revert "Add new trace segment for improving sampling performance."
This reverts commit 323468f056.
2017-06-04 20:11:13 +08:00
wusheng d2fe1b77ae Revert "Revert "Add new trace segment for improving sampling performance.""
This reverts commit 5b853ec38b.
2017-06-04 20:11:02 +08:00
wusheng aaee8617f1 Revert "Prepare for improving sampling performance."
This reverts commit 19f2a561c9.
2017-06-04 20:10:48 +08:00
wusheng 19f2a561c9 Prepare for improving sampling performance. 2017-06-04 19:37:59 +08:00
wusheng 5b853ec38b Revert "Add new trace segment for improving sampling performance."
This reverts commit 323468f056.
2017-06-04 18:48:58 +08:00
wusheng 323468f056 Add new trace segment for improving sampling performance. 2017-06-04 18:46:36 +08:00
wusheng a7f0f0d5a9 Reset some codes. 2017-06-04 18:05:12 +08:00
wusheng d69500a40a Revert "Remove the “get” method of String/Boolean/Integer Tags."
This reverts commit 04041ebd7e.
2017-06-04 18:03:00 +08:00
wusheng 04041ebd7e Remove the “get” method of String/Boolean/Integer Tags. 2017-06-04 17:52:31 +08:00
wusheng c2319bcceb Add three test utils, prepare for removing the “get” method from the Tag classes. 2017-06-04 17:48:54 +08:00
彭勇升 Buddha 77d43ca1b3 add feign default http plugin (#205)
* add feign default http plugin
add test case for feign default http interceptor

* move feign and okhttp plugins to the parent moudle
2017-06-03 17:39:49 +08:00
吴晟 Wu Sheng f2e3359573 Delete README.md
Remove out-of-date readme file.
2017-05-31 21:18:27 +08:00
吴晟 Wu Sheng 63f0213a8c Merge pull request #197 from wu-sheng/feature/160
add okhttp plugin(provide synchronous http calls )
2017-05-31 09:45:11 +08:00
吴晟 Wu Sheng 0696263681 Merge pull request #199 from wu-sheng/feature/198
Support leaf span
2017-05-19 16:20:10 +08:00
吴晟 Wu Sheng e66be24929 Update README.md
Remove "financial support", as I had already left OneAPM, and no financial relationship with OneAPM.
2017-05-19 11:52:56 +08:00
wusheng ee0a569eac Add test case for leaf span. 2017-05-17 22:44:26 +08:00
wusheng 9e4026e9b5 Prototype codes of supporting leaf span 2017-05-17 18:02:11 +08:00
pengys5 7ac504b19c Merge commit 'c3259afae0e4a267397d91c6117737aa4b7a2e54' into feature/160
# Conflicts:
#	apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf/Config.java
#	apm-sniffer/apm-agent/pom.xml
#	apm-sniffer/apm-sdk-plugin/pom.xml
2017-05-16 16:17:57 +08:00