{
  "GlobalSettings": {
    "type": "dynamic"
  },
  "vectors": [
    {
      "URL": "$BaseURL/apis/autoscaling/v1/horizontalpodautoscalers",
      "urlId": 1,
      "path": [
        {
          "isPartOfHierarchy": true,
          "query": "$.items[*].metadata.namespace",
          "replaceVectorKey": "nameSpace"
        }
      ],
      "metrics": [
        {
          "mPath": "$.items[*].",
          "attribute": [
            {
              "name": "spec.minReplicas",
              "index": 1,
              "type": 1
            },
            {
              "name": "spec.maxReplicas",
              "index": 2,
              "type": 1
            },
            {
              "name": "spec.targetCPUUtilizationPercentage",
              "index": 3,
              "type": 1
            },
            {
              "name": "status.lastScaleTime",
              "index": 4,
              "type": 1
            },
            {
              "name": "status.currentReplicas",
              "index": 5,
              "type": 1
            },
            {
              "name": "status.desiredReplicas",
              "index": 6,
              "type": 1
            },
            {
              "name": "status.currentCPUUtilizationPercentage",
              "index": 7,
              "type": 1
            }
          ]
        }
      ]
    }
  ]
}