{
  "GlobalSettings": {
    "type": "dynamic",
    "separator": "_",
    "commonReplaceChars": "/"
  },
  "vectors": [
    {
      "URL": "$BaseURL",
      "URLSetting": {
        "requestType": "get"
      },
      "metrics": [
        {
          "mPath": "$.applications[*][?(@.name=='$key')].application_summary.",
          "attribute": [
            {
              "name": "response_time",
              "index": 1,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "throughput",
              "index": 2,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "error_rate",
              "index": 3,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "apdex_target",
              "index": 4,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "apdex_score",
              "index": 5,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "host_count",
              "index": 6,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "instance_count",
              "index": 7,
              "type": 1,
              "operation": "none"
            }
          ],
          "operation": "none"
        }
      ],
      "path": [
        {
          "isPartOfHierarchy": true,
          "query": "$.applications[*].name",
          "replaceVectorKey": "$key"
        }
      ]
    }
  ]
}
