{
  "ControllerManager": {
    "vector_name": [
     {
       "key": "instance",
       "default_value": "instance"
     }
    ],
    "url": {
      "middle_url": "/api/v1/query?query="
    },
    "metrics": [
        {
        "graph_name": "Controller Manager Leader IsMaster",
        "id": 1,
        "metric_url": "leader_election_master_status"
        },
        {
        "graph_name": "Controller Manager Process Resident Memory (MB)",
        "id": 2,
        "metric_url": "process_resident_memory_bytes",
        "divide_by": "1048576"
        },
        {
        "graph_name": "Controller Manager Process CPU (%)",
        "id": 3,
        "metric_url": "process_cpu_seconds_total",
        "multiply_by": "100"
        },
        {
        "graph_name": "Controller Manager OS Thread",
        "id": 4,
        "metric_url": "go_threads"
        },
        {
        "graph_name": "Controller Manager Go Goroutines",
        "id": 5,
        "metric_url": "go_goroutines"
        },
        {
        "graph_name": "Controller Manager Open Files",
        "id": 6,
        "metric_url": "process_open_fds"
        },
        {
        "graph_name": "Controller Manager Open Files Limit",
        "id": 7,
        "metric_url": "process_max_fds"
        }
       ]
    }
  }
