{
  "GlobalSettings": {
    "type": "fixed"
  },
  "vectors": [
    {
      "URL": "$BaseURL/nifi-api/flow/status",
      "urlId": 1,
      "metrics": [
        {
          "mPath": "$.controllerStatus.",
          "attribute": [
            {
              "name": "flowFilesQueued",
              "index": 1
            },
            {
              "name": "bytesQueued",
              "index": 2,
              "convertTo": "kb",
              "convertFrom": "bytes"
            },
            {
              "name": "runningCount",
              "index": 3
            },
            {
              "name": "stoppedCount",
              "index": 4
            },
            {
              "name": "invalidCount",
              "index": 5
            },
            {
              "name": "disabledCount",
              "index": 6
            },
            {
              "name": "upToDateCount",
              "index": 7
            },
            {
              "name": "locallyModifiedCount",
              "index": 8
            },
            {
              "name": "staleCount",
              "index": 9
            },
            {
              "name": "locallyModifiedAndStaleCount",
              "index": 10
            },
            {
              "name": "syncFailureCount",
              "index": 11
            }
          ]
        }
      ]
    }
  ]
}
