1. 31 8月, 2022 1 次提交
  2. 20 8月, 2022 1 次提交
  3. 08 8月, 2022 1 次提交
    • wu-sheng's avatar
      [Critical] Fix a low performance issue of metrics persistent in ES (#9437) · 7f371ed5
      wu-sheng 提交于
      [Critical] Fix a low-performance issue of metrics persistent in the ElasticSearch storage implementation. One single metric could have to wait for an unnecessary 7~10s(System Env Variable SW_STORAGE_ES_FLUSH_INTERVAL).
      
      This is a solid and critical performance issue, from the self-observability metric, we could find one metric that would need 7-10s to execute the data flush, which is not expected.
      7f371ed5
  4. 14 7月, 2022 1 次提交
  5. 13 7月, 2022 1 次提交
  6. 08 6月, 2022 1 次提交
    • wu-sheng's avatar
      Begin 9.2.0 iteration (#9191) · 8584ada7
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v9.1.0
      
      * [maven-release-plugin] prepare for next development iteration
      8584ada7
  7. 21 5月, 2022 1 次提交
  8. 17 5月, 2022 1 次提交
  9. 06 5月, 2022 1 次提交
  10. 05 5月, 2022 1 次提交
  11. 29 4月, 2022 1 次提交
  12. 23 4月, 2022 1 次提交
  13. 22 4月, 2022 1 次提交
  14. 21 4月, 2022 1 次提交
  15. 19 4月, 2022 1 次提交
  16. 06 4月, 2022 1 次提交
  17. 01 4月, 2022 2 次提交
  18. 27 3月, 2022 1 次提交
  19. 19 3月, 2022 1 次提交
    • 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
  20. 17 3月, 2022 1 次提交
  21. 16 3月, 2022 1 次提交
    • K
      Add storage column attribute `indexOnly` (#8679) · 91a82e05
      Kai 提交于
      * Add storage column attribute `indexOnly`, support ElasticSearch only index and not store some fields.
      * Add `indexOnly=true` to `SegmentRecord.tags`, to reduce unnecessary storage.
      91a82e05
  22. 15 3月, 2022 1 次提交
  23. 11 3月, 2022 1 次提交
    • wu-sheng's avatar
      Enhance DataCarrier#MultipleChannelsConsumer to add priority (#8664) · 08d481e5
      wu-sheng 提交于
      * Enhance DataCarrier#MultipleChannelsConsumer to add priority for the channels, which makes OAP server has a better
        performance to activate all analyzers on default.
      * Activate `receiver-otel#enabledOcRules` receiver with `k8s-cluster,k8s-node,k8s-service,oap,vm` rules on default.
      * Activate `satellite,spring-sleuth` for `agent-analyzer#meterAnalyzerActiveFiles`  on default.
      * Activate `receiver-zabbix` receiver with `agent` rule on default.
      08d481e5
  24. 10 3月, 2022 1 次提交
  25. 08 3月, 2022 1 次提交
  26. 21 2月, 2022 1 次提交
  27. 10 2月, 2022 1 次提交
  28. 06 12月, 2021 1 次提交
  29. 02 12月, 2021 1 次提交
  30. 20 11月, 2021 1 次提交
  31. 11 11月, 2021 1 次提交
  32. 26 10月, 2021 1 次提交
  33. 08 10月, 2021 1 次提交
  34. 28 9月, 2021 1 次提交
  35. 25 9月, 2021 1 次提交
    • wu-sheng's avatar
      Begin 8.9.0 iteration (#7801) · 8b681053
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v8.8.0
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Create changes-8.8.0.md
      
      * Reset changelog for 8.9.0
      8b681053
  36. 24 9月, 2021 1 次提交
  37. 23 9月, 2021 1 次提交
  38. 17 9月, 2021 1 次提交
  39. 15 9月, 2021 1 次提交