1. 03 6月, 2019 2 次提交
    • wu-sheng's avatar
      Dynamic Configuration and Dynamic Configuration Service (#2810) · 2e846c60
      wu-sheng 提交于
      * 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.
      2e846c60
    • Good news of an important feature: time series implementation in Elasticsearch storage. (#2808) · 5036e833
      彭勇升 pengys 提交于
      * The new feature of Elasticsearch storage with the time series implementation.
      
      * Time bucket util improve.
      
      * Fixed some Gramma error.
      
      * Update ttl.md
      
      Polish English a little.
      
      * Update ttl.md
      
      Add more explicit description of TTL
      
      * Update ttl.md
      
      * Update StorageModuleElasticsearchConfig.java
      
      Set otherMetricsDataTTL = 0 as default, make user more clear.
      
      * Rename the timeSeriesAble to capableOfTimeSeries
      
      * Fixed a test case failure.
      5036e833
  2. 31 5月, 2019 2 次提交
  3. 24 5月, 2019 1 次提交
    • F
      Support RESTEasy 3.x (#2665) · bc6f06f9
      FuCheng,Yan 提交于
      * feat(agent sdk): resteasy plugin
      
      * fix(agent sdk): fix component define
      
      * fix(agent sdk): fix file license
      
      * fix(agent sdk): fix file license
      
      * docs(agent sdk): add supported list
      
      * fix(agent sdk): fix file license
      
      * fix(agent sdk): fix response error tag
      
      * fix(agent sdk): fix
      
      * fix(agent sdk): adapter 3.5+
      
      * fix(agent sdk): remove unreasonable async handling
      bc6f06f9
  4. 21 5月, 2019 1 次提交
    • wu-sheng's avatar
      New topology query protocol implementation (#2654) · 595498e7
      wu-sheng 提交于
      * Make backend fits new topology query protocol and logic.
      
      * Change topology line id.
      
      * Change endpoint point id rule to match service relation id rule.
      
      * Refactor util.
      
      * Revert wrong refactor by IDEA.
      
      * Revert some changes.
      
      * Fix entity id bug.
      
      * Fix endpoint topology query
      
      * Update UI.
      
      * UI license update.
      595498e7
  5. 20 5月, 2019 1 次提交
  6. 17 5月, 2019 1 次提交
  7. 15 5月, 2019 3 次提交
    • New OAP annotations, they are friendly for streaming loader. (#2670) · 63fb961c
      彭勇升 pengys 提交于
      * 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.
      63fb961c
    • study sharding sphere (#2679) · 1b6bd5f8
      于玉桔 提交于
      1b6bd5f8
    • C
      support Nacos cluster (#2640) · 91ffae25
      caoyixiong 提交于
      * 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
      91ffae25
  8. 10 5月, 2019 1 次提交
  9. 30 4月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.2 (#2563) · 9b87086d
      wu-sheng 提交于
      * 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.
      9b87086d
  10. 16 4月, 2019 1 次提交
  11. 11 4月, 2019 1 次提交
  12. 08 4月, 2019 1 次提交
    • wu-sheng's avatar
      Query protocol and codebase for log type record (#2449) · df362b18
      wu-sheng 提交于
      * New query graphql protocol added.
      
      * Finish a new metric, log(abstract) with HTTP Access Log.
      
      * Submit the draft codes of logs.
      
      * Remove @IDColumn
      
      * Fix startup issue.
      
      * Add http_access_log to disable list.
      
      * Finish a wrong service implementation.
      
      * Add trace id in log query condition and result.
      
      * Fix style
      df362b18
  13. 02 4月, 2019 1 次提交
    • wu-sheng's avatar
      Add jaeger traces support (#2434) · ff6fb90d
      wu-sheng 提交于
      * 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.
      ff6fb90d
  14. 31 3月, 2019 1 次提交
    • wu-sheng's avatar
      Support Backend acts as pure Zipkin collector (#2424) · 601b472e
      wu-sheng 提交于
      * 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.
      601b472e
  15. 30 3月, 2019 1 次提交
  16. 26 3月, 2019 1 次提交
  17. 21 3月, 2019 3 次提交
  18. 20 3月, 2019 1 次提交
  19. 17 3月, 2019 2 次提交
  20. 16 3月, 2019 1 次提交
  21. 13 3月, 2019 1 次提交
  22. 12 3月, 2019 2 次提交
    • wu-sheng's avatar
      Make k8s-Coordinator works in role mode. (#2347) · 0951b943
      wu-sheng 提交于
      * Make k8s-Coordinator back in role mode.
      
      * Start query API server after the core started.
      
      * Do lock when port has been intialized.
      
      * Rename service.
      
      * Fix text cases.
      
      * Declare ConfigService.class in core module.
      
      * Implement in an easier way.
      
      * Envoy print whole metric, now in debug.
      
      * Forcedly fix envoy timestamp issue.
      0951b943
    • B
      vertx plugin work · 68376fb5
      Brandon Fergerson 提交于
      68376fb5
  23. 11 3月, 2019 1 次提交
    • The role of OAP server. (#2344) · ab398f79
      彭勇升 pengys 提交于
      * The role of OAP server.
      Mixed: Receive agent data, level 1 aggregate, level 2 aggregate
      Receiver: Receive agent data, level 1 aggregate
      Aggregator: level 2 aggregate
      
      * Mistake, stadalone default.
      
      * Update application.yml
      ab398f79
  24. 10 3月, 2019 1 次提交
  25. 08 3月, 2019 1 次提交
  26. 07 3月, 2019 1 次提交
    • wu-sheng's avatar
      Envoy metric support and a bug fix (#2321) · b4cb7e0b
      wu-sheng 提交于
      * Extend envoy metric service, scope and OAL lexer/parser.
      
      * Finish metric extension and oal.
      
      * Make test env works.
      
      * Finish test of envoy connection and memory metric.
      
      * Change document.
      
      * Finish docker compose test.
      b4cb7e0b
  27. 02 3月, 2019 2 次提交
  28. 26 2月, 2019 1 次提交
    • wu-sheng's avatar
      Improve OAP extendibility (#2288) · fb62025d
      wu-sheng 提交于
      * Make scope meta configurable.
      
      * Fix test cases in ci.
      
      * Change step 1
      
      * Refactor step 2
      
      * Other compile issue done. Prepare the generator changes.
      
      * Revert some wrong changes to Istio receiver.
      
      * Step 3, make compile pass.
      
      * Try to make CI passed.
      
      * Add a check.
      
      * Fix generated code style
      
      * Provide new and extendable dispatcher generator tool
      
      * Fix startup.
      
      * Can't guarantee the dispatchers are always existing. Put explicit comments at there to avoid confusion, since this is different with old version.
      
      * Fix a H2 query for endpoint search.
      
      * Fix a wrong mysql alarm query.
      
      * Provide new document and `generate-tool-grammer` module.
      
      * Add missing last section of document.
      
      * Fix typo
      
      * Relocate the @ScopeDeclaration annotation, make it more sense. Also remove the useless @SourceType annotation. And adjust document for these changes
      
      * ScopeDeclaration can be used once for each class only, now.
      fb62025d
  29. 23 2月, 2019 1 次提交
  30. 21 2月, 2019 1 次提交
  31. 20 2月, 2019 1 次提交