1. 19 1月, 2022 1 次提交
  2. 18 1月, 2022 1 次提交
  3. 17 1月, 2022 2 次提交
  4. 13 1月, 2022 4 次提交
  5. 12 1月, 2022 1 次提交
  6. 09 1月, 2022 1 次提交
  7. 06 1月, 2022 1 次提交
  8. 04 1月, 2022 1 次提交
  9. 23 12月, 2021 2 次提交
  10. 21 12月, 2021 1 次提交
  11. 18 12月, 2021 2 次提交
  12. 07 12月, 2021 1 次提交
  13. 06 12月, 2021 1 次提交
  14. 02 12月, 2021 2 次提交
  15. 01 12月, 2021 1 次提交
  16. 30 11月, 2021 1 次提交
  17. 29 11月, 2021 1 次提交
  18. 28 11月, 2021 1 次提交
  19. 27 11月, 2021 1 次提交
  20. 26 11月, 2021 1 次提交
  21. 24 11月, 2021 2 次提交
  22. 22 11月, 2021 1 次提交
  23. 21 11月, 2021 1 次提交
  24. 20 11月, 2021 1 次提交
  25. 19 11月, 2021 2 次提交
  26. 16 11月, 2021 1 次提交
  27. 11 11月, 2021 1 次提交
  28. 04 11月, 2021 1 次提交
    • wu-sheng's avatar
      Optimize metrics of minute dimensionality persistence, don't save metric of... · c0994eef
      wu-sheng 提交于
      Optimize metrics of minute dimensionality persistence, don't save metric of being default value. (#8066)
      
      Optimize metrics of minute dimensionality persistence.
      - The value of metrics, which has declaration of the default value and current value equals the default value logically, the whole row wouldn't be pushed into database.
      - Add self-observability `metrics_persistence_skipped` metric to measure the number of skipped metrics.
      - SLA(percent function), Apdex, AvgLong(MAL mostly) metrics are mostly optimized because of this. Such as a full-failing error(0% successful rate) and unhealthy(apdex=0) are not costing the storage.
      - Hour/Day dimensionalities metrics are not changed, as they cover long duration.
      - Fix `max` function in OAL doesn't support negative long.
      c0994eef
  29. 29 10月, 2021 1 次提交
  30. 28 10月, 2021 1 次提交
  31. 27 10月, 2021 1 次提交
    • wu-sheng's avatar
      Fix ElasticSearch implementation of `queryMetricsValues` and... · 2ea12934
      wu-sheng 提交于
      Fix ElasticSearch implementation of `queryMetricsValues` and `readLabeledMetricsValues` doesn't fill default values (#8012)
      
      * Fix ElasticSearch implementation of `queryMetricsValues` and `readLabeledMetricsValues` doesn't fill default values
      * Change generated file path.
      2ea12934