

# Viewing Amazon Keyspaces metrics in CloudWatch
<a name="view-metrics"></a>

When you interact with Amazon Keyspaces, it sends the following metrics and dimensions to Amazon CloudWatch. All metrics are aggregated and reported every minute. You can use the following procedures to view the metrics for Amazon Keyspaces.

**To view metrics using the CloudWatch console**

Metrics are grouped first by the service namespace, and then by the various dimension combinations within each namespace.

1. Open the CloudWatch console at [https://console.amazonaws.cn/cloudwatch/](https://console.amazonaws.cn/cloudwatch/).

1. If necessary, change the Amazon Web Services Region. On the navigation bar, choose the Region where your Amazon resources reside. For more information, see [Amazon service endpoints](http://docs.amazonaws.cn/general/latest/gr/rande.html).

1. In the navigation pane, choose **Metrics**.

1. Under the **All metrics** tab, choose `AWS/Cassandra.`

**To view metrics using the Amazon CLI**
+ At a command prompt, use the following command.

  ```
  1. aws cloudwatch list-metrics --namespace "AWS/Cassandra"                        
  ```