{
  "Monitor": {
    "monitorName": "ApacheCamelThreadPoolMonitor",
    "isEnabled": true,
    "vector": {
      "defString": "ApacheCamelThreadPoolVector",
      "merge": false
    },
    "mbeans": {
      "beans": [{
        "objectNamePattern": "org.apache.camel:context=*,type=threadpools,name=*",
        "vectors": {
          "type": "dynamic",
          "separator": "_",
          "property": [{
            "name": "name",
            "value": "",
            "depth": 1,
            "operation": "equals"
          }]
        },
        "attribute": [
          {
            "name": "ActiveCount",
            "type": 1,
            "dataType": "int",
            "index": 1,
            "path": "",
            "value": ""
          },
          {
            "name": "CompletedTaskCount",
            "type": 1,
            "dataType": "long",
            "index": 2,
            "path": "",
            "value": ""
          },
          {
            "name": "TaskCount",
            "type": 1,
            "dataType": "long",
            "index": 3,
            "path": "",
            "value": ""
          },
          {
            "name": "TaskQueueSize",
            "type": 1,
            "dataType": "long",
            "index": 4,
            "path": "",
            "value": ""
          },
          {
            "name": "PoolSize",
            "type": 1,
            "dataType": "int",
            "index": 5,
            "path": "",
            "value": ""
          },
          {
            "name": "MaximumPoolSize",
            "type": 1,
            "dataType": "int",
            "index": 6,
            "path": "",
            "value": ""
          }
        ]
      }]
    }
  }
}