1. 13 1月, 2022 2 次提交
  2. 12 1月, 2022 1 次提交
  3. 04 1月, 2022 1 次提交
  4. 23 12月, 2021 1 次提交
  5. 02 12月, 2021 1 次提交
  6. 01 12月, 2021 1 次提交
  7. 20 11月, 2021 1 次提交
  8. 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
  9. 28 10月, 2021 1 次提交
  10. 26 10月, 2021 4 次提交
  11. 22 10月, 2021 1 次提交
  12. 21 10月, 2021 1 次提交
  13. 19 10月, 2021 1 次提交
  14. 13 10月, 2021 1 次提交
    • wu-sheng's avatar
      Message Queue performance and consuming latency monitoring (#7918) · fc0d0e1e
      wu-sheng 提交于
      * Support `!= null` in OAL engine.
      * Add `Message Queue Consuming Count` metric for MQ consuming service and endpoint.
      * Add `Message Queue Avg Consuming Latency` metric for MQ consuming service and endpoint.
      * Document with a new menu in the `tracing` catalog is added
      fc0d0e1e
  15. 11 10月, 2021 1 次提交
  16. 24 9月, 2021 2 次提交
  17. 18 9月, 2021 1 次提交
  18. 08 9月, 2021 1 次提交
  19. 06 9月, 2021 1 次提交
  20. 03 9月, 2021 2 次提交
  21. 02 9月, 2021 1 次提交
  22. 30 8月, 2021 1 次提交
  23. 23 8月, 2021 1 次提交
  24. 18 8月, 2021 1 次提交
  25. 14 8月, 2021 1 次提交
    • W
      fix: Fix MultiScopesAnalysisListener#setPublicAttrs log warn frequently (#7271) · 4b66f1e0
      wallezhang 提交于
      * fix: Fix MultiScopesAnalysisListener#setPublicAttrs log warn frequently. #6562
      
      1. Rename current STATUS_CODE to HTTP_RESPONSE_STATUS_CODE, real tag key should be http.status_code.
      2. Add a new string tag RPC_RESPONSE_STATUS_CODE to hold all string type value tag. The key is `rpc.status_code`.
      3. At the backend, keep responseCode for HTTP_RESPONSE_STATUS_CODE tag, but add @Deprecated. Also, add httpResponseStatusCode(a duplicate of responseCode) and rpcStatusCode(for RPC_RESPONSE_STATUS_CODE) fields for OAL.
      
      * Modify `Tags.STATUS_CODE` field name to `Tags.HTTP_RESPONSE_STATUS_CODE` and type from `StringTag` to `IntegerTag`, add `Tags.RPC_RESPONSE_STATUS_CODE` field to hold rpc response code value.
      
      * Add `rpcStatusCode` for `rpc.status_code` tag in the OAL objects. The `responseCode` field is marked as deprecated and replaced by `httpResponseStatusCode` field. 
      
      * Tag `status_code` is still supported in the backend for forward compatbility. Will be removed one year later.
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      4b66f1e0
  26. 13 8月, 2021 1 次提交
  27. 12 8月, 2021 1 次提交
  28. 11 8月, 2021 1 次提交
  29. 10 8月, 2021 2 次提交
  30. 06 8月, 2021 1 次提交
  31. 29 7月, 2021 1 次提交
  32. 22 7月, 2021 1 次提交
  33. 21 7月, 2021 1 次提交