In the context of sending metrics to CloudWatch using Amazon Kinesis, which of the following statements best describes the metric “PutRecord.Latency”?

November 18, 2021 by Admin

In the context of sending metrics to CloudWatch using Amazon Kinesis, which of the following statements best describes the metric “PutRecord.Latency”?

  • It is the time taken per PutRecord operation, measured over the specified time period.
  • It is the number of successful records in a PutRecords operation per Amazon Kinesis stream, measured over the specified time period.
  • It is the time taken per PutRecords operation to calculate the statistics of the PutRecords opera-tions.
  • It is the number of successful PutRecord operations per Amazon Kinesis stream, measured over the specified time period.

Explanation:
The metric PutRecord.Latency measures the time taken per PutRecord operation, measured over the specified time period.
Dimensions: StreamName
Statistics: Minimum, Maximum, Average
Units: Milliseconds

Leave a Reply