Metrics - Amazon QuickSight
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).

Metrics

The Amazon/QuickSight namespace includes the following metrics for monitoring traffic and latency of your Amazon QuickSight dashboards and ingestions.

Per-dashboard metrics

The following metrics track dashboard view counts and load times. You can find these metrics under the Amazon/QuickSight/Dashboard Metrics group in CloudWatch.

Metric Description Dimension Unit

DashboardViewCount

The number of times that a dashboard has been viewed. This number includes all access patterns such as web, mobile, and embedded.

The most useful statistic for this metric is SUM, which represents the total number of dashboard views during a set period of time.

DashboardId

Count

DashboardViewLoadTime

The amount of time that it takes for a QuickSight dashboard to load. The measurement begins when a user reaches the QuickSight dashboard and ends when all of the dashboard's visuals finish rendering.

The most useful statistic for this metric is AVERAGE, which represents the average load time of a QuickSight dashboard during a set period of time.

DashboardId

Millisecond

Per-dataset ingestion metrics

The following metrics track ingestions for specific SPICE datasets. You can find these metrics under the Amazon/QuickSight/Ingestion Metrics group in CloudWatch.

Metric Description Dimension Unit

IngestionErrorCount

The number of failed ingestions.

The most useful statistic for this metric is SUM, which represents the total number of failed ingestions during a set period of time.

DatasetId

Count

IngestionInvocationCount

The number of ingestions that have been initiated. This includes scheduled and manual ingestions that are initiated through the console and the Amazon QuickSight API operations.

The most useful statistic for this metric is SUM, which represents the total number of ingestions initiated during a set period of time.

DatasetId

Count

IngestionLatency

The time period between the initiation of an ingestion to the completion of the ingestion.

The most useful statistic for this metric is AVERAGE, which represents the average runtime of ingestions during a set period of time.

DatasetId

Second

IngestionRowCount

The number of successful row ingestions.

The most useful statistic for this metric is SUM, which represents the total amount of data ingested during a set period of time.

DatasetId

Count

Per-visual metrics

The following metrics track the load times and error counts of individual visuals on a QuickSight dashboard. You can find these metrics under the Amazon/QuickSight/Visual Metrics group in CloudWatch.

Metric Description Dimension Unit

VisualLoadTime

The time that it takes for a QuickSight visual to receive the necessary query data for an initial paint of the visual. This includes the round-trip query time from the client, to the QuickSight service, and then back to client.

The most useful statistic for this metric is AVERAGE, which represents the average load time of a visual during a set period of time.

  • DashboardId

  • SheetId

  • VisualId

Millisecond

VisualLoadErrorCount

The number of times that a QuickSight visual fails to complete a data query for the initial paint. Any error that occurs during a visual's loading period is included in this metric.

The most useful statistic for this metric is SUM, which represents the total number of failed visual loads during a set period.

  • DashboardId

  • SheetId

  • VisualId

Count