Commit Graph

1798 Commits

Author SHA1 Message Date
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
pengys5 39708a9ab1 add okhttp plugin(provide synchronous http calls )
add test case for okhttp interceptor
2017-05-16 10:14:53 +08:00
wusheng c3259afae0 Update pengys5’s profile. 2017-05-14 21:28:08 +08:00
wusheng 5e424e1d47 Update contributors’s profiles 2017-05-14 21:07:11 +08:00
Xin,Zhang a254b2de3e fix issue that operation name of resin plugin is error (#196) 2017-05-14 08:43:59 +08:00
柏杨 Bai Yang 1c4905ef58 add resin plugin (#187)
* add plugins for resin-3.x and resin-4.x
2017-05-10 19:33:30 +08:00
Xin,Zhang 4a560433be Add mechanism to disable any or all plugins (#191)
* Add mechanism to disable any or all plugins, Relate: #186
2017-05-09 23:29:21 +08:00
吴晟 Wu Sheng 5f4fe4948c Merge pull request #193 from wu-sheng/feature/192
Support multi plugins for one target class
2017-05-09 22:06:53 +08:00
wusheng e3a42f7cea Fix a typo. 2017-05-08 09:13:35 +08:00
wusheng 8b074a0a97 Support multi plugins for one target class. 2017-05-08 08:53:00 +08:00
wusheng ecf7a2bf2a Fix doc link. 2017-04-30 22:14:08 +08:00
吴晟 Wu Sheng e6ea5e11d0 Merge pull request #182 from wu-sheng/feature/181
Rename the "apm-api" module to "apm-agent-core”.
2017-04-30 13:31:09 +08:00
吴晟 Wu Sheng 18109e1e64 Update ISSUE_TEMPLATE 2017-04-30 13:20:48 +08:00
wusheng d4c4b0bd40 Prove an issue template. 2017-04-29 23:20:32 +08:00
吴晟 Wu Sheng 53f66648b2 Update CONTRIBUTING.md
Update contributing guide.
2017-04-29 23:12:44 +08:00
吴晟 Wu Sheng 30329baa35 Update CONTRIBUTING.md 2017-04-29 23:00:17 +08:00
wusheng d77601b793 Rename the "apm-api" module to "apm-agent-core”. Relate #181 2017-04-29 07:11:04 +08:00
吴晟 Wu Sheng 340785a58d Update README.md 2017-04-29 06:29:25 +08:00
吴晟 Wu Sheng a0e3d2675e Merge pull request #179 from ascrutae/zhangxin/feature/145
fix functional issues after update new package name
2017-04-28 16:19:58 +08:00
ascrutae c5f4f82bd0 fix functional issues after update new package name 2017-04-28 15:42:09 +08:00
pengys5 e3524d8555 1. When batch replace the package of plugin def class was lost.
2. Some class check style error.
2017-04-28 02:46:11 +08:00
pengys5 b2b36fee00 Change groupId and artifactId 2017-04-28 01:17:09 +08:00
吴晟 Wu Sheng 4da209a24a Merge pull request #175 from xcaspar/feature/174
chore(project): add the .gitignore file to project
2017-04-27 18:21:50 +08:00
wusheng cdb6460a3e Update version to 3.1 for next iteration. 2017-04-27 18:09:02 +08:00
吴晟 Wu Sheng 30b7950310 Merge pull request #178 from ascrutae/zhangxin/fix/150
Redis plugin cannot work on tomcat
2017-04-27 17:10:13 +08:00
ascrutae 73401d1077 fix ci failed issue 2017-04-27 16:58:24 +08:00
ascrutae 24010d134b fix issue that test compile failed 2017-04-27 16:28:45 +08:00
ascrutae 4dd76f06b5 Fix redis plugin don't work issue 2017-04-27 15:49:26 +08:00
吴晟 Wu Sheng d8c9035283 Merge pull request #173 from wu-sheng/feature/3.0.1
Prepare for release 3.0.1
2017-04-27 09:59:14 +08:00
wusheng a196fa069a Merge branch 'feature/159' into feature/3.0.1
* feature/159:
  no message
  no message
  no message
  no message
  no message
  no message
  no message
  Add log4j.xml into test package
2017-04-27 09:46:40 +08:00