{
  "nodes": [
    {
      "id": "Resource:ops-agent",
      "label": "Resource",
      "properties": {
        "service_name": "ops-agent"
      }
    },
    {
      "id": "Operation:ddddddddddddddd1",
      "label": "Operation",
      "properties": {
        "span_id": "ddddddddddddddd1",
        "trace_id": "44444444444444444444444444444444",
        "type": "invoke_agent",
        "start_ns": 1737000400000000000,
        "end_ns": 1737000402500000000,
        "status": "ERROR",
        "service_name": "ops-agent"
      }
    },
    {
      "id": "Session:conv-5",
      "label": "Session",
      "properties": {
        "id": "conv-5"
      }
    },
    {
      "id": "Agent:agent-err",
      "label": "Agent",
      "properties": {
        "id": "agent-err"
      }
    },
    {
      "id": "Operation:ddddddddddddddd2",
      "label": "Operation",
      "properties": {
        "span_id": "ddddddddddddddd2",
        "trace_id": "44444444444444444444444444444444",
        "type": "execute_tool",
        "start_ns": 1737000400500000000,
        "end_ns": 1737000402400000000,
        "status": "ERROR",
        "error_message": "database timeout after 2000ms",
        "service_name": "ops-agent"
      }
    },
    {
      "id": "Tool:db_query",
      "label": "Tool",
      "properties": {
        "name": "db_query"
      }
    }
  ],
  "edges": [
    {
      "id": "e0",
      "source": "Session:conv-5",
      "target": "Operation:ddddddddddddddd1",
      "type": "CONTAINS",
      "properties": {}
    },
    {
      "id": "e1",
      "source": "Agent:agent-err",
      "target": "Operation:ddddddddddddddd1",
      "type": "INVOKED",
      "properties": {}
    },
    {
      "id": "e2",
      "source": "Session:conv-5",
      "target": "Operation:ddddddddddddddd2",
      "type": "CONTAINS",
      "properties": {}
    },
    {
      "id": "e3",
      "source": "Operation:ddddddddddddddd1",
      "target": "Operation:ddddddddddddddd2",
      "type": "PARENT_OF",
      "properties": {}
    },
    {
      "id": "e4",
      "source": "Operation:ddddddddddddddd2",
      "target": "Tool:db_query",
      "type": "CALLED",
      "properties": {}
    }
  ]
}