{
  "generatedFrom": [
    "4bf92f3577b34da6a3ce929d0e0e4736",
    "7f8a9b0c1d2e3f405162738495a6b7c8"
  ],
  "window": {
    "start": "2026-03-17T09:14:32.850Z",
    "end": "2026-03-17T10:14:32.850Z"
  },
  "nodes": [
    {
      "id": "checkout-api",
      "type": "service",
      "namespace": "shop",
      "version": "1.14.2",
      "instances": 1,
      "host": "node-a1"
    },
    {
      "id": "cart-api",
      "type": "service",
      "namespace": "shop",
      "version": "0.9.7",
      "instances": 1,
      "host": "node-a2"
    },
    {
      "id": "inventory-api",
      "type": "service",
      "namespace": "shop",
      "version": "2.3.0",
      "instances": 1,
      "host": "node-b1"
    },
    {
      "id": "payments-api",
      "type": "service",
      "namespace": "shop",
      "version": "3.1.4",
      "instances": 1,
      "host": "node-b2"
    },
    {
      "id": "notifier",
      "type": "service",
      "namespace": "shop",
      "version": "0.4.11",
      "instances": 1,
      "host": "node-c1"
    }
  ],
  "edges": [
    {
      "source": "checkout-api",
      "target": "cart-api",
      "callCount": 1,
      "errorCount": 0,
      "latencyP50Ms": 20.1,
      "latencyP99Ms": 36.2,
      "connectionType": "http"
    },
    {
      "source": "checkout-api",
      "target": "inventory-api",
      "callCount": 1,
      "errorCount": 0,
      "latencyP50Ms": 38.2,
      "latencyP99Ms": 68.8,
      "connectionType": "http"
    },
    {
      "source": "checkout-api",
      "target": "payments-api",
      "callCount": 1,
      "errorCount": 0,
      "latencyP50Ms": 70.1,
      "latencyP99Ms": 126.2,
      "connectionType": "http"
    },
    {
      "source": "checkout-api",
      "target": "notifier",
      "callCount": 1,
      "errorCount": 0,
      "latencyP50Ms": 26.4,
      "latencyP99Ms": 47.5,
      "connectionType": "messaging"
    }
  ]
}
