{
  "AWS/Kinesis": {
    "dimensions": [
	{
		"key" : "StreamName"
	},
	{
		"key" : "ShardId"
	}
    ],
	"tags":[
	  {
	     "key": "kinesis:stream"
	  }
	],
    "metrics": [
      {
        "graph_name": "aws.kinesis.incoming.bytes",
        "id": 1,
        "metric_name": "IncomingBytes"
      },
      {
        "graph_name": "aws.kinesis.incoming.records",
        "id": 2,
        "metric_name": "IncomingRecords"
      },
	  {
        "graph_name": "aws.kinesis.Iterator.Age.Milliseconds",
        "id": 3,
        "metric_name": "IteratorAgeMilliseconds"
      },
	  {
        "graph_name": "aws.kinesis.Outgoing.Bytes",
        "id": 4,
        "metric_name": "OutgoingBytes"
      },
	  {
        "graph_name": "aws.kinesis.Outgoing.Records",
        "id": 5,
        "metric_name": "OutgoingRecords"
      },
	  {
        "graph_name": "aws.kinesis.read.provisioned.throughput.exceeded",
        "id": 6,
        "metric_name": "ReadProvisionedThroughputExceeded"
      },
	   {
        "graph_name": "aws.kinesis.write.provisioned.throughput.exceeded",
        "id": 7,
        "metric_name": "WriteProvisionedThroughputExceeded"
      }
    ]
  }
}