{
  "data": [
    {
      "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
      "spans": [
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "00f067aa0ba902b7",
          "operationName": "POST /api/checkout",
          "references": [],
          "startTime": 1773738872850000,
          "duration": 148200,
          "tags": [
            {
              "key": "http.request.method",
              "type": "string",
              "value": "POST"
            },
            {
              "key": "url.path",
              "type": "string",
              "value": "/api/checkout"
            },
            {
              "key": "url.scheme",
              "type": "string",
              "value": "https"
            },
            {
              "key": "http.response.status_code",
              "type": "int64",
              "value": 201
            },
            {
              "key": "http.route",
              "type": "string",
              "value": "/api/checkout"
            },
            {
              "key": "server.address",
              "type": "string",
              "value": "shop.example.com"
            },
            {
              "key": "client.address",
              "type": "string",
              "value": "203.0.113.42"
            },
            {
              "key": "user_agent.original",
              "type": "string",
              "value": "shop-mobile/4.2.0 (iOS 18.3)"
            },
            {
              "key": "enduser.id",
              "type": "string",
              "value": "cust-000418"
            },
            {
              "key": "shop.order.id",
              "type": "string",
              "value": "ord-2026-0317-004182"
            },
            {
              "key": "shop.cart.items",
              "type": "int64",
              "value": 3
            },
            {
              "key": "shop.order.total_minor",
              "type": "int64",
              "value": 8497
            },
            {
              "key": "shop.currency",
              "type": "string",
              "value": "EUR"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "server"
            }
          ],
          "logs": [
            {
              "timestamp": 1773738872851200,
              "fields": [
                {
                  "key": "event",
                  "type": "string",
                  "value": "request.body.parsed"
                },
                {
                  "key": "body.size_bytes",
                  "type": "int64",
                  "value": 612
                }
              ]
            }
          ],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "1a2b3c4d5e6f7081",
          "operationName": "auth.verify_token",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "00f067aa0ba902b7"
            }
          ],
          "startTime": 1773738872850900,
          "duration": 4100,
          "tags": [
            {
              "key": "auth.mechanism",
              "type": "string",
              "value": "jwt"
            },
            {
              "key": "auth.token.kid",
              "type": "string",
              "value": "k-2026-03"
            },
            {
              "key": "auth.cache.hit",
              "type": "bool",
              "value": true
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "internal"
            }
          ],
          "logs": [],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "2b3c4d5e6f708192",
          "operationName": "GET /cart/{cartId}",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "00f067aa0ba902b7"
            }
          ],
          "startTime": 1773738872855600,
          "duration": 21400,
          "tags": [
            {
              "key": "http.request.method",
              "type": "string",
              "value": "GET"
            },
            {
              "key": "server.address",
              "type": "string",
              "value": "cart-api.shop.svc"
            },
            {
              "key": "server.port",
              "type": "int64",
              "value": 8080
            },
            {
              "key": "http.response.status_code",
              "type": "int64",
              "value": 200
            },
            {
              "key": "network.protocol.version",
              "type": "string",
              "value": "1.1"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "client"
            }
          ],
          "logs": [],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "3c4d5e6f708192a3",
          "operationName": "GET /cart/{cartId}",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "2b3c4d5e6f708192"
            }
          ],
          "startTime": 1773738872856200,
          "duration": 20100,
          "tags": [
            {
              "key": "http.request.method",
              "type": "string",
              "value": "GET"
            },
            {
              "key": "http.route",
              "type": "string",
              "value": "/cart/{cartId}"
            },
            {
              "key": "http.response.status_code",
              "type": "int64",
              "value": 200
            },
            {
              "key": "shop.cart.id",
              "type": "string",
              "value": "cart-9f31a7"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "server"
            }
          ],
          "logs": [],
          "processID": "p2",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "4d5e6f708192a3b4",
          "operationName": "SELECT shop.carts",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "3c4d5e6f708192a3"
            }
          ],
          "startTime": 1773738872857300,
          "duration": 17800,
          "tags": [
            {
              "key": "db.system.name",
              "type": "string",
              "value": "postgresql"
            },
            {
              "key": "db.namespace",
              "type": "string",
              "value": "shop"
            },
            {
              "key": "db.collection.name",
              "type": "string",
              "value": "carts"
            },
            {
              "key": "db.operation.name",
              "type": "string",
              "value": "SELECT"
            },
            {
              "key": "db.query.text",
              "type": "string",
              "value": "SELECT id, customer_id, currency\n  FROM shop.carts\n WHERE id = $1\n   AND deleted_at IS NULL"
            },
            {
              "key": "db.response.returned_rows",
              "type": "int64",
              "value": 1
            },
            {
              "key": "server.address",
              "type": "string",
              "value": "pg-primary.shop.svc"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "client"
            }
          ],
          "logs": [],
          "processID": "p2",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "5e6f708192a3b4c5",
          "operationName": "POST /inventory/reserve",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "00f067aa0ba902b7"
            }
          ],
          "startTime": 1773738872878000,
          "duration": 39500,
          "tags": [
            {
              "key": "http.request.method",
              "type": "string",
              "value": "POST"
            },
            {
              "key": "server.address",
              "type": "string",
              "value": "inventory-api.shop.svc"
            },
            {
              "key": "http.response.status_code",
              "type": "int64",
              "value": 200
            },
            {
              "key": "http.request.body.size",
              "type": "int64",
              "value": 214
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "client"
            }
          ],
          "logs": [],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "6f708192a3b4c5d6",
          "operationName": "POST /inventory/reserve",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "5e6f708192a3b4c5"
            }
          ],
          "startTime": 1773738872878700,
          "duration": 38200,
          "tags": [
            {
              "key": "http.request.method",
              "type": "string",
              "value": "POST"
            },
            {
              "key": "http.route",
              "type": "string",
              "value": "/inventory/reserve"
            },
            {
              "key": "http.response.status_code",
              "type": "int64",
              "value": 200
            },
            {
              "key": "shop.sku.count",
              "type": "int64",
              "value": 3
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "server"
            }
          ],
          "logs": [
            {
              "timestamp": 1773738872887700,
              "fields": [
                {
                  "key": "event",
                  "type": "string",
                  "value": "reservation.locked"
                },
                {
                  "key": "shop.warehouse",
                  "type": "string",
                  "value": "wh-eu-2"
                }
              ]
            }
          ],
          "processID": "p3",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "708192a3b4c5d6e7",
          "operationName": "UPDATE shop.inventory",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "6f708192a3b4c5d6"
            }
          ],
          "startTime": 1773738872880100,
          "duration": 34900,
          "tags": [
            {
              "key": "db.system.name",
              "type": "string",
              "value": "postgresql"
            },
            {
              "key": "db.namespace",
              "type": "string",
              "value": "shop"
            },
            {
              "key": "db.collection.name",
              "type": "string",
              "value": "inventory"
            },
            {
              "key": "db.operation.name",
              "type": "string",
              "value": "UPDATE"
            },
            {
              "key": "db.query.text",
              "type": "string",
              "value": "UPDATE shop.inventory\n   SET reserved = reserved + $2\n WHERE sku = $1"
            },
            {
              "key": "db.response.returned_rows",
              "type": "int64",
              "value": 3
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "client"
            }
          ],
          "logs": [],
          "processID": "p3",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "8192a3b4c5d6e7f8",
          "operationName": "payments.authorize",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "00f067aa0ba902b7"
            }
          ],
          "startTime": 1773738872919000,
          "duration": 71200,
          "tags": [
            {
              "key": "rpc.system",
              "type": "string",
              "value": "grpc"
            },
            {
              "key": "rpc.service",
              "type": "string",
              "value": "shop.payments.v1.Payments"
            },
            {
              "key": "rpc.method",
              "type": "string",
              "value": "Authorize"
            },
            {
              "key": "rpc.grpc.status_code",
              "type": "int64",
              "value": 0
            },
            {
              "key": "server.address",
              "type": "string",
              "value": "payments-api.shop.svc"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "client"
            }
          ],
          "logs": [],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "92a3b4c5d6e7f809",
          "operationName": "payments.authorize",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "8192a3b4c5d6e7f8"
            }
          ],
          "startTime": 1773738872919800,
          "duration": 70100,
          "tags": [
            {
              "key": "rpc.system",
              "type": "string",
              "value": "grpc"
            },
            {
              "key": "rpc.method",
              "type": "string",
              "value": "Authorize"
            },
            {
              "key": "rpc.grpc.status_code",
              "type": "int64",
              "value": 0
            },
            {
              "key": "shop.payment.method",
              "type": "string",
              "value": "card"
            },
            {
              "key": "shop.payment.amount_minor",
              "type": "int64",
              "value": 8497
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "server"
            }
          ],
          "logs": [],
          "processID": "p4",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "a3b4c5d6e7f8091a",
          "operationName": "POST /v1/charges",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "92a3b4c5d6e7f809"
            }
          ],
          "startTime": 1773738872921500,
          "duration": 66900,
          "tags": [
            {
              "key": "http.request.method",
              "type": "string",
              "value": "POST"
            },
            {
              "key": "server.address",
              "type": "string",
              "value": "psp.example.net"
            },
            {
              "key": "http.response.status_code",
              "type": "int64",
              "value": 201
            },
            {
              "key": "http.request.resend_count",
              "type": "int64",
              "value": 0
            },
            {
              "key": "shop.psp.reference",
              "type": "string",
              "value": "psp-ref-7710294"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "client"
            }
          ],
          "logs": [
            {
              "timestamp": 1773738872962500,
              "fields": [
                {
                  "key": "event",
                  "type": "string",
                  "value": "psp.tokenized"
                },
                {
                  "key": "shop.psp.token.suffix",
                  "type": "string",
                  "value": "4242"
                }
              ]
            }
          ],
          "processID": "p4",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "b4c5d6e7f8091a2b",
          "operationName": "orders.created publish",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "00f067aa0ba902b7"
            }
          ],
          "startTime": 1773738872991900,
          "duration": 3100,
          "tags": [
            {
              "key": "messaging.system",
              "type": "string",
              "value": "kafka"
            },
            {
              "key": "messaging.destination.name",
              "type": "string",
              "value": "orders.created"
            },
            {
              "key": "messaging.operation.name",
              "type": "string",
              "value": "publish"
            },
            {
              "key": "messaging.message.id",
              "type": "string",
              "value": "msg-0031882"
            },
            {
              "key": "messaging.kafka.message.key",
              "type": "string",
              "value": "ord-2026-0317-004182"
            },
            {
              "key": "messaging.destination.partition.id",
              "type": "string",
              "value": "2"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "producer"
            }
          ],
          "logs": [],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        },
        {
          "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
          "spanID": "c5d6e7f8091a2b3c",
          "operationName": "cache.get order-token",
          "references": [
            {
              "refType": "CHILD_OF",
              "traceID": "4bf92f3577b34da6a3ce929d0e0e4736",
              "spanID": "00f067aa0ba902b7"
            }
          ],
          "startTime": 1773738872995600,
          "duration": 900,
          "tags": [
            {
              "key": "cache.operation",
              "type": "string",
              "value": "get"
            },
            {
              "key": "cache.hit",
              "type": "bool",
              "value": false
            },
            {
              "key": "cache.key.prefix",
              "type": "string",
              "value": "order-token"
            },
            {
              "key": "span.kind",
              "type": "string",
              "value": "internal"
            }
          ],
          "logs": [],
          "processID": "p1",
          "warnings": null,
          "flags": 1
        }
      ],
      "processes": {
        "p1": {
          "serviceName": "checkout-api",
          "tags": [
            {
              "key": "hostname",
              "type": "string",
              "value": "node-a1"
            },
            {
              "key": "ip",
              "type": "string",
              "value": "192.0.2.11"
            },
            {
              "key": "jaeger.version",
              "type": "string",
              "value": "opentelemetry-java-1.34.0"
            },
            {
              "key": "deployment.environment.name",
              "type": "string",
              "value": "staging"
            }
          ]
        },
        "p2": {
          "serviceName": "cart-api",
          "tags": [
            {
              "key": "hostname",
              "type": "string",
              "value": "node-a2"
            },
            {
              "key": "ip",
              "type": "string",
              "value": "192.0.2.12"
            },
            {
              "key": "jaeger.version",
              "type": "string",
              "value": "opentelemetry-go-1.34.0"
            },
            {
              "key": "deployment.environment.name",
              "type": "string",
              "value": "staging"
            }
          ]
        },
        "p3": {
          "serviceName": "inventory-api",
          "tags": [
            {
              "key": "hostname",
              "type": "string",
              "value": "node-b1"
            },
            {
              "key": "ip",
              "type": "string",
              "value": "192.0.2.21"
            },
            {
              "key": "jaeger.version",
              "type": "string",
              "value": "opentelemetry-go-1.34.0"
            },
            {
              "key": "deployment.environment.name",
              "type": "string",
              "value": "staging"
            }
          ]
        },
        "p4": {
          "serviceName": "payments-api",
          "tags": [
            {
              "key": "hostname",
              "type": "string",
              "value": "node-b2"
            },
            {
              "key": "ip",
              "type": "string",
              "value": "192.0.2.22"
            },
            {
              "key": "jaeger.version",
              "type": "string",
              "value": "opentelemetry-python-1.34.0"
            },
            {
              "key": "deployment.environment.name",
              "type": "string",
              "value": "staging"
            }
          ]
        }
      },
      "warnings": null
    }
  ],
  "total": 0,
  "limit": 0,
  "offset": 0,
  "errors": null
}
