{
  "headers": [
    {
      "cols": [
        { "type": 0, "label": "Tier", "key": "tierName", "width": "100px", "selected": false },
        { "type": 0, "label": "Server", "key": "serverName", "width": "110px", "selected": false },
        { "type": 0, "label": "Instance", "key": "appName", "width": "120px", "selected": false },
        { "type": 0, "label": "Business Transaction", "key": "urlName", "width": "200px", "selected": true },
        { "type": 0, "label": "URL", "key": "urlQueryParamStr", "width": "250px", "selected": true },
        { "type": 1, "label": "Start Time", "key": "startTimeInMs", "width": "130px", "selected": true, "format": "format_date_time" },
        { "type": 1, "label": "Response Time(ms)", "key": "selfResponseTime", "width": "185px", "selected": true },
        { "type": 1, "label": "Status", "key": "statusCode", "width": "100px", "selected": true },
        { "type": 0, "label": "Trace Id", "key": "TraceId", "width": "200px", "selected": false, "dataKey": true },
        { "type": 0, "label": "Span Id", "key": "spanId", "width": "130px", "selected": false }
      ]
    }
  ],
  "paginator": {
    "rows": 50,
    "rowsPerPageOptions": [
      50,
      100,
      200,
      400
    ],
    "first": 0,
    "lazy": true
  },
  "tableConfig": {
    "config": {
      "masterCheckbox": true,
      "globalFilter": true,
      "toggleFilter": true,
      "download": true
    },
    "tableAction": [
      {
        "iconType": "icon",
        "iconClass": "mat-menu-trigger icons8 icons8-menu-vertical veritcalBtn clicIco",
        "action": "menu-items",
        "needRowData": true
      },
      {
        "iconType": "icon",
        "iconClass": "icons8 icons8-help",
        "action": "toggleHelp"
      }
    ]
  }
}