caoyixiong
31e4ceb0b1
change the agent log level to millisecond ( #1580 )
...
* Fix bug stop stopSpan when not createSpan
* Fix bug stop stopSpan when not createSpan
* change the agent log level to millisecond
2018-08-23 17:17:27 +08:00
Adrian Cole
26f88ba522
Re-adds maven wrapper downloader so users won't crash if wget is missing ( #1576 )
...
https://github.com/apache/incubator-skywalking/pull/1574 removed the
maven wrapper jar. The shell script will try wget and then this
downloader if missing. It is very likely in windows and small vms for
people to not have wget installed, so this will prevent support problems
(and is why the wrapper includes this)
2018-08-23 13:06:05 +08:00
吴晟 Wu Sheng
15fed8cc26
Remove jar from source ( #1574 )
...
* Delete maven-wrapper.jar
* Update .gitignore
2018-08-23 06:18:43 +08:00
oatiz
b3959202df
[Agent] Provide plugin for Elasticsearch 5.x ( #1500 )
...
* [Agent] Provide plugin for Elasticsearch 5.x
Add [Agent] Elasticsearch transport client plugin
fix component name
add elasticsearch component
add elasticSearch component into component-libraries.yml
* update support list
* update PlainListenableActionFutureInterceptor.java
* fix set span attributes
* clear runtimeContext
* remove extra plugins
2018-08-22 20:23:43 +08:00
Adrian Cole
d0b951649f
Moves to Maven wrapper to stabilize the version in use ( #1569 )
...
* Moves to Maven wrapper to stabilize the version in use
This will ensure those building will have similar experience due to
having a fixed maven version.
* Updates most plugin versions and removes redundant configuration
* Sets up build enforcement for JDK 1.8 until further work occurs
2018-08-22 19:04:15 +08:00
Xin,Zhang
1c8431c86f
Support ojdbc8 ( #1571 )
2018-08-22 17:43:57 +08:00
caoyixiong
18d2d352fd
Fix bug stop stopSpan when not createSpan in Spring Callback ( #1572 )
...
* Fix bug stop stopSpan when not createSpan
2018-08-22 14:30:58 +08:00
chenqy
46c0e76ef9
Fix the timeBucket equal to 0 problem ( #1570 )
2018-08-21 17:22:39 +08:00
Xin,Zhang
0162fdd8ae
Fix #1549 ( #1568 )
2018-08-21 13:53:00 +08:00
Xin,Zhang
513b8d689b
add components for nodejs agent ( #1565 )
...
* Add egg component
* add koa component
2018-08-21 10:09:49 +08:00
caoyixiong
dd942d15a3
FIX NPE in tomcat plugin ForwardInterceptor ( #1562 )
2018-08-21 07:18:40 +08:00
caoyixiong
a29a8d7c09
Fix NPE in alarm content generation. ( #1558 )
...
* Update InstanceReferenceMetricAlarmAssertWorker.java
增加osInfo 判空
* Update InstanceReferenceMetricAlarmAssertWorker.java
增加osinfo 判空
2018-08-19 10:50:06 +08:00
jinlong
8302bbfdfd
add new user ( #1557 )
...
add new user
2018-08-18 08:37:20 +08:00
吴晟 Wu Sheng
4d00324847
Change file name. ( #1553 )
2018-08-17 17:15:06 +08:00
Jared.Tan
6798686968
Typo:fix docs. ( #1551 )
2018-08-16 17:15:50 +08:00
吴晟 Wu Sheng
86da565a91
Update users ( #1540 )
...
* Update users.
2018-08-12 15:47:40 +08:00
mgsheng
ae00944ccd
Update uses-list.md ( #1537 )
2018-08-10 12:00:04 +08:00
鲍伟华
6db0d08fb7
optimize code structure to economize computing resources ( #1536 )
...
* 优化代码结构,减少不必要的计算,节省计算资源
* 优化代码结构,减少不必要的计算,节省计算资源
2018-08-09 17:49:22 +08:00
Xin,Zhang
42028e60ae
Fix operation name is empty issue ( #1525 )
2018-08-06 16:23:38 +08:00
阿洋
d1684a74ab
Add Abstract-CN.md ( #1501 )
2018-08-05 19:56:30 +08:00
XiaoFu
98200127fd
add ActiveMQ support ( #1524 )
2018-08-05 09:20:35 +08:00
XiaoFu
29c0a97251
Update ActiveMQConsumerInterceptor.java ( #1523 )
2018-08-05 08:47:28 +08:00
XiaoFu
789cdce759
Update ActiveMQProducerInterceptor.java ( #1522 )
2018-08-05 07:25:55 +08:00
XiaoFu
1d39614b00
[Agent] Add plugin for ActiveMQ 5.x ( #1513 )
...
* add activemq-plugin
* fix update ActiveMQConsumerInstrumentation Enhance another class
* refacor ActiveMQConsumerInstrumentation code
* support both topic and queue
* clear the code
* add UnitTest add fix bug
* fix obtain url bug
* Refactor the ActiveMQProducerInstrumentation code
* fix bug
* fix ConstructorInterceptor BUG
* add Licensed
* Update application.yml
Restore configuration
* Restore configuration
* perfect test
* fix
* fix License
* fix Project Files
* fix import class in instrumentation
* fix test case
* fix java doc
* fix Trigger CI
* fix ActiveMQConsumerAndProducerConstructorInterceptorTest
* delete unit test
* fix
* fix
* fix folder directory problem
* Delete ActiveMQConsumerInstrumentation.java
2018-08-04 14:14:50 +08:00
terranhu
20cee98fc2
Update ServiceNameService.java ( #1515 )
...
resolve the Integer overflow,convert the value to Long type
2018-08-03 09:56:00 +08:00
吴晟 Wu Sheng
c10fc67838
Fix typo ( #1514 )
2018-08-02 10:48:18 +08:00
Xin,Zhang
a5d2610392
Fix #1488 : Fix NPE when the targetAop class is null ( #1507 )
2018-07-31 22:36:40 +08:00
歪脖大肚子Q
eed6fa18c8
add gzip support ( #1506 )
...
* add gzip support
2018-07-30 17:58:49 +08:00
Jared.Tan
4788ebda64
add Architecture-CN.md doc. ( #1499 )
...
* add Architecture-CN.md doc.
* Typo:fix some problems in doc.
2018-07-30 13:26:19 +08:00
吴晟 Wu Sheng
d7fd23ff05
Update use cases ( #1503 )
...
* Add a separated use case list
* Update README_ZH.md
* Create use-case-list.md
Add use cases.
* Update README.md
* Update README_ZH.md
* Update README_ZH.md
2018-07-27 17:44:03 +08:00
Alexander Wert
6753478a77
Added OpenAPM Badge to the readme file ( #1493 )
...
* Added OpenAPM Badge to readme
* Update README.md
2018-07-26 20:03:32 +08:00
Xin,Zhang
56d7fe4ed7
Fix RuntimeContext cannot store anything when the trace is not creat ( #1480 )
...
* Fix RuntimeContext cannot store anything when the trace is not create
* Add RuntimecontextSnapshot and remove debug info
2018-07-24 14:39:56 +08:00
阿洋
8635fd3bc6
Add Component-libraries-extend-CN.md ( #1487 )
2018-07-24 09:17:59 +08:00
Xin,Zhang
1c3606a832
Change the way to transmit the Request and Response ( #1471 )
2018-07-19 07:21:49 +08:00
mumu
06b6f05438
Add how to build in eclipse ( #1464 )
...
* Update How-to-build-CN.md
2018-07-18 11:10:56 +08:00
Xin,Zhang
630e62312c
Fix #1454 : fix NPE issue about spring apo interceptor ( #1467 )
2018-07-18 10:19:35 +08:00
Jared.Tan
7744911c32
Typo:fix some duplication problems in docs ( #1465 )
...
* Typo:fix some duplication problems in docs
* Update Direct-uplink-CN.md
2018-07-17 12:36:20 +08:00
吴晟 Wu Sheng
cc664175e2
Update webappService.bat ( #1460 )
...
Fix #1435
2018-07-16 17:40:46 +08:00
xinzhuxiansheng
44fc3e0742
Adjust and modify the catalog and doc under Supported-list.md ( #1445 )
...
* first commit
* ad
* add
* add
* add
* add
* add
* add
* add
* add
* add
* add
* add
* 调整和修改中间件,框架与类库支持列表 目录文档
* add
* add
* 修改Incubating
* add
2018-07-13 23:22:50 -07:00
吴晟 Wu Sheng
6b99abffff
[Agent] Apache http client plugin bug ( #1448 ) ( #1452 )
...
* #1447
Fixed the after method interceptor for the apache http client NPE error when the response is null cause by the doExecute method throw a exception.
2018-07-13 13:48:37 +08:00
吴晟 Wu Sheng
86bb1c05e4
Add words in two License files. ( #1450 )
2018-07-12 18:05:56 -07:00
吴晟 Wu Sheng
1584eae6eb
Update README.md ( #1443 )
...
Add an announcement for 6.0
2018-07-11 23:29:00 -07:00
吴晟 Wu Sheng
e0979ceed7
Update version to RC ( #1446 )
...
* Change version
2018-07-11 15:53:33 -07:00
吴晟 Wu Sheng
ccf5ef4673
Make the icon font things more clear in NOTICE, include where they are in our source folder. Also move the text at the beginning of the distribution NOTICE file. ( #1444 )
2018-07-11 11:45:16 -07:00
Gao Hongtao
dc1dfca010
Fix #1441 add icon files notice ( #1442 )
...
* Fix #1441 add icon files notice
* Amend notice file, add excluding icon folder in rat config
2018-07-10 20:12:53 -07:00
xinzhuxiansheng
d0f15fc322
Update Quick-start-CN.md ( #1436 )
...
Sync English documents to Chinese.
2018-07-09 10:24:47 -07:00
歪脖大肚子Q
8eb2bef192
Add Junit test for ribbon's NIWSServerListClassName #1390 ( #1407 )
...
* Add Junit test for ribbon's NIWSServerListClassName
* Add License Head to Code file
* try to solve submodule skywalking-ui conflict
2018-07-09 10:08:42 +08:00
吴晟 Wu Sheng
02ab74ad81
Update create_source_release.sh ( #1431 )
2018-07-05 16:50:27 -07:00
歪脖大肚子Q
6a7e344dea
fix zipkin provider can not receive full spans data ( #1420 )
2018-07-03 21:03:02 -07:00
彭勇升 pengys
5941e72f81
#1425 ( #1426 )
...
Fixed the bug of the result of GC count in query of GC trend service always 0.
2018-07-04 11:23:43 +08:00