View API Gateway metrics in the CloudWatch console - Amazon API Gateway
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

View API Gateway metrics in the CloudWatch console

Metrics are grouped first by the service namespace, and then by the various dimension combinations within each namespace. To view the metrics at the metric-level for your API, turn on detailed metrics. For more information, see Update stage settings.

To view API Gateway metrics using the CloudWatch console
  1. Open the CloudWatch console at https://console.amazonaws.cn/cloudwatch/.

  2. If necessary, change the Amazon Web Services Region. From the navigation bar, select the Region where your Amazon resources reside.

  3. In the navigation pane, choose Metrics.

  4. In the All metrics tab, choose API Gateway.

  5. To view metrics by stage, choose the By Stage panel. Then, select your APIs and metric names.

  6. To view metrics by specific API, choose the By Api Name panel. Then, select your APIs and metric names.

To view metrics using the Amazon CLI
  1. At a command prompt, use the following command to list metrics:

    aws cloudwatch list-metrics --namespace "AWS/ApiGateway"

    After you create a metric, allow up to 15 minutes for the metric to appear. To see metric statistics sooner, use get-metric-data or get-metric-statistics.

  2. To view a specific statistics (for example, Average) over a period of time of a 5 minutes intervals, call the following command:

    aws cloudwatch get-metric-statistics --namespace AWS/ApiGateway --metric-name Count --start-time 2011-10-03T23:00:00Z --end-time 2017-10-05T23:00:00Z --period 300 --statistics Average