1. 20 3月, 2022 1 次提交
  2. 19 3月, 2022 3 次提交
    • K
      sync-ui (#8709) · 2bfa642d
      Kai 提交于
      2bfa642d
    • wu-sheng's avatar
      Fix comments. (#8708) · fed3df30
      wu-sheng 提交于
      fed3df30
    • K
      Support ElasticSearch template mappings `properties parameters` and `_source` update (#8706) · 2bf7f0f4
      Kai 提交于
      Previous logic can't update the mappings `properties parameters` and `_source` only support adding a new property.
      
      ### Now
      1. As the OAP core merges the index of metrics, properties would not be deleted still.
      2. Would not update the current index to avoid conflict, a new index follows the new template to create.
      
      **Warning**, if there are properties conflicts, same key with different values, they would override each other according to booting sequence. Unless we change booting process as merging modules before merging with existing templates and indices, we can't add check mechanism and warnings.
      2bf7f0f4
  3. 18 3月, 2022 2 次提交
    • wu-sheng's avatar
      Add `Column.shardingKeyIdx` for column definition for BanyanDB (#8705) · f956484e
      wu-sheng 提交于
      * Add `Column.shardingKeyIdx` for column definition for BanyanDB.
      
      ```
      Sharding key is used to group time series data per metric of one entity in one place (same sharding or same 
      column for column-oriented database).
      For example,
      ServiceA's traffic gauge, service call per minute, includes following timestamp values, then it should be sharded by service ID
      [ServiceA(encoded ID): 01-28 18:30 values-1, 01-28 18:31 values-2, 01-28 18:32 values-3, 01-28 18:32 values-4]
      
      BanyanDB is the 1st storage implementation supporting this. It would make continuous time series metrics stored closely and compressed better.
      
      NOTICE, this sharding concept is NOT just for splitting data into different database instances or physical files.
      ```
      
      * Add `JD_PRESERVE_LINE_FEEDS=true` in official code style file. Then our comments don't have to use many blank lines to keep format.
      f956484e
    • K
  4. 17 3月, 2022 2 次提交
  5. 16 3月, 2022 3 次提交
  6. 15 3月, 2022 3 次提交
  7. 11 3月, 2022 3 次提交
  8. 10 3月, 2022 4 次提交
  9. 09 3月, 2022 2 次提交
  10. 08 3月, 2022 1 次提交
  11. 07 3月, 2022 1 次提交
  12. 06 3月, 2022 2 次提交
  13. 03 3月, 2022 1 次提交
  14. 02 3月, 2022 2 次提交
  15. 27 2月, 2022 1 次提交
    • wu-sheng's avatar
      Replace UI repo (#8601) · d8786503
      wu-sheng 提交于
      The RocketBot UI is not accepting issue reports anymore. We only focus on the new Booster UI.
      d8786503
  16. 26 2月, 2022 4 次提交
  17. 25 2月, 2022 4 次提交
  18. 22 2月, 2022 1 次提交