1. 04 6月, 2019 1 次提交
  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. 16 3月, 2019 1 次提交
  5. 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
  6. 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
  7. 12 11月, 2018 1 次提交
  8. 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
  9. 22 10月, 2018 1 次提交
  10. 17 10月, 2018 1 次提交
  11. 15 10月, 2018 1 次提交
  12. 09 10月, 2018 1 次提交
  13. 28 9月, 2018 1 次提交
  14. 17 9月, 2018 1 次提交
  15. 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
  16. 12 9月, 2018 2 次提交
  17. 07 9月, 2018 1 次提交
  18. 04 9月, 2018 1 次提交
  19. 28 8月, 2018 1 次提交
  20. 20 8月, 2018 1 次提交
  21. 15 8月, 2018 1 次提交
  22. 14 8月, 2018 2 次提交
  23. 08 8月, 2018 1 次提交
  24. 03 8月, 2018 1 次提交
  25. 30 7月, 2018 1 次提交
    • Feature/oap/remote (#1505) · efe5299d
      彭勇升 pengys 提交于
      * Sample operator code.
      
      * Indicator aggregator framework.
      
      * Provide some annotation for OAL.
      
      * Remote module.
      
      * Register service.
      
      * Add apache license header.
      
      * Ignore comments when load definition files.
      efe5299d
  26. 26 7月, 2018 1 次提交
  27. 19 7月, 2018 1 次提交