{
    "GlobalSettings": {
      "type": "dynamic"
    },
    "vectors": [
      {
        "URL": "$BaseURL/pools/default/buckets",
        "urlId": 1,
        "path": [
          {
            "isPartOfHierarchy": true,
            "query": "$.[*].name",
            "replaceVectorKey": "Bucket"
          }
        ],
        "metrics": [
          {
            "mPath": "$.[?(@.name == 'Bucket')].quota.",
            "attribute": [
              {
                "name": "ram",
                "index": 1,
                "convertFrom": "bytes",
                "convertTo": "GB",
                "type": 1
              },
              {
                "name": "rawRAM",
                "index": 2,
                "convertFrom": "bytes",
                "convertTo": "GB",
                "type": 1
              }
            ]
          },
          {
            "mPath": "$.[?(@.name == 'Bucket')].basicStats.",
            "attribute": [
              {
                "name": "memUsed",
                "index": 3,
                "convertFrom": "bytes",
                "convertTo": "GB",
                "type": 1
              },
              {
                "name": "quotaPercentUsed",
                "index": 4,
                "type": 1
              },
              {
                "name": "opsPerSec",
                "index": 5,
                "type": 1
              },
              {
                "name": "diskFetches",
                "index": 6,
                "type": 1
              },
              {
                "name": "diskUsed",
                "index": 7,
                "convertFrom": "bytes",
                "convertTo": "GB",
                "type": 1
              },
              {
                "name": "dataUsed",
                "index": 8,
                "convertFrom": "bytes",
                "convertTo": "GB",
                "type": 1
              },
              {
                "name": "itemCount",
                "index": 9,
                "type": 1
              }
            ]
          }
        ]
      }
    ]
  }
