{
  "AWS/Athena": {
    "dimensions": [
	{
		"key" : "QueryState"
	},
	{
		"key" : "QueryType"
	},
	{
		"key" : "WorkGroup"
	}
    ],
    "tags":[
      {
        "key": "athena:workgroup"
      }
    ],
    "metrics": [
       {
        "graph_name": "AWS Athena Engine Execution Time",
        "id": 1,
        "metric_name": "EngineExecutionTime"
      },
	  {
        "graph_name": "AWS Athena Processed Bytes",
        "id": 2,
        "metric_name": "ProcessedBytes"
      },
	  {
        "graph_name": "AWS Athena Query Planning Time",
        "id": 3,
        "metric_name": "QueryPlanningTime"
      },
	  {
        "graph_name": "AWS Athena Query Queue Time",
        "id": 4,
        "metric_name": "QueryQueueTime"
      },
	  {
        "graph_name": "AWS Athena Service Processing Time",
        "id": 5,
        "metric_name": "ServiceProcessingTime"
      },
	  {
        "graph_name": "AWS Athena Total Execution Time",
        "id": 6,
        "metric_name": "TotalExecutionTime"
      }
    ]
  }
}
