mockJsonResponse.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [
  2. {
  3. "traceId": "efe9cb8857f68c8f",
  4. "parentId": "efe9cb8857f68c8f",
  5. "id": "8608dc6ce5cafe8e",
  6. "kind": "SERVER",
  7. "name": "get /api",
  8. "timestamp": 1627975249601797,
  9. "duration": 23457,
  10. "localEndpoint": { "serviceName": "backend", "ipv4": "127.0.0.1", "port": 9000 },
  11. "tags": {
  12. "http.method": "GET",
  13. "http.path": "/api",
  14. "jaxrs.resource.class": "Resource",
  15. "jaxrs.resource.method": "printDate"
  16. },
  17. "shared": true
  18. },
  19. {
  20. "traceId": "efe9cb8857f68c8f",
  21. "parentId": "efe9cb8857f68c8f",
  22. "id": "8608dc6ce5cafe8e",
  23. "kind": "CLIENT",
  24. "name": "get",
  25. "timestamp": 1627975249491667,
  26. "duration": 148265,
  27. "localEndpoint": { "serviceName": "frontend", "ipv4": "127.0.0.1", "port": 8081 },
  28. "tags": { "http.method": "GET", "http.path": "/api" }
  29. },
  30. {
  31. "traceId": "efe9cb8857f68c8f",
  32. "id": "efe9cb8857f68c8f",
  33. "kind": "SERVER",
  34. "name": "get",
  35. "timestamp": 1627975249258448,
  36. "duration": 413469,
  37. "localEndpoint": { "serviceName": "frontend", "ipv4": "127.0.0.1", "port": 8081 },
  38. "tags": {
  39. "http.method": "GET",
  40. "http.path": "/",
  41. "jaxrs.resource.class": "Resource",
  42. "jaxrs.resource.method": "callBackend"
  43. }
  44. }
  45. ]