1. 12 11月, 2019 1 次提交
  2. 28 10月, 2019 1 次提交
  3. 17 10月, 2019 1 次提交
    • K
      add graphql getServiceInstance instanceUUID field. (#3595) · c0be757f
      Kdump 提交于
      * add graphql getServiceInstance instanceUUID field.
      
      * add graphql getServiceInstance instanceUUID field.
      
      * add graphql getServiceInstance instanceUUID field.
      
      * sync query-protocol repo
      
      * add instanceUUID field e2e
      
      * add instanceUUID field e2e
      
      * add instanceUUID field e2e
      
      * add instanceUUID field e2e
      c0be757f
  4. 12 10月, 2019 1 次提交
  5. 19 9月, 2019 1 次提交
  6. 17 9月, 2019 1 次提交
  7. 09 9月, 2019 1 次提交
    • wu-sheng's avatar
      Move to 6.5.0 (#3439) · ce20fe10
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.4.0
      
      * [maven-release-plugin] prepare for next development iteration
      ce20fe10
  8. 26 8月, 2019 1 次提交
  9. 20 8月, 2019 1 次提交
    • wu-sheng's avatar
      Fix TTL issue. (#3292) · dc0f6530
      wu-sheng 提交于
      * Fix TTL issue.
      
      * Fix issue.
      
      * Rename `getSecondTimeBucket` to `getRecordTimeBucket`.
      dc0f6530
  10. 07 8月, 2019 1 次提交
  11. 05 8月, 2019 1 次提交
  12. 29 7月, 2019 1 次提交
  13. 26 7月, 2019 1 次提交
  14. 25 7月, 2019 1 次提交
    • Simplify the PxxMetrics and ThermodynamicMetrics to improve performance (#3162) · f658d9eb
      彭勇升 pengys 提交于
      * Feature of database session
      
      * Make it configurable.
      
      * Change the metrics process flow.
      before: metrics entrance -> aggregate worker -> remote worker -> trans worker -> minute, hour, day, month persistence worker -> storage
      after: metrics entrance -> aggregate worker -> remote worker -> minute persistence worker ->  trans worker -> hour, day, month persistence worker -> storage
      
      * IntKeyLongValueHashMap instead of IntKeyLongValueArray.
      
      * Make the OAP server can't startup.
      
      * Finish
      
      * Rename the method and fixed some test case issues.
      
      * Rename field.
      
      * no message
      f658d9eb
  15. 24 7月, 2019 1 次提交
  16. 21 7月, 2019 3 次提交
  17. 20 7月, 2019 1 次提交
  18. 19 7月, 2019 1 次提交
  19. 15 7月, 2019 1 次提交
  20. 29 6月, 2019 1 次提交
    • wu-sheng's avatar
      Move master to 6.3.0 (#2968) · 4faa950c
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.2.0
      
      * [maven-release-plugin] prepare for next development iteration
      4faa950c
  21. 27 6月, 2019 1 次提交
  22. 26 6月, 2019 1 次提交
  23. 17 6月, 2019 1 次提交
  24. 12 6月, 2019 1 次提交
  25. 03 6月, 2019 1 次提交
    • 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
  26. 31 5月, 2019 1 次提交
  27. 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
  28. 17 5月, 2019 1 次提交
  29. 15 5月, 2019 1 次提交
    • 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
  30. 10 5月, 2019 1 次提交
  31. 01 5月, 2019 1 次提交
  32. 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
  33. 28 4月, 2019 1 次提交
  34. 17 4月, 2019 1 次提交
  35. 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
  36. 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
  37. 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
  38. 23 2月, 2019 1 次提交