吴晟 Wu Sheng
|
3ca7f7b73c
|
Support ALS and observe service mesh without Mixer (#2460)
* Add ALS proto and receiver in envoy
|
2019-05-17 15:29:38 +08:00 |
吴晟 Wu Sheng
|
6c9613be38
|
Link Go agent project in main repo. (#2697)
* Link Go agent project in main repo.
* Fix link.
|
2019-05-17 14:23:12 +08:00 |
彭勇升 pengys
|
4eb5def126
|
Manage models in one place. (#2695)
|
2019-05-17 00:33:29 +08:00 |
Alan Lau
|
6fff2a81cf
|
Remove the unused method. & Modify doc. (#2692)
|
2019-05-16 21:02:45 +08:00 |
Gao Hongtao
|
b76839fe4c
|
Update docker building tool (#2677)
* Update docker building of oap server
* generating appliation.yml according to enviroment variables
* adding Makefile to build binary and docker image
* Update ui docker
* Update docker-compose
* Update document
* Update document
* Merge from master
* Reset skywalking-ui
|
2019-05-16 09:37:56 +08:00 |
彭勇升 pengys
|
3ffb43dd93
|
Let the check style bind to maven process-sources life cycle. (#2683)
|
2019-05-16 07:24:58 +08:00 |
吴晟 Wu Sheng
|
3c52a326cb
|
Miss copy response code in mesh analysis. (#2684)
|
2019-05-16 00:20:18 +08:00 |
彭勇升 pengys
|
63fb961c0d
|
New OAP annotations, they are friendly for streaming loader. (#2670)
* New stream annotation.
- Inventory annotation example:
@Stream(name = ServiceInventory.INDEX_NAME, scopeId = DefaultScopeDefine.SERVICE_INVENTORY, storage = @Storage(builder = ServiceInventory.Builder.class, deleteHistory = false), kind = StreamKind.Inventory)
- Metrics annotation example:
@Stream(name = ServiceRelationClientSideMetrics.INDEX_NAME, scopeId = DefaultScopeDefine.SERVICE_RELATION, storage = @Storage(builder = ServiceRelationClientSideMetrics.Builder.class), kind = StreamKind.Metrics)
- Record annotation example:
@Stream(name = SegmentRecord.INDEX_NAME, scopeId = DefaultScopeDefine.SEGMENT, storage = @Storage(builder = SegmentRecord.Builder.class), kind = StreamKind.Record)
- TopN annotation example:
@Stream(name = TopNDatabaseStatement.INDEX_NAME, scopeId = DefaultScopeDefine.DATABASE_SLOW_STATEMENT, storage = @Storage(builder = TopNDatabaseStatement.Builder.class), kind = StreamKind.TopN)
* no message
* Stream annotation finish.
* Make stream processors to be the singleton class.
* Fixed the compile errors.
* Modify the OAL module for this annotation refactor.
* Add apache license header.
* Duplicate import.
* Fixed check style error.
|
2019-05-15 22:42:38 +08:00 |
于玉桔
|
1b6bd5f81d
|
study sharding sphere (#2679)
|
2019-05-15 19:12:09 +08:00 |
Zhang Yonglun
|
c7c1774ab1
|
Provide plugin for ShardingSphere (#1934)
* Provide plugin for ShardingSphere (#1933)
|
2019-05-15 17:56:39 +08:00 |
caoyixiong
|
91ffae2526
|
support Nacos cluster (#2640)
* Fix #2546
* Change the stackdepth type
* Fix bug
* Fix CI failed
* fix #2599
* fix ci
* add license
* add ActiveTag error methods
* fix
* fix
* nacos
* nacos
* nacos
* nacos
* fix ci
* support nacos cluster
* fix yml
* fix license
* fix ci
* remove optional
* update license
* update license and doc
* fix
|
2019-05-15 00:29:23 +08:00 |
caoyixiong
|
b4ee1f17fb
|
update dependencyManagement (#2660)
* Fix #2546
* Change the stackdepth type
* Fix bug
* Fix CI failed
* fix #2599
* fix ci
* add license
* add ActiveTag error methods
* fix
* fix
* fix doc
* update doc
* update dependencyManagement
* fix
|
2019-05-14 23:09:42 +08:00 |
SataQiu
|
e07172b84f
|
update agent.config (#2664)
|
2019-05-14 16:12:59 +08:00 |
彭勇升 pengys
|
ff08ba7fa5
|
Update README.md (#2655)
Add the second QQ group number.
|
2019-05-13 14:14:05 +08:00 |
Jared Tan
|
20611a3fe3
|
sync ui. (#2632)
* sync ui.
* update
|
2019-05-10 16:36:40 +08:00 |
彭勇升 pengys
|
118485fbb7
|
Make the elasticsearch json object build to be a public method. (#2648)
|
2019-05-10 12:43:17 +08:00 |
彭勇升 pengys
|
3a31812854
|
Recover the module name of envoy-metric. (#2645)
|
2019-05-10 12:02:17 +08:00 |
caoyixiong
|
dd9d178cb3
|
Support span#error in toolkit (#2605)
* Fix #2546
|
2019-05-10 11:14:39 +08:00 |
彭勇升 pengys
|
ed78dabe8b
|
Rename metric and indicator to metrics. (#2643)
* Rename metric to metrics.
* Fixed test case execute failure issues.
|
2019-05-10 08:05:37 +08:00 |
于玉桔
|
c46554a1ae
|
fix spring data redis usercase NPE (#2621)
|
2019-05-09 23:52:42 +08:00 |
SataQiu
|
37c92523d5
|
add test cases for Base64 (#2630)
|
2019-05-08 15:08:37 +08:00 |
SataQiu
|
19d9c56f27
|
Clean up unnecessary times(1) for test verify (#2619)
* clean up unnecessary times(1) for test verify
* format code
* fix checkstyle
|
2019-05-07 21:56:23 +08:00 |
coki230
|
ba73d3420b
|
fix doc_Trace Data Protocol v2_error #2620 (#2625)
fix doc_Trace Data Protocol v2_error #2620
|
2019-05-07 19:25:57 +08:00 |
Changyu
|
8f73159415
|
sync-ui (#2618)
|
2019-05-07 12:38:58 +08:00 |
SataQiu
|
1f39b19937
|
fix some spelling mistakes (#2615)
|
2019-05-07 11:40:35 +08:00 |
Alan Lau
|
4de1fe5816
|
Remove the unused class loader. (#2612)
|
2019-05-07 11:03:42 +08:00 |
Ming Deng
|
16103c6738
|
Using PowerMockito to mock System.getent; (#2593)
* Using PowerMockito rathen then using reflection to mock System.getent;
* Run Test
* Trigger CI only on the master
|
2019-05-07 10:32:43 +08:00 |
neatlife
|
4e710857a0
|
fix docker elasticsearch and oap host (#2574)
|
2019-05-07 08:43:15 +08:00 |
Jared Tan
|
ea347b8535
|
fix webflux cast exception. (#2608)
* fix
* revert status interceptor.
|
2019-05-07 07:56:46 +08:00 |
吴晟 Wu Sheng
|
12f9991eef
|
Add documents for timezone and ttl (#2607)
|
2019-05-07 07:27:41 +08:00 |
Lemon
|
b1b11e7295
|
Add appveyor config (#2609)
|
2019-05-06 22:57:00 +08:00 |
zxbu
|
b973996709
|
Customizing the management endpoint paths (#2598)
|
2019-05-06 17:46:58 +08:00 |
Alan Lau
|
e6ebf62a1f
|
Add catch clause more details. (#2601)
* Add catch clause more details.
* Update SkyWalkingAgent.java
|
2019-05-06 15:17:20 +08:00 |
Alan Lau
|
da773973be
|
init need not return anything. also this function not used by other places. (#2597)
|
2019-05-06 14:26:15 +08:00 |
Alan Lau
|
ec9bea9d43
|
Fix the typo. (#2596)
|
2019-05-06 11:23:09 +08:00 |
吴晟 Wu Sheng
|
6412811a06
|
Update powered-by.md (#2595)
Add lizhi.fm to user list
|
2019-05-06 10:11:51 +08:00 |
Ming Deng
|
a4eb10d1da
|
1. Add unit tests for cluster-consul-plugin; (#2572)
2. Add unit tests for cluster-zookeeper-plugin;
3. Add unit tests for cluster-kubernetes-plugin;
|
2019-05-06 09:11:15 +08:00 |
Brandon Fergerson
|
683e0483af
|
Update CHANGES.md (#2590)
spelling
|
2019-05-05 22:08:56 +08:00 |
吴晟 Wu Sheng
|
d1d4eedf6b
|
Update README.md (#2589)
Version badge udpate
|
2019-05-05 21:10:28 +08:00 |
吴晟 Wu Sheng
|
34dc916d40
|
Support oraclejdk and openjdk 8 in CI (#2583)
* Try to open multiple jdk and os
* Open windows and set language java.
* Fix wrong setting.
* Remove the os version.
|
2019-05-05 18:06:53 +08:00 |
Jared Tan
|
4da0f486b5
|
add prometheus. (#2580)
|
2019-05-05 15:52:40 +08:00 |
Lemon
|
e3555479b4
|
Support RedisTemplate via Jedis Plugin (#2579)
* Support byte[] value for Jedis Plugin
* When the type of key is byte[], only the method name is recorded.
|
2019-05-05 15:22:13 +08:00 |
Michael Hausegger
|
ac2cc7339d
|
Added Unit Tests to increase code coverage (#2571)
|
2019-05-03 08:29:24 +08:00 |
吴晟 Wu Sheng
|
24393f3b8d
|
Fix query all scope in MySQL and H2 storage. (#2568)
|
2019-05-01 00:39:29 +08:00 |
Ming Deng
|
4b19bd77cf
|
add unit tests for alarm-plugin module (#2542)
|
2019-04-30 21:46:23 +08:00 |
吴晟 Wu Sheng
|
65c503b674
|
Release fix (#2566)
* Introduce new profile in release
* Fix a missing change.
* Fix wrong profile name.
|
2019-04-30 18:01:39 +08:00 |
吴晟 Wu Sheng
|
9b87086d72
|
Move to 6.2 (#2563)
* Move submodule plugin.
* Always auto-submodule
* [maven-release-plugin] prepare release v6.1.0
* [maven-release-plugin] prepare for next development iteration
* Change keys location.
|
2019-04-30 12:16:50 +08:00 |
吴晟 Wu Sheng
|
306b26ad1b
|
Update UI. (#2559)
|
2019-04-30 08:17:19 +08:00 |
Xin,Zhang
|
31cb96d99c
|
Fix #2546 (#2551)
* Fix #2546
* Change the stackdepth type
* Fix bug
* Fix CI failed
|
2019-04-29 11:41:57 +08:00 |
吴晟 Wu Sheng
|
f02300a945
|
Fix Rocketbot link and incubator word(again) (#2553)
|
2019-04-28 23:39:17 +08:00 |