AWS firehose documentation change
Summary
Added 'Statistics: Minimum, Maximum, Average, Sum, Samples' specifications to all CloudWatch metric descriptions to clarify available statistical dimensions
Security assessment
The changes only enhance metric documentation by specifying available statistics dimensions. There is no evidence of addressing vulnerabilities, security incidents, or describing new security features. While improved monitoring can aid security posture, the changes themselves are routine documentation improvements.
Diff
diff --git a/firehose/latest/dev/monitoring-with-cloudwatch-metrics.md b/firehose/latest/dev/monitoring-with-cloudwatch-metrics.md index e6c396b7b..7ab3427df 100644 --- a//firehose/latest/dev/monitoring-with-cloudwatch-metrics.md +++ b//firehose/latest/dev/monitoring-with-cloudwatch-metrics.md @@ -50,2 +50,2 @@ Metric | Description -`ActivePartitionsLimit` | The maximum number of active partitions that a Firehose stream processes before sending data to the error bucket. Units: Count -`PartitionCount` | The number of partitions that are being processed, in other words, the active partition count. This number varies between 1 and the partition count limit of 500 (default). Units: Count +`ActivePartitionsLimit` | The maximum number of active partitions that a Firehose stream processes before sending data to the error bucket. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`PartitionCount` | The number of partitions that are being processed, in other words, the active partition count. This number varies between 1 and the partition count limit of 500 (default). Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -55 +55 @@ Metric | Description -`DeliveryToS3.ObjectCount` | Indicates the number of objects that are being delivered to your S3 bucket. Units: Count +`DeliveryToS3.ObjectCount` | Indicates the number of objects that are being delivered to your S3 bucket. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -84,3 +84,3 @@ Metric | Description -`DeliveryToAmazonOpenSearchService.Bytes` | The number of bytes indexed to OpenSearch Service over the specified time period. Units: Bytes -`DeliveryToAmazonOpenSearchService.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to OpenSearch Service. Units: Seconds -`DeliveryToAmazonOpenSearchService.Records` | The number of records indexed to OpenSearch Service over the specified time period. Units: Count +`DeliveryToAmazonOpenSearchService.Bytes` | The number of bytes indexed to OpenSearch Service over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToAmazonOpenSearchService.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to OpenSearch Service. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Seconds +`DeliveryToAmazonOpenSearchService.Records` | The number of records indexed to OpenSearch Service over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -88 +88 @@ Metric | Description -`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Amazon Data Firehose emits this metric only when you enable backup for all documents. Units: Count +`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Amazon Data Firehose emits this metric only when you enable backup for all documents. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -90 +90 @@ Metric | Description -`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Amazon Data Firehose emits this metric only when you enable backup for all documents. Units: Count +`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Amazon Data Firehose emits this metric only when you enable backup for all documents. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -99 +99 @@ Metric | Description -`DeliveryToAmazonOpenSearchServerless.Bytes` | The number of bytes indexed to OpenSearch Serverless over the specified time period. Units: Bytes +`DeliveryToAmazonOpenSearchServerless.Bytes` | The number of bytes indexed to OpenSearch Serverless over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes @@ -101 +101 @@ Metric | Description -`DeliveryToAmazonOpenSearchServerless.Records` | The number of records indexed to OpenSearch Serverless over the specified time period. Units: Count +`DeliveryToAmazonOpenSearchServerless.Records` | The number of records indexed to OpenSearch Serverless over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -103 +103 @@ Metric | Description -`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Amazon Data Firehose emits this metric only when you enable backup for all documents. Units: Count +`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Amazon Data Firehose emits this metric only when you enable backup for all documents. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -114,2 +114,2 @@ Metric | Description -`DeliveryToRedshift.Bytes` | The number of bytes copied to Amazon Redshift over the specified time period. Units: Count -`DeliveryToRedshift.Records` | The number of records copied to Amazon Redshift over the specified time period. Units: Count +`DeliveryToRedshift.Bytes` | The number of bytes copied to Amazon Redshift over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`DeliveryToRedshift.Records` | The number of records copied to Amazon Redshift over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -117 +117 @@ Metric | Description -`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Units: Bytes +`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes @@ -119 +119 @@ Metric | Description -`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Units: Count +`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -121,3 +121,3 @@ Metric | Description -`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup to Amazon S3 is enabled. Units: Count -`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when backup to Amazon S3 is enabled. Units: Seconds -`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup to Amazon S3 is enabled. Units: Count +`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup to Amazon S3 is enabled. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when backup to Amazon S3 is enabled. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup to Amazon S3 is enabled. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -132,3 +132,3 @@ Metric | Description -`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Units: Bytes -`DeliveryToS3.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the S3 bucket. Units: Seconds -`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Units: Count +`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToS3.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the S3 bucket. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -136,3 +136,3 @@ Metric | Description -`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup is enabled (which is only possible when data transformation is also enabled). Units: Count -`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when backup is enabled (which is only possible when data transformation is also enabled). Units: Seconds -`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup is enabled (which is only possible when data transformation is also enabled). Units: Count +`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup is enabled (which is only possible when data transformation is also enabled). Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when backup is enabled (which is only possible when data transformation is also enabled). Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when backup is enabled (which is only possible when data transformation is also enabled). Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -145,4 +145,4 @@ Metric | Description -`DeliveryToSnowflake.Bytes` | The number of bytes delivered to Snowflake over the specified time period. Units: Bytes -`DeliveryToSnowflake.DataFreshness` | Age (from getting into Firehose to now) of the oldest record in Firehose. Any record older than this age has been delivered to Snowflake. Note that it can take a few seconds to commit data to Snowflake after Firehose insert call is successful. For the time it takes to commit data to Snowflake, refer to the `DeliveryToSnowflake.DataCommitLatency` metric. Units: Seconds -`DeliveryToSnowflake.DataCommitLatency` | The time it takes for the data to be committed to Snowflake after Firehose inserted records successfully. Units: Seconds -`DeliveryToSnowflake.Records` | The number of records delivered to Snowflake over the specified time period. Units: Count +`DeliveryToSnowflake.Bytes` | The number of bytes delivered to Snowflake over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToSnowflake.DataFreshness` | Age (from getting into Firehose to now) of the oldest record in Firehose. Any record older than this age has been delivered to Snowflake. Note that it can take a few seconds to commit data to Snowflake after Firehose insert call is successful. For the time it takes to commit data to Snowflake, refer to the `DeliveryToSnowflake.DataCommitLatency` metric. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToSnowflake.DataCommitLatency` | The time it takes for the data to be committed to Snowflake after Firehose inserted records successfully. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToSnowflake.Records` | The number of records delivered to Snowflake over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -150,2 +150,2 @@ Metric | Description -`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. This metric is only available when delivery to Snowflake fails and Firehose attempts to backup failed data to S3.Units: Bytes -`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. This metric is only available when delivery to Snowflake fails and Firehose attempts to backup failed data to S3.Units: Count +`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. This metric is only available when delivery to Snowflake fails and Firehose attempts to backup failed data to S3. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. This metric is only available when delivery to Snowflake fails and Firehose attempts to backup failed data to S3. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -153,3 +153,3 @@ Metric | Description -`BackupToS3.DataFreshness` | Age (from into Firehose to now) of the oldest record in Firehose. Any record older than this age is backed up to the Amazon S3 bucket. This metric is available when the Firehose stream is configured to back up all data.Units: Seconds -`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. This metric is available when the Firehose stream is configured to back up all data.Units: Count -`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. This metric is available when the Firehose stream is configured to back up all data.Units: Count +`BackupToS3.DataFreshness` | Age (from into Firehose to now) of the oldest record in Firehose. Any record older than this age is backed up to the Amazon S3 bucket. This metric is available when the Firehose stream is configured to back up all data. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. This metric is available when the Firehose stream is configured to back up all data. Statistics: Minimum, Maximum, Average, Sum, Samples Units:Count +`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. This metric is available when the Firehose stream is configured to back up all data. Statistics: Minimum, Maximum, Average, Sum, Samples Units:Count @@ -162,4 +162,4 @@ Metric | Description -`DeliveryToSplunk.Bytes` | The number of bytes delivered to Splunk over the specified time period. Units: Bytes -`DeliveryToSplunk.DataAckLatency` | The approximate duration it takes to receive an acknowledgement from Splunk after Amazon Data Firehose sends it data. The increasing or decreasing trend for this metric is more useful than the absolute approximate value. Increasing trends can indicate slower indexing and acknowledgement rates from Splunk indexers. Units: Seconds -`DeliveryToSplunk.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to Splunk. Units: Seconds -`DeliveryToSplunk.Records` | The number of records delivered to Splunk over the specified time period. Units: Count +`DeliveryToSplunk.Bytes` | The number of bytes delivered to Splunk over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToSplunk.DataAckLatency` | The approximate duration it takes to receive an acknowledgement from Splunk after Amazon Data Firehose sends it data. The increasing or decreasing trend for this metric is more useful than the absolute approximate value. Increasing trends can indicate slower indexing and acknowledgement rates from Splunk indexers. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToSplunk.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to Splunk. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToSplunk.Records` | The number of records delivered to Splunk over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -168,3 +168,3 @@ Metric | Description -`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when the Firehose stream is configured to back up all documents. Units: Count -`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when the Firehose stream is configured to back up all documents. Units: Seconds -`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when the Firehose stream is configured to back up all documents. Units: Count +`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when the Firehose stream is configured to back up all documents. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when the Firehose stream is configured to back up all documents. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when the Firehose stream is configured to back up all documents. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -177,4 +177,4 @@ Metric | Description -`DeliveryToHttpEndpoint.Bytes` | The number of bytes delivered successfully to the HTTP endpoint. Units: Bytes -`DeliveryToHttpEndpoint.Records` | The number of records delivered successfully to the HTTP endpoint. Units: Counts -`DeliveryToHttpEndpoint.DataFreshness` | Age of the oldest record in Amazon Data Firehose. Units: Seconds -`DeliveryToHttpEndpoint.Success` | The sum of all successful data delivery requests to the HTTP endpoint. Units: Count +`DeliveryToHttpEndpoint.Bytes` | The number of bytes delivered successfully to the HTTP endpoint. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToHttpEndpoint.Records` | The number of records delivered successfully to the HTTP endpoint. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Counts +`DeliveryToHttpEndpoint.DataFreshness` | Age of the oldest record in Amazon Data Firehose. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToHttpEndpoint.Success` | The sum of all successful data delivery requests to the HTTP endpoint. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -201,6 +201,6 @@ Metric | Description -`DataReadFromKinesisStream.Bytes` | When the data source is a Kinesis data stream, this metric indicates the number of bytes read from that data stream. This number includes rereads due to failovers. Units: Bytes -`DataReadFromKinesisStream.Records` | When the data source is a Kinesis data stream, this metric indicates the number of records read from that data stream. This number includes rereads due to failovers. Units: Count -`ThrottledDescribeStream` | The total number of times the `DescribeStream` operation is throttled when the data source is a Kinesis data stream. Units: Count -`ThrottledGetRecords` | The total number of times the `GetRecords` operation is throttled when the data source is a Kinesis data stream. Units: Count -`ThrottledGetShardIterator` | The total number of times the `GetShardIterator` operation is throttled when the data source is a Kinesis data stream. Units: Count -`KinesisMillisBehindLatest` | When the data source is a Kinesis data stream, this metric indicates the number of milliseconds that the last read record is behind the newest record in the Kinesis data stream. Units: Millisecond +`DataReadFromKinesisStream.Bytes` | When the data source is a Kinesis data stream, this metric indicates the number of bytes read from that data stream. This number includes rereads due to failovers. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DataReadFromKinesisStream.Records` | When the data source is a Kinesis data stream, this metric indicates the number of records read from that data stream. This number includes rereads due to failovers. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`ThrottledDescribeStream` | The total number of times the `DescribeStream` operation is throttled when the data source is a Kinesis data stream. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`ThrottledGetRecords` | The total number of times the `GetRecords` operation is throttled when the data source is a Kinesis data stream. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`ThrottledGetShardIterator` | The total number of times the `GetShardIterator` operation is throttled when the data source is a Kinesis data stream. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`KinesisMillisBehindLatest` | When the data source is a Kinesis data stream, this metric indicates the number of milliseconds that the last read record is behind the newest record in the Kinesis data stream. Statistics: Minimum, Maximum, Average, Samples Units: Millisecond @@ -212,3 +212,3 @@ Metric | Description -`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when data transformation is enabled for Amazon S3 or Amazon Redshift destinations. Units: Bytes -`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when data transformation is enabled for Amazon S3 or Amazon Redshift destinations. Units: Seconds -`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when data transformation is enabled for Amazon S3 or Amazon Redshift destinations. Units: Count +`BackupToS3.Bytes` | The number of bytes delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when data transformation is enabled for Amazon S3 or Amazon Redshift destinations. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`BackupToS3.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the Amazon S3 bucket for backup. Amazon Data Firehose emits this metric when data transformation is enabled for Amazon S3 or Amazon Redshift destinations. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`BackupToS3.Records` | The number of records delivered to Amazon S3 for backup over the specified time period. Amazon Data Firehose emits this metric when data transformation is enabled for Amazon S3 or Amazon Redshift destinations. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -217,3 +217,3 @@ Metric | Description -`DeliveryToAmazonOpenSearchService.Bytes` | The number of bytes indexed to OpenSearch Service over the specified time period. Units: Bytes -`DeliveryToAmazonOpenSearchService.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to OpenSearch Service. Units: Seconds -`DeliveryToAmazonOpenSearchService.Records` | The number of records indexed to OpenSearch Service over the specified time period. Units: Count +`DeliveryToAmazonOpenSearchService.Bytes` | The number of bytes indexed to OpenSearch Service over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToAmazonOpenSearchService.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to OpenSearch Service. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToAmazonOpenSearchService.Records` | The number of records indexed to OpenSearch Service over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -221,2 +221,2 @@ Metric | Description -`DeliveryToRedshift.Bytes` | The number of bytes copied to Amazon Redshift over the specified time period. Units: Bytes -`DeliveryToRedshift.Records` | The number of records copied to Amazon Redshift over the specified time period. Units: Count +`DeliveryToRedshift.Bytes` | The number of bytes copied to Amazon Redshift over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToRedshift.Records` | The number of records copied to Amazon Redshift over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -224,3 +224,3 @@ Metric | Description -`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Units: Bytes -`DeliveryToS3.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the S3 bucket. Units: Seconds -`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Units: Count +`DeliveryToS3.Bytes` | The number of bytes delivered to Amazon S3 over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToS3.DataFreshness` | The age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to the S3 bucket. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToS3.Records` | The number of records delivered to Amazon S3 over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -228,4 +228,4 @@ Metric | Description -`DeliveryToSplunk.Bytes` | The number of bytes delivered to Splunk over the specified time period. Units: Bytes -`DeliveryToSplunk.DataAckLatency` | The approximate duration it takes to receive an acknowledgement from Splunk after Amazon Data Firehose sends it data. The increasing or decreasing trend for this metric is more useful than the absolute approximate value. Increasing trends can indicate slower indexing and acknowledgement rates from Splunk indexers. Units: Seconds -`DeliveryToSplunk.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to Splunk. Units: Seconds -`DeliveryToSplunk.Records` | The number of records delivered to Splunk over the specified time period. Units: Count +`DeliveryToSplunk.Bytes` | The number of bytes delivered to Splunk over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`DeliveryToSplunk.DataAckLatency` | The approximate duration it takes to receive an acknowledgement from Splunk after Amazon Data Firehose sends it data. The increasing or decreasing trend for this metric is more useful than the absolute approximate value. Increasing trends can indicate slower indexing and acknowledgement rates from Splunk indexers. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToSplunk.DataFreshness` | Age (from getting into Amazon Data Firehose to now) of the oldest record in Amazon Data Firehose. Any record older than this age has been delivered to Splunk. Statistics: Minimum, Maximum, Average, Samples Units: Seconds +`DeliveryToSplunk.Records` | The number of records delivered to Splunk over the specified time period. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -233,5 +233,5 @@ Metric | Description -`IncomingBytes` | The number of bytes ingested successfully into the Firehose stream over the specified time period. Data ingestion could be throttled when it exceeds one of the Firehose stream limits. Throttled data will not be counted for `IncomingBytes`. Units: Bytes -`IncomingPutRequests` | The number of successful PutRecord and PutRecordBatch requests over a specified period of time. Units: Count -`IncomingRecords` | The number of records ingested successfully into the Firehose stream over the specified time period. Data ingestion could be throttled when it exceeds one of the Firehose stream limits. Throttled data will not be counted for `IncomingRecords`. Units: Count -`RecordsPerSecondLimit` | The current maximum number of records per second that a Firehose stream can ingest before throttling. Units: Count -`ThrottledRecords` | The number of records that were throttled because data ingestion exceeded one of the Firehose stream limits. Units: Count +`IncomingBytes` | The number of bytes ingested successfully into the Firehose stream over the specified time period. Data ingestion could be throttled when it exceeds one of the Firehose stream limits. Throttled data will not be counted for `IncomingBytes`. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`IncomingPutRequests` | The number of successful PutRecord and PutRecordBatch requests over a specified period of time. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`IncomingRecords` | The number of records ingested successfully into the Firehose stream over the specified time period. Data ingestion could be throttled when it exceeds one of the Firehose stream limits. Throttled data will not be counted for `IncomingRecords`. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`RecordsPerSecondLimit` | The current maximum number of records per second that a Firehose stream can ingest before throttling. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`ThrottledRecords` | The number of records that were throttled because data ingestion exceeded one of the Firehose stream limits. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count @@ -243,7 +243,7 @@ Metric | Description -`DataReadFromSource.Records` | The number of records read from the source Kafka Topic. Units: Count -`DataReadFromSource.Bytes` | The number of bytes read from the source Kafka Topic. Units: Bytes -`SourceThrottled.Delay` | The amount of time that the source Kafka cluster is delayed in returning the records from the source Kafka Topic. Units: Milliseconds -`BytesPerSecondLimit` | Current limit of throughput at which Firehose is going to read from each partition of the source Kafka Topic. Units: Bytes/sec -`KafkaOffsetLag` | The difference between the largest offset of the record that Firehose has read from the source Kafka Topic and the largest offset of the record available from the source Kafka Topic. Units: Count -`FailedValidation.Records` | The number of records that failed record validation. Units: Count -`FailedValidation.Bytes` | The number of bytes that failed record validation. Units: Bytes +`DataReadFromSource.Records` | The number of records read from the source Kafka Topic. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`DataReadFromSource.Bytes` | The number of bytes read from the source Kafka Topic. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes +`SourceThrottled.Delay` | The amount of time that the source Kafka cluster is delayed in returning the records from the source Kafka Topic. Statistics: Minimum, Maximum, Average, Samples Units: Milliseconds +`BytesPerSecondLimit` | Current limit of throughput at which Firehose is going to read from each partition of the source Kafka Topic. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes/sec +`KafkaOffsetLag` | The difference between the largest offset of the record that Firehose has read from the source Kafka Topic and the largest offset of the record available from the source Kafka Topic. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`FailedValidation.Records` | The number of records that failed record validation. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Count +`FailedValidation.Bytes` | The number of bytes that failed record validation. Statistics: Minimum, Maximum, Average, Sum, Samples Units: Bytes @@ -258,17 +258,17 @@ Metric | Description -`DescribeDeliveryStream.Latency` | The time taken per `DescribeDeliveryStream` operation, measured over the specified time period. Units: Milliseconds -`DescribeDeliveryStream.Requests` | The total number of `DescribeDeliveryStream` requests. Units: Count -`ListDeliveryStreams.Latency` | The time taken per `ListDeliveryStream` operation, measured over the specified time period. Units: Milliseconds -`ListDeliveryStreams.Requests` | The total number of `ListFirehose` requests. Units: Count -`PutRecord.Bytes` | The number of bytes put to the Firehose stream using `PutRecord` over the specified time period. Units: Bytes -`PutRecord.Latency` | The time taken per `PutRecord` operation, measured over the specified time period. Units: Milliseconds -`PutRecord.Requests` | The total number of `PutRecord` requests, which is equal to total number of records from `PutRecord` operations. Units: Count -`PutRecordBatch.Bytes` | The number of bytes put to the Firehose stream using `PutRecordBatch` over the specified time period. Units: Bytes -`PutRecordBatch.Latency` | The time taken per `PutRecordBatch` operation, measured over the specified time period. Units: Milliseconds -`PutRecordBatch.Records` | The total number of records from `PutRecordBatch` operations. Units: Count -`PutRecordBatch.Requests` | The total number of `PutRecordBatch` requests. Units: Count -`PutRequestsPerSecondLimit` | The maximum number of put requests per second that a Firehose stream can handle before throttling. This number includes PutRecord and PutRecordBatch requests. Units: Count -`ThrottledDescribeStream` | The total number of times the `DescribeStream` operation is throttled when the data source is a Kinesis data stream. Units: Count