Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. An Amazon Redshift data warehouse is a collection of computing resources called nodes, organized into a cluster.
Use OpsRamp AWS Public Cloud Integration to discover and collect metrics against AWS Redshift Cluster Node.
Setup
If you have not already done so, set up the OpsRamp AWS Integration. Select Redshift in the AWS Integration Discovery Profile to discover AWS Redshift Cluster Node resources.
Event support
CloudTrail event support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
CloudWatch alarm support
- Supported
- Configurable in OpsRamp AWS Integration Discovery Profile.
Supported metrics
| OpsRamp Metric | AWS Metric | Metric Display Name | Unit | Aggregation Type | Description |
|---|---|---|---|---|---|
| aws_redshift_CPUUtilization | CPUUtilization | CPU Utilization | Percent | Average | Percentage of CPU utilization. For clusters, represents aggregation of all nodes (leader and compute) |
| aws_redshift_NetworkReceiveThroughput | NetworkReceiveThroughput | Network Receive Throughput | Bytes/Second | Average | Rate at which the node or cluster receives data |
| aws_redshift_NetworkTransmitThroughput | NetworkTransmitThroughput | Network Transmit Throughput | Bytes/Second | Average | Rate at which the node or cluster writes/transmits data |
| aws_redshift_PercentageDiskSpaceUsed | PercentageDiskSpaceUsed | Percentage Disk Space Used | Percent | Average | Percent of disk space used |
| aws_redshift_ReadThroughput | ReadThroughput | Read Throughput | Bytes | Average | Average number of bytes read from disk per second |
| aws_redshift_WriteThroughput | WriteThroughput | Write Throughput | Bytes | Average | Average number of bytes written to disk per second |
| aws_redshift_ReadIOPS | ReadIOPS | Read IOPS | Count/Second | Average | Average number of disk read operations per second |
| aws_redshift_ReadLatency | ReadLatency | Read Latency | Seconds | Average | Average time taken for disk read I/O operations |
| aws_redshift_WriteIOPS | WriteIOPS | Write IOPS | Count/Second | Average | Average number of write operations per second |
| aws_redshift_WriteLatency | WriteLatency | Write Latency | Seconds | Average | Average time taken for disk write I/O operations |
| aws_redshift_QueryDuration | QueryDuration | Query Duration | Microseconds | Average | Average time to complete a query |
| aws_redshift_QueryRuntimeBreakdown | QueryRuntimeBreakdown | Query Runtime Breakdown | Milliseconds | Average | Total time queries spent running by query stage |