{
  "GlobalSettings": {
    "type": "dynamic",
    "separator": "_",
    "commonReplaceChars": "/"
  },
  "vectors": [
    {
      "URL": "$BaseURL/hosts.json",
      "URLSetting": {
        "requestType": "get"
      },
      "metrics": [
        {
          "mPath": "$.application_hosts[*].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_score",
              "index": 4,
              "type": 1,
              "operation": "none"
            },
            {
              "name": "instance_count",
              "index": 5,
              "type": 1,
              "operation": "none"
            }
          ],
          "operation": "none"
        }
      ],
      "path": [
        {
          "isPartOfHierarchy": true,
          "query": "$.application_hosts[*].application_name"
        },
        {
          "isPartOfHierarchy": true,
          "query": "$.application_hosts[*].host"
        }
      ]
    }
  ]
}