1. 18 7月, 2019 1 次提交
    • wu-sheng's avatar
      All NEW OAL Runtime Engine (#3109) · 5b039e97
      wu-sheng 提交于
      * Change OAL generator tool to runtime.
      
      Step 1. change project structure. API links and maven pom.
      
      * Part of metrics class generation
      
      * Metrcis class generated.
      
      * Set up the basic structure of new OAL engine.
      
      * Finish metrics generation.
      
      * Support dispatcher generation.
      
      * Format codes.
      
      * Generate dispatcher all methods.
      
      * Implement disable in hardcode.
      
      * Clear up
      
      * Fix compile startup.
      
      * Update license and document of new OAL engine.
      
      * Fix rat.
      
      * Disable class output in default
      
      * Copy from @kezhenxu94 's test PR, https://github.com/apache/skywalking/pull/3110
      
      * Wait for the mount command to finish
      5b039e97
  2. 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
  3. 10 5月, 2019 1 次提交
  4. 17 3月, 2019 1 次提交
  5. 07 12月, 2018 1 次提交
    • wu-sheng's avatar
      OAL tool module established (#2015) · 40eb6512
      wu-sheng 提交于
      * Move oal tool back into main repo, and fix compile issue.
      
      * Fix two bugs.
      
      * Remove all generated codes.
      
      * Make all oal generated codes out of source control.
      
      * Make mvn compile and package work.
      
      * Fix test cases.
      
      * Make compile right and provide new documents.
      
      * Remove an unnecessary tokens file.
      40eb6512
  6. 12 11月, 2018 1 次提交
  7. 29 10月, 2018 1 次提交
    • Fixed the bugs of the OAP server running in cluster mode. (#1844) · 948ef6d1
      彭勇升 pengys 提交于
      * 1. Fixed the bug of the cluster node sync failure cause by curator instance cache is null.
      2. Fixed the bug of the collection in remote data builder is not initialized.
      
      * 1. Re-generate indicator.
      
      * Fixed the bug of the collection in remote data builder is not initialized.
      
      * Fixed the bug of the remote client created but not  initialize.
      948ef6d1
  8. 17 10月, 2018 1 次提交
  9. 15 10月, 2018 1 次提交
  10. 13 9月, 2018 1 次提交
    • wu-sheng's avatar
      Support new indicator core. (#1669) · fd83aa55
      wu-sheng 提交于
      * Support new indicator core.
      
      * Block 2 unaccessible methods.
      
      * Add service call as manual indicator and refactor the core DIspatcherManager
      fd83aa55
  11. 28 8月, 2018 1 次提交
  12. 20 8月, 2018 1 次提交
  13. 14 8月, 2018 1 次提交
  14. 11 12月, 2017 1 次提交
  15. 10 12月, 2017 1 次提交
  16. 09 12月, 2017 1 次提交
  17. 13 10月, 2017 1 次提交
  18. 10 10月, 2017 1 次提交
  19. 19 8月, 2017 1 次提交