1. 31 5月, 2019 5 次提交
  2. 28 5月, 2019 2 次提交
  3. 27 5月, 2019 2 次提交
  4. 26 5月, 2019 1 次提交
  5. 25 5月, 2019 2 次提交
  6. 24 5月, 2019 2 次提交
    • wu-sheng's avatar
      Update Supported-list.md (#2751) · bb4c8c04
      wu-sheng 提交于
      bb4c8c04
    • 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
  7. 23 5月, 2019 6 次提交
  8. 22 5月, 2019 3 次提交
  9. 21 5月, 2019 4 次提交
  10. 20 5月, 2019 3 次提交
  11. 19 5月, 2019 1 次提交
  12. 17 5月, 2019 4 次提交
  13. 16 5月, 2019 4 次提交
  14. 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