{
  "AWS/Redshift": {
    "dimensions": [
      {
        "key": "ClusterIdentifier"
      },
      {
        "key": "Latency"
      }
    ],
	"tags":[
	  {
	     "key": "redshift:cluster"
	  }
	],
    "metrics": [
      {
        "graph_name": "aws.redshift.QueryDuration (Sec)",
        "id": 1,
        "metric_name": "QueryDuration",
        "divide_by": 1000000
      },
      {
        "graph_name": "aws.redshift.Queries.Completed.PerSecond",
        "id": 2,
        "metric_name": "QueriesCompletedPerSecond"
      }
    ]
  }
}

