{
  "Monitor": {
    "monitorName": "JVMClassLoadingStats",
    "monitorId": 65,
    "isEnabled": true,
    "includeMonitorName": false,
    "includeVectorName": false,
    "vector": {
      "defString": "JVMClassLoadingStats",
      "merge": false
    },
    "mbeans": {
      "beans": [
	  {
        "objectNamePattern": "java.lang:type=ClassLoading",
        "vectors": {
          "type": "dynamic",
          "defString": "JVMMetrics"
        },
        "attribute": [
          {
            "name": "LoadedClassCount",
            "type": 1,
            "dataType": "int",
            "index": 1,
            "path": "",
            "value": ""
          },
          {
            "name": "TotalLoadedClassCount",
            "type": 1,
            "dataType": "long",
            "index": 2,
            "path": "",
            "value": ""
          },
          {
            "name": "UnloadedClassCount",
            "type": 1,
            "dataType": "long",
            "index": 3,
            "path": "",
            "value": ""
          }
        ]
		
		}
      ]
    }
  }
}