Jared Tan
70f94d577c
make sql statement more semantic. ( #3882 )
...
* set no statement.
* update sql.
* update statement.
* revert threshold.
2019-11-18 21:30:25 +08:00
吴晟 Wu Sheng
3fbaec42dc
Move to 6.6.0 SNAPSHOT ( #3839 )
...
* [maven-release-plugin] prepare release v6.5.0
* [maven-release-plugin] prepare for next development iteration
2019-11-12 22:33:39 +08:00
于玉桔
d9b3ab8430
fix a typo ( #3744 )
2019-10-30 15:20:16 +05:30
coki230
cbb2755093
ServiceInstanceRelation set error id
...
the SourceServiceId set error id which is destServiceId.
2019-10-22 14:49:15 +08:00
吴晟 Wu Sheng
c05e63353d
Sync latest ALS from Envoy API ( #3507 )
2019-09-23 10:02:33 +08:00
Jared Tan
6c347a1169
agent support custom properties. ( #3367 )
...
* agent support custom properties.
2019-09-17 14:44:42 +08:00
吴晟 Wu Sheng
ce20fe107d
Move to 6.5.0 ( #3439 )
...
* [maven-release-plugin] prepare release v6.4.0
* [maven-release-plugin] prepare for next development iteration
2019-09-08 16:24:21 -07:00
康智冬
70b825ce43
fix typo ( #3388 )
2019-09-01 08:35:32 +08:00
kezhenxu94
6fd85c8303
Avoid unnecessary resetting when service mapping id is already 0 ( #3383 )
...
* Avoid unnecessary resetting when service mapping id is already 0
* Avoid as early as possible and minor optimization
* Remove unused import
* Polish
2019-08-30 23:54:54 +08:00
kezhenxu94
54614a0594
Support gateway without agent ( #3308 )
...
* Support Gateway without agent
2019-08-30 16:17:41 +08:00
webb2019
f0acf9b61f
slow sql long string trim ( #3318 )
...
* slow sql long string trim
* fix slow sql has long string
2019-08-25 21:21:48 +08:00
吴晟 Wu Sheng
dc0f6530cb
Fix TTL issue. ( #3292 )
...
* Fix TTL issue.
* Fix issue.
* Rename `getSecondTimeBucket` to `getRecordTimeBucket`.
2019-08-20 15:36:31 +08:00
yantaowu
1bfda1dd65
Modify the thread pool of grpc server. ( #3225 )
...
* Modify the thread pool of grpc server.
* add license header
* make param confingable
* Add sharing and Jaeger config.
* Remove grpc thread config from yml
2019-08-09 09:14:55 +08:00
吴晟 Wu Sheng
b247dc979e
Move project master branch to 6.4.0-SNAPSHOT ( #3220 )
...
* [maven-release-plugin] prepare release v6.3.0
* [maven-release-plugin] prepare for next development iteration
2019-08-05 21:19:17 +08:00
kezhenxu94
49f50a24a4
Support upgrade backend w/o rebooting agents ( #3170 )
...
* Support upgrade backend w/o rebooting agents
2019-08-02 09:25:17 +08:00
彭勇升 pengys
16b8236506
1. All the inventories add last_update_time attribute, delete the mapping_last_update_time attribute in service inventory. ( #3168 )
...
2. Fixed the service inventory and net address inventory update bugs.
2019-07-26 14:02:27 +08:00
Gao Hongtao
924f25fec4
Self observability of OAP backend ( #3140 )
...
* First commit
* Fix e2e test and some nits
* Documenting so11y and setting default values of it in dev env
2019-07-24 16:08:56 +08:00
吴晟 Wu Sheng
ab9bc9226b
Fix H2 metrics read bug, can't read expected existing metrics. ( #3132 )
...
Make agent mock works as usual.
2019-07-21 15:07:35 +08:00
彭勇升 pengys
6de3e55280
Too many EndOfBatchContext instance created. ( #3129 )
2019-07-21 00:26:17 +08:00
彭勇升 pengys
1057463812
Correct spelling errors in the network protocol. ( #3091 )
...
* Correct spelling errors in the network protocol.
* update protocol submodule commit id.
2019-07-16 09:19:48 +08:00
彭勇升 pengys
9025359163
Fixed a mistake that inject v1 segment producer into v2 standardization worker. ( #3090 )
2019-07-15 23:13:04 +08:00
kezhenxu94
4db1773d3e
Fix wrong logger names ( #3075 )
...
* Fix wrong logger name
* Fix more wrong logger names in agent side
2019-07-15 00:35:15 +08:00
彭勇升 pengys
10449aa51c
Logger class is incorrect. ( #3054 )
2019-07-12 09:46:36 +09:00
zhousiliang163
6c85693ca1
fix issue #2979 ( #2980 )
...
* fix issue #2979
* remove the unused import, which causes the CI failed
2019-07-02 11:34:19 +08:00
吴晟 Wu Sheng
4faa950c14
Move master to 6.3.0 ( #2968 )
...
* [maven-release-plugin] prepare release v6.2.0
* [maven-release-plugin] prepare for next development iteration
2019-06-29 13:49:36 +08:00
tzy1316106836
bc0c25ad55
the static paramater is best to be referenced by the class ( #2868 )
...
* fix potential NullPointerException
* Revert "fix potential NullPointerException"
This reverts commit 8393656
* fix potential NullPointerException
the static paramater is best to use the class to reference
2019-06-13 20:23:46 +08:00
彭勇升 pengys
4e63331d35
#2860 ( #2861 )
...
Get the document by index name.
2019-06-12 18:56:11 +08:00
于玉桔
ee7c4180ca
Optimize SegmentParseV2::parse code logic ( #2828 )
...
* Optimize code logic
* revert
* fix
2019-06-12 12:26:34 +08:00
吴晟 Wu Sheng
c983d85000
Fix miss change of envoy receiver. ( #2844 )
2019-06-10 16:15:34 +08:00
吴晟 Wu Sheng
2e846c6078
Dynamic Configuration and Dynamic Configuration Service ( #2810 )
...
* Implement the base of config API module.
* Finish configuration module codebases w/o tests, revert some changes.
* Finish mock tests.
* Add new gRPC service for configuration.
* Make gRPC configuration sync provider works.
* Add database slow statement dynamic setting.
* Finish the dynamic configuration service.
* Fix version.
2019-06-03 23:11:52 +08:00
彭勇升 pengys
0a696813c8
Time bucket util improve. ( #2795 )
2019-05-31 15:02:49 +08:00
Gao Hongtao
4f89ea2704
Filtering pods not in 'Running' phase ( #2771 )
...
* Filtering pods not in 'Running' phase
* Amending checkstyle errors
2019-05-28 16:05:36 +08:00
吴晟 Wu Sheng
7b21c337e0
Fix NPE when ALS is off. ( #2715 )
2019-05-19 23:51:17 +08:00
吴晟 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
3c52a326cb
Miss copy response code in mesh analysis. ( #2684 )
2019-05-16 00:20:18 +08:00
彭勇升 pengys
3a31812854
Recover the module name of envoy-metric. ( #2645 )
2019-05-10 12:02:17 +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
吴晟 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
9ab568faf2
Support shutdown the trace analysis. ( #2463 )
2019-04-09 18:18:13 +08:00
Lemon
c3cc3d2e56
Fix clr receiver ( #2456 )
2019-04-07 23:25:08 +08:00
吴晟 Wu Sheng
ff6fb90d38
Add jaeger traces support ( #2434 )
...
* Make Jaeger receiver works in 12450 as default.
* Finish compile and codebase.
* Make codes runnable.
* Finish Jaeger query tests.
* Add document for jaeger receiver.
* Add readme.
* Fix a break link.
* Finish doc.
2019-04-01 20:52:59 -07:00
吴晟 Wu Sheng
e59a488005
Setup Jaeger receiver and revert #2425 ( #2431 )
...
* Fix missing licenses in dist.
* Move all CoreRegisterLinker together into SharingReceiver.
* Setup receiver endpoint
* Revert "Provide create, delete, isExists template method by elastic client. (#2425 )"
This reverts commit e6a7720f03 .
2019-04-01 10:52:29 -07:00
吴晟 Wu Sheng
315c0e69ee
Reorganize the receiver proto ( #2426 )
...
* Move all receiver proto files together, in case the class conflict in gogoproto.
* Add jaeger proto and its dependency proto. Also license provided.
* Fix rat.
2019-03-30 18:25:31 -07:00
吴晟 Wu Sheng
601b472ef6
Support Backend acts as pure Zipkin collector ( #2424 )
...
* Codebase for zipkin span persistence.
* Fix missing fields in storage.
* Miss the latency field.
* Finish some tests.
* Fix wrong latency.
* Finish doc and reset application.yml
* Make the description more clear.
2019-03-31 01:36:36 +08:00
彭勇升 pengys
1fd5c5790a
Divide two static classes ( #2411 )
...
* 1. Remove static worker instances holder.
2. Remove static worker instance id generator.
* Fixed test case failure.
2019-03-30 15:37:19 +08:00
吴晟 Wu Sheng
59d4725091
Fix endpoint name rule package ( #2405 )
...
* Add more logs
* no message
* no message
* Exclude test file.
2019-03-26 13:25:07 -07:00
彭勇升 pengys
a482eaf37f
1. Fixed the warning of 'parent.relativePath' points issue when running the mvn package command. ( #2404 )
...
2. Fixed the warning of duplicate declaration of plugin issue when running the mvn package command.
3. Fixed the warning of duplicate declaration of mysql connector jar when running the mvn package command, because of provided scope include test scope.
4. Fixed the warning of expression ${artifactId} is deprecated issue when running the mvn package command.
5. Fixed the warning of expression ${version} is deprecated issue when running the mvn package command.
2019-03-26 05:10:12 -07:00
吴晟 Wu Sheng
3acd044d25
Support endpoint group in mesh. ( #2403 )
...
* Support endpoint group in mesh.
* Fix CI.
* Refactor for reduce string compare.
* Support endpoint naming rule in service level
2019-03-25 21:02:35 -07:00
吴晟 Wu Sheng
0ecf641c17
Support gRPC metric exporter ( #2395 )
...
* Support grpc exporter.
* Support scope(all) metric export and finish document.
* Close exporter even in local debug env. And fix CI.
* Remove the system.out
* Fix absent 4.
* Support subscription from remote.
* Add the doc
* Update application.yml
2019-03-25 15:48:00 +08:00
彭勇升 pengys
f38aea3d97
Fixed a logical error cause JVM metrics not dispatched. ( #2398 )
2019-03-23 08:40:35 -07:00