slow-db-spans.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "event_id": "ab095b616af4459098d29ade067108d6",
  3. "project": 82372,
  4. "release": "16.1.6",
  5. "dist": null,
  6. "platform": "ruby",
  7. "message": "",
  8. "datetime": "2022-11-23T20:40:03.938939+00:00",
  9. "_metrics": {"bytes.ingested.event": 7876, "bytes.stored.event": 9222},
  10. "culprit": "/pokedex/",
  11. "environment": "production",
  12. "location": "/pokedex/",
  13. "contexts": {
  14. "trace": {
  15. "trace_id": "10d0b72df0fe4392a6788bce71ec2028",
  16. "span_id": "1756e116945a4360",
  17. "parent_span_id": "d71f841b69164c33",
  18. "op": "http.server",
  19. "status": "ok",
  20. "type": "trace"
  21. }
  22. },
  23. "spans": [
  24. {
  25. "timestamp": 1669236003.406264,
  26. "start_timestamp": 1669236000.221315,
  27. "exclusive_time": 3184.949159,
  28. "description": "SELECT pokemon FROM pokedex",
  29. "op": "db",
  30. "span_id": "481bffa126c31edd",
  31. "parent_span_id": "877546cc52754d21",
  32. "trace_id": "3aa614f2d9a44204bd737312244e70fa",
  33. "tags": {},
  34. "data": {"connection_id": null},
  35. "hash": "c6cca113a59f8486"
  36. },
  37. {
  38. "timestamp": 1669236003.937326,
  39. "start_timestamp": 1669236003.406517,
  40. "exclusive_time": 530.808926,
  41. "description": "SELECT pokemon FROM pokedex WHERE pokemon.name = 'pikachu'",
  42. "op": "db",
  43. "span_id": "a8d0ffadce91d103",
  44. "parent_span_id": "877546cc52754d21",
  45. "trace_id": "3aa614f2d9a44204bd737312244e70fa",
  46. "tags": {},
  47. "data": {"connection_id": null},
  48. "hash": "95fb0da5a66a4936"
  49. },
  50. {
  51. "timestamp": 1669236003.938425,
  52. "start_timestamp": 1669236003.937986,
  53. "exclusive_time": 0.439167,
  54. "description": "do something in redis idk",
  55. "op": "db.redis.command",
  56. "span_id": "2949ee0f744ca1e3",
  57. "parent_span_id": "877546cc52754d21",
  58. "trace_id": "3aa614f2d9a44204bd737312244e70fa",
  59. "tags": {},
  60. "data": {
  61. "server": "some-server:4200"
  62. },
  63. "hash": "ac2e1279e1642d6f"
  64. }
  65. ],
  66. "start_timestamp": 1669236000.211091,
  67. "timestamp": 1669236003.938939,
  68. "title": "/pokedex/",
  69. "transaction": "/pokedex/",
  70. "transaction_info": {"source": "unknown"},
  71. "type": "transaction",
  72. "version": "7"
  73. }