1. 09 9月, 2019 1 次提交
  2. 02 9月, 2019 1 次提交
    • J
      support es https ssl config. (#3370) · dbbf22a1
      Jared Tan 提交于
      * support es https ssl config.
      
      * update
      
      * update docs.
      
      * refactoring var name.
      
      * fix
      
      * update docs.
      
      * add config in es section.
      
      * fix logical.
      dbbf22a1
  3. 28 8月, 2019 1 次提交
  4. 26 8月, 2019 2 次提交
  5. 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
  6. 17 8月, 2019 1 次提交
  7. 16 8月, 2019 1 次提交
  8. 09 8月, 2019 1 次提交
  9. 07 8月, 2019 1 次提交
  10. 05 8月, 2019 1 次提交
  11. 29 7月, 2019 1 次提交
  12. 26 7月, 2019 1 次提交
  13. 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
  14. 24 7月, 2019 1 次提交
  15. 21 7月, 2019 3 次提交
  16. 20 7月, 2019 1 次提交
  17. 19 7月, 2019 1 次提交
  18. 15 7月, 2019 1 次提交
  19. 12 7月, 2019 1 次提交
    • Z
      fix deleteIndex repeat append namespace (#3017) · deb2d900
      zhangwei 提交于
      * fix deleteIndex repeat append namespace
      
      * fix deleteIndex repeat append namespace
      
      * fix checkStyle
      
      * fix
      
      * fix test assert
      
      * update test method name
      
      * fix test
      
      * fix
      
      * del elastic.search.namespace
      
      * fix check style
      
      * update ITElasticSearchNamespaceClient to ITElasticSearchClientOfNamespace
      
      * move undoFormatIndexName to ITElasticSearchClien
      
      * move #getIndex to ITElasticSearchClient
      
      * add deleteByModelName and deleteByIndexName
      
      * add deleteByModelName and deleteByIndexName
      
      * revert ITElasticSearchClient#getIndex
      
      * Use whitebox get from powermock to get this.
      
      * undo namespacePrefix
      deb2d900
  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. 25 6月, 2019 1 次提交
  24. 23 6月, 2019 1 次提交
  25. 17 6月, 2019 1 次提交
  26. 12 6月, 2019 2 次提交
  27. 04 6月, 2019 1 次提交
  28. 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
  29. 31 5月, 2019 1 次提交
  30. 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
  31. 17 5月, 2019 1 次提交
  32. 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
  33. 10 5月, 2019 2 次提交
  34. 01 5月, 2019 1 次提交
  35. 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