1. 30 11月, 2021 2 次提交
  2. 27 11月, 2021 1 次提交
  3. 22 11月, 2021 1 次提交
  4. 19 11月, 2021 1 次提交
  5. 17 11月, 2021 1 次提交
  6. 11 11月, 2021 1 次提交
  7. 09 11月, 2021 1 次提交
  8. 06 11月, 2021 2 次提交
  9. 03 11月, 2021 1 次提交
  10. 02 11月, 2021 1 次提交
  11. 01 11月, 2021 2 次提交
  12. 29 10月, 2021 1 次提交
  13. 26 10月, 2021 1 次提交
  14. 24 10月, 2021 1 次提交
  15. 22 10月, 2021 1 次提交
  16. 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
  17. 12 10月, 2021 1 次提交
    • wu-sheng's avatar
      Support `(str->long)` and `(str->int)` cast statements in OAL core engine. (#7907) · 7f7f604b
      wu-sheng 提交于
      Enhance OAL engine core
      * Fix `funcParamExpression` and `literalExpression` can't be used in the same aggregation function.
      * Support cast statement in the OAL core engine.
      * Support `(str->long)` and `(long)` for string to long cast statement.
      * Support `(str->int)` and `(int)` for string to int cast statement.
      * Support Long literal number in the OAL core engine.
      * Support literal `string` as parameter of aggregation function.
      * Add `attributeExpression` and `attributeExpressionSegment` in the OAL grammar tree to support `map` type for the
        attribute expression.
      
      Besides added UTs, I locally tested these OAL scripts
      ```
      mq_consume_latency = from((str->long)Service.tag["transmission.latency"]).longAvg();
      
      mq_consume_latency = from((long)Service.tag["transmission.latency"]).longAvg();
      
      mq_consume_latency = from((str->long)Service.tag["transmission.latency"]).filter((str->long)tag["transmission.latency"] > 0L).longAvg();
      ```
      7f7f604b
  18. 11 10月, 2021 1 次提交
  19. 28 9月, 2021 1 次提交
  20. 27 9月, 2021 1 次提交
  21. 23 9月, 2021 1 次提交
  22. 22 9月, 2021 2 次提交
  23. 18 9月, 2021 1 次提交
  24. 17 9月, 2021 1 次提交
  25. 15 9月, 2021 1 次提交
  26. 14 9月, 2021 2 次提交
  27. 12 9月, 2021 1 次提交
  28. 10 9月, 2021 1 次提交
  29. 09 9月, 2021 1 次提交
  30. 08 9月, 2021 2 次提交
  31. 07 9月, 2021 1 次提交
  32. 06 9月, 2021 1 次提交
  33. 04 9月, 2021 2 次提交