aggregate_duration_filter.json 971 B

1234567891011121314151617181920212223242526272829303132333435
  1. [
  2. {
  3. "query": "avg(transaction.duration):>500s",
  4. "result": [
  5. {"type": "spaces", "value": ""},
  6. {
  7. "type": "filter",
  8. "filter": "aggregateDuration",
  9. "negated": false,
  10. "key": {
  11. "type": "keyAggregate",
  12. "name": {"type": "keySimple", "value": "avg", "quoted": false},
  13. "args": {
  14. "type": "keyAggregateArgs",
  15. "args": [
  16. {
  17. "separator": "",
  18. "value": {
  19. "type": "keyAggregateParam",
  20. "value": "transaction.duration",
  21. "quoted": false
  22. }
  23. }
  24. ]
  25. },
  26. "argsSpaceBefore": {"type": "spaces", "value": ""},
  27. "argsSpaceAfter": {"type": "spaces", "value": ""}
  28. },
  29. "operator": ">",
  30. "value": {"type": "valueDuration", "value": 500, "unit": "s"}
  31. },
  32. {"type": "spaces", "value": ""}
  33. ]
  34. }
  35. ]