{
  "GlobalSettings": {
    "type": "dynamic",
    "separator": "_"
  },
  "vectors": [
    {
      "URL": "$BaseURL/Nginx",
      "urlId": 1,
      "URLSetting": {
        "requestType": "get"
      },
	  "path": [
        {
          "isPartOfHierarchy": true,
          "query": "$.caches",
		  "replaceVectorKey": "cacheKey"
        }
      ],
    "metrics": [
        {
          "mPath": "$.caches.[*].",
          "operation": "none",
          "attribute": [
            {
              "operation": "none",
              "name": "size",
              "index": 1,
              "type": 1
            },
            {
              "operation": "none",
              "name": "max_size",
              "index": 2,
              "type": 1
            }
          ]
        },
        {
          "mPath": "$.caches..hit.",
          "operation": "none",
          "attribute": [
             {
              "operation": "none",
              "name": "responses",
              "index": 3,
              "type": 1
            },
			{
              "operation": "none",
              "name": "bytes",
              "index": 4,
              "type": 1
            }  
			
          ]
        },
         {
          "mPath": "$.caches..stale.",
          "operation": "none",
          "attribute": [
            {
              "operation": "none",
              "name": "bytes",
              "index": 6,
              "type": 1
            },
			{
              "operation": "none",
              "name": "responses",
              "index": 5,
              "type": 1
            }  
          ]
        },
        {
          "mPath": "$.caches..updating.",
          "operation": "none",
          "attribute": [
            {
              "operation": "none",
              "name": "bytes",
              "index": 8,
              "type": 1
            },
			{
              "operation": "none",
              "name": "responses",
              "index": 7,
              "type": 1
            }  
          ]
        },
        {
          "mPath": "$.caches..revalidated.",
          "operation": "none",
          "attribute": [
            {
              "operation": "none",
              "name": "bytes",
              "index": 10,
              "type": 1
            },
			{
              "operation": "none",
              "name": "responses",
              "index": 9,
              "type": 1
            }  
          ]
        },
        {
          "mPath": "$.caches..miss.",
          "operation": "none",
          "attribute": [
		    {
              "operation": "none",
              "name": "responses",
              "index": 11,
              "type": 1
            },  
            {
              "operation": "none",
              "name": "bytes",
              "index": 12,
              "type": 1
            },
            {
              "operation": "none",
              "name": "responses_written",
              "index": 13,
              "type": 1
            },
			{
              "operation": "none",
              "name": "bytes_written",
              "index": 14,
              "type": 1
            }
          ]
        },
        {
          "mPath": "$.caches..expired.",
          "operation": "none",
          "attribute": [
		    {
              "operation": "none",
              "name": "responses",
              "index": 15,
              "type": 1
            },  
            {
              "operation": "none",
              "name": "bytes",
              "index": 16,
              "type": 1
            },
            {
              "operation": "none",
              "name": "responses_written",
              "index": 17,
              "type": 1
            },
			{
              "operation": "none",
              "name": "bytes_written",
              "index": 18,
              "type": 1
            }
          ]
        },
        {
          "mPath": "$.caches..bypass.",
          "operation": "none",
          "attribute": [
		    {
              "operation": "none",
              "name": "responses",
              "index": 19,
              "type": 1
            },
            {
              "operation": "none",
              "name": "bytes",
              "index": 20,
              "type": 1
            },
            {
              "operation": "none",
              "name": "responses_written",
              "index": 21,
              "type": 1
            },
			{
              "operation": "none",
              "name": "bytes_written",
              "index": 22,
              "type": 1
            }
          ]
        }
        
      ]
    }
  ]
}
