{"timestamp":"2024-01-15T10:00:00Z","request":{"user":{"profile":{"name":"alice","settings":{"theme":"dark","notifications":{"email":true,"push":false}}},"id":123},"metadata":{"ip":"192.168.1.10","session":"sess_abc123"}}}
{"timestamp":"2024-01-15T10:01:00Z","request":{"user":{"profile":{"name":"bob","settings":{"theme":"light"}},"id":456},"metadata":{"ip":"10.0.0.5"}}}
{"timestamp":"2024-01-15T10:02:00Z","order":{"customer":{"name":"charlie","address":{"street":"123 Main St","city":"Portland","state":"OR","zip":"97201","coordinates":{"lat":45.5231,"lon":-122.6765}}},"items":[{"product":{"name":"Widget","sku":"WDG-001","price":29.99},"quantity":2},{"product":{"name":"Gadget","sku":"GDG-002","price":49.99},"quantity":1}],"total":109.97}}
{"timestamp":"2024-01-15T10:03:00Z","error":{"type":"ValidationError","details":{"field":"email","message":"Invalid format","context":{"user":{"input":"not-an-email","expected":"email@example.com"},"validation":{"rules":{"pattern":"^[^@]+@[^@]+$","required":true}}}}}}
{"timestamp":"2024-01-15T10:04:00Z","api":{"version":"v2","endpoint":"/graphql","query":{"operation":"getUser","variables":{"userId":789},"fields":["id","name",{"profile":["bio","avatar",{"social":["twitter","github"]}]}]},"response":{"data":{"user":{"id":789,"name":"diana","profile":{"bio":"Software engineer","avatar":"https://example.com/avatar.jpg","social":{"twitter":"@diana","github":"diana-dev"}}}}}}}
{"timestamp":"2024-01-15T10:05:00Z","trace":{"service":"api","span":{"id":"span_001","parent":"span_000","operation":"database.query","tags":{"db.type":"postgresql","db.statement":"SELECT * FROM users WHERE id = $1"},"logs":[{"timestamp":"2024-01-15T10:05:00.100Z","level":"debug","message":"Query started"},{"timestamp":"2024-01-15T10:05:00.145Z","level":"info","message":"Query completed","fields":{"rows":1,"duration_ms":45}}]}}}
{"timestamp":"2024-01-15T10:06:00Z","deployment":{"metadata":{"version":"v1.2.3","commit":"abc123def456","branch":"main","author":{"name":"Eve","email":"eve@example.com"}},"environment":{"name":"production","region":"us-west-2","infrastructure":{"kubernetes":{"cluster":"prod-cluster","namespace":"default","pods":{"web":{"replicas":5,"image":"myapp:v1.2.3"},"worker":{"replicas":3,"image":"myapp-worker:v1.2.3"}}}}},"status":"success"}}
{"timestamp":"2024-01-15T10:07:00Z","metrics":{"application":{"requests":{"total":15234,"success":15120,"errors":{"4xx":89,"5xx":25,"breakdown":{"400":23,"401":45,"404":21,"500":15,"502":7,"503":3}}},"latency":{"p50":45,"p95":234,"p99":567,"max":1234},"throughput":{"requests_per_second":127,"bytes_per_second":1048576}}}}