AWS metrics
The following tables list and describe the metrics that are gathered as output from the specified AWS checks. Entries indicated as Featured metrics are high-visibility metrics that are displayed in the Operator Workspace Metric tab after an alert is generated. These metrics provide the operator with additional information to help them further explore the specified issue.
| Metric Name | Description |
|---|---|
| aws.ec2.CPUCreditBalance.Average | Number of earned CPU credits that an instance has accrued since it was launched or started. |
| aws.ec2.CPUUtilization.Average | Average percentage of allocated EC2 compute units that are currently in use on the instance. |
| aws.ec2.DiskReadOps.Average (Featured metric) |
Average of completed read operations from all instance store volumes available to the instance in a specified time period. |
| aws.ec2.DiskWriteOps.Average (Featured metric) |
Completed write operations to all instance store volumes available to the instance in a specified time period. |
| aws.ec2.DiskReadBytes.Average (Featured metric) |
Average number of bytes read from all instance store volumes available to the instance. |
| aws.ec2.DiskWriteBytes.Average (Featured metric) |
Average number of bytes written to all instance store volumes available to the instance. |
| aws.ec2.NetworkIn.Average (Featured metric) |
Average number of bytes received by the instance on all network interfaces. This metric identifies the volume of incoming network traffic to a single instance. |
| aws.ec2.NetworkOut.Average (Featured metric) |
Average number of bytes sent out by the instance on all network interfaces. This metric identifies the volume of outgoing network traffic from a single instance. |
| aws.ec2.NetworkPacketsIn.Average | Average number of packets received by the instance on all network interfaces. This metric identifies the volume of incoming traffic in terms of the number of packets on a single instance. |
| aws.ec2.NetworkPacketsOut.Average | Average number of packets sent out by the instance on all network interfaces. This metric identifies the volume of outgoing traffic in terms of the number of packets on a single instance. |
| aws.ec2.MetadataNoToken.Average | Average number of times the instance metadata service was successfully accessed using a method that does not use a token. |
| aws.ec2.CPUCreditUsage.Average | Average number of CPU credits spent by the instance for CPU utilization. |
| aws.ec2.CPUSurplusCreditBalance.Average | Average number of surplus credits that have been spent by an unlimited instance when its CPUCreditBalance value is zero. |
| aws.ec2.CPUSurplusCreditsCharged.Average | Average number of spent surplus credits that are not paid down by earned CPU credits, and which thus incur an additional charge. |
| aws.ec2.StatusCheckFailed_Instance.Average | Reports whether the instance has passed the instance status check in the last minute. |
| aws.ec2.StatusCheckFailed_System.Average | Reports whether the instance has passed the system status check in the last minute. |
| aws.ec2.StatusCheckFailed.Average | Reports whether the instance has passed both the instance status check and the system status check in the last minute. |
| Metric Name | Description |
|---|---|
| aws.ebs.VolumeReadBytes.Average (Featured metric) |
Average total number of bytes transferred during the period while reading. |
| aws.ebs.VolumeWriteBytes.Average (Featured metric) |
Average total number of bytes transferred during the period while writing. |
| aws.ebs.VolumeReadOps.Average (Featured metric) |
Average total number of read operations in a specified time period. |
| aws.ebs.VolumeWriteOps.Average (Featured metric) |
Average total number of write operations in a specified time period. |
| aws.ebs.VolumeTotalReadTime.Average (Featured metric) |
Average total number of seconds spent by all read operations completed in a specified time period. |
| aws.ebs.VolumeTotalWriteTime.Average (Featured metric) |
Average of total number of seconds spent by all write operations completed in a specified time period. |
| aws.ebs.VolumeIdleTime.Average | Average of total number of seconds in a specified time period when no read or write operations were submitted. |
| aws.ebs.VolumeQueueLength.Average | Average number of read and write operation requests waiting to be completed in a specified time period. |
| aws.ebs.VolumeThroughputPercentage.Average | Average percentage of I/O operations per second (IOPS) delivered of the total IOPS provisioned for an Amazon EBS volume. |
| aws.ebs.VolumeConsumedReadWriteOps.Average | Average total amount of read and write operations (normalized to 256K capacity units) consumed in a specified time period. |
| aws.ebs.BurstBalance.Average | Average percentage of I/O credits (for gp2) or throughput credits (for st1 and sc1) remaining in the burst bucket. |
| Metric Name | Description |
|---|---|
| aws.s3.NumberOfObjects.Average (Featured metric) |
Average total number of objects stored in a bucket for all storage
classes. Collected every 12 hours. |
| aws.s3.BucketSizeBytes.Average (Featured metric) |
Average amount of data in bytes stored in a bucket in the STANDARD storage
class. Collected every 12 hours. |
| Metric Name | Description |
|---|---|
| aws.rds.BinLogDiskUsage.Average | Average amount of disk space occupied by binary logs on the primary. Applies to MySQL read replicas. |
| aws.rds.BurstBalance.Average | Average percent of General Purpose SSD (gp2) burst-bucket I/O credits available. |
| aws.rds.CPUUtilization.Average (Featured metric) |
Average percentage of CPU utilization. |
| aws.rds.CPUCreditUsage.Average | Average number of CPU credits spent by the instance for CPU utilization. |
| aws.rds.CPUCreditBalance.Average | Average number of surplus credits that have been spent by an unlimited instance when its CPUCreditBalance value is zero. |
| aws.rds.DatabaseConnections.Average (Featured metric) |
Average number of database connections in use. |
| aws.rds.DiskQueueDepth.Average (Featured metric) |
Average number of outstanding I/Os (read/write requests) waiting to access the disk. |
| aws.rds.EBSByteBalance%.Average | Average percentage of throughput credits remaining in the burst bucket of your RDS database. |
| aws.rds.EBSIOBalance%.Average | Average percentage of I/O credits remaining in the burst bucket of your RDS database. |
| aws.rds.FailedSQLServerAgentJobsCount.Average (Featured metric) |
Average number of failed Microsoft SQL Server Agent jobs during the last minute. |
| aws.rds.FreeableMemory.Average (Featured metric) |
Average amount of available random access memory. |
| aws.rds.FreeStorageSpace.Average | Average amount of available storage space. |
| aws.rds.MaximumUsedTransactionIDs.Average | Average amount of maximum transaction IDs that have been used. Applies to PostgreSQL. |
| aws.rds.NetworkReceiveThroughput.Average (Featured metric) |
Average incoming (receive) network traffic on the DB instance, including both customer database traffic and Amazon RDS traffic used for monitoring and replication. |
| aws.rds.NetworkTransmitThroughput.Average (Featured metric) |
Average outgoing (transmit) network traffic on the DB instance, including both customer database traffic and Amazon RDS traffic used for monitoring and replication. |
| aws.rds.OldestReplicationSlotLag.Average | Average lagging size of the replica lagging the most in terms of write-ahead log (WAL) data received. Applies to PostgreSQL. |
| aws.rds.ReadIOPS.Average | Average number of disk read I/O operations per second. |
| aws.rds.ReadLatency.Average (Featured metric) |
Average amount of time taken per disk I/O operation. |
| aws.rds.ReadThroughput.Average | Average number of bytes read from disk per second. |
| aws.rds.ReplicaLag.Average | Average amount of time a read replica DB instance lags behind the source DB instance. Applies to MySQL, MariaDB, Oracle, PostgreSQL, and SQL Server read replicas. |
| aws.rds.ReplicationSlotDiskUsage.Average | Average amount of disk space used by replication slot files. Applies to PostgreSQL. |
| aws.rds.SwapUsage.Average | Average amount of swap space used on the DB instance. This metric is not available for SQL Server. |
| aws.rds.TransactionLogsDiskUsage.Average | Average disk space used by transaction logs. Applies to PostgreSQL. |
| aws.rds.TransactionLogsGeneration.Average | Average size of transaction logs generated per second. Applies to PostgreSQL. |
| aws.rds.WriteIOPS.Average | Average number of disk write I/O operations per second. |
| aws.rds.WriteLatency.Average (Featured metric) |
Average amount of time taken per disk I/O operation. |
| aws.rds.WriteThroughput.Average | Average number of bytes written to disk per second. |
| aws.rds.CPUSurplusCreditBalance.Average | Average number of surplus credits that have been spent by an unlimited instance when its CPUCreditBalance value is zero. |
| aws.rds.CPUSurplusCreditsCharged.Average | Average number of spent surplus credits that are not paid down by earned CPU credits, and which therefore incur an additional charge. |
| Metric Name | Description |
|---|---|
| aws.classicElb.EstimatedALBActiveConnectionCount.Average (Featured metric) |
Average estimated number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets. |
| aws.classicElb.EstimatedALBConsumedLCUs.Average | Average estimated number of load balancer capacity units (LCU) used by an Application Load Balancer. You pay for the number of LCUs that you use per hour. |
| aws.classicElb.EstimatedALBNewConnectionCount.Average (Featured metric) |
Average estimated number of new TCP connections established from clients to the load balancer and from the load balancer to targets. |
| aws.classicElb.EstimatedProcessedBytes.Average | Estimated number of bytes processed by an Application Load Balancer. |
| aws.classicElb.DesyncMitigationMode_NonCompliant_Request_Count.Sum | Number of requests that do not comply with RFC 7230. |
| aws.classicElb.HTTPCode_ELB_5XX.Sum (Featured metric) |
Number of HTTP 4XX client error codes generated by the load balancer. |
| aws.classicElb.HTTPCode_ELB_4XX.Sum (Featured metric) |
Number of HTTP 5XX server error codes generated by the load balancer. |
| aws.classicElb.SurgeQueueLength.Maximum | Maximum total number of requests (HTTP listener) or connections (TCP listener) that are pending routing to a healthy instance. The maximum size of the queue is 1,024. Additional requests or connections are rejected when the queue is full. |
| aws.classicElb.SpilloverCount.Sum (Featured metric) |
Total number of requests rejected because the surge queue is full. |
| aws.classicElb.RequestCount.Sum | Total number of requests completed or connections made during the specified interval. |
| aws.classicElb.Latency.Average (Featured metric) |
Average total time elapsed, in seconds, from the time the load balancer sent the request to a registered instance until the instance started to send the response headers. |
| aws.classicElb.BackendConnectionErrors.Sum (Featured metric) |
Total number of connections that were not successfully established between the load balancer and the registered instances. |
| aws.classicElb.HealthyHostCount.Average | Average number of healthy instances registered with your load balancer. A newly registered instance is considered healthy after it passes the first health check. |
| aws.classicElb.UnHealthyHostCount.Average | Average of number of unhealthy instances registered with your load balancer. An instance is considered unhealthy after it exceeds the unhealthy threshold configured for health checks. |
| Metric Name | Description |
|---|---|
| aws.networkElb.ActiveFlowCount.Average (Featured metric) |
Average total number of concurrent flows (or connections) from clients to targets. This metric includes connections in the SYN_SENT and ESTABLISHED states. |
| aws.networkElb.ActiveFlowCount_TCP.Average (Featured metric) |
Average total number of concurrent TCP flows (or connections) from clients to targets. This metric includes only connections in the ESTABLISHED state. |
| aws.networkElb.ActiveFlowCount_TLS.Average (Featured metric) |
Average total number of concurrent TLS flows (or connections) from clients to targets. This metric includes only connections in the ESTABLISHED state. |
| aws.networkElb.ActiveFlowCount_UDP.Average (Featured metric) |
Average total number of concurrent UDP flows (or connections) from clients to targets. |
| aws.networkElb.ClientTLSNegotiationErrorCount.Sum (Featured metric) |
Average total number of TLS handshakes that failed during negotiation between a client and a TLS listener. |
| aws.networkElb.ConsumedLCUs.Average | Average number of load balancer capacity units (LCU) used by your load balancer. |
| aws.networkElb.ConsumedLCUs_TCP.Average | Average number of load balancer capacity units (LCU) used by your load balancer for TCP. |
| aws.networkElb.ConsumedLCUs_TLS.Average | Average number of load balancer capacity units (LCU) used by your load balancer for TLS. |
| aws.networkElb.ConsumedLCUs_UDP.Average | Average number of load balancer capacity units (LCU) used by your load balancer for UDP. |
| aws.networkElb.HealthyHostCount.Maximum (Featured metric) |
The maximum number of targets that are considered healthy. |
| aws.networkElb.NewFlowCount.Sum (Featured metric) |
Total number of new flows (or connections) established from clients to targets in the time period. |
| aws.networkElb.NewFlowCount_TCP.Sum (Featured metric) |
Total number of new TCP flows (or connections) established from clients to targets in the time period. |
| aws.networkElb.NewFlowCount_TLS.Sum (Featured metric) |
Total number of new TLS flows (or connections) established from clients to targets in the time period. |
| aws.networkElb.NewFlowCount_UDP.Sum (Featured metric) |
Total number of new UDP flows (or connections) established from clients to targets in the time period. |
| aws.networkElb.PeakBytesPerSecond.Maximum (Featured metric) |
Maximum average throughput (bytes per second), calculated every 10 seconds during the sampling window. This metric includes health check traffic. |
| aws.networkElb.PeakPacketsPerSecond.Maximum (Featured metric) |
Maximum average packet rate (packets processed per second), calculated every 10 seconds during the sampling window. This metric includes health check traffic. |
| aws.networkElb.ProcessedBytes.Sum | Total number of bytes processed by the load balancer, including TCP/IP headers. This count includes traffic to and from targets, minus health check traffic. |
| aws.networkElb.ProcessedBytes_TCP.Sum | Total number of bytes processed by TCP listeners. |
| aws.networkElb.ProcessedBytes_TLS.Sum | Total number of bytes processed by TLS listeners. |
| aws.networkElb.ProcessedBytes_UDP.Sum | Total number of bytes processed by UDP listeners. |
| aws.networkElb.ProcessedPackets.Sum | Total number of packets processed by the load balancer. This count includes traffic to and from targets, including health check traffic. |
| aws.networkElb.TargetTLSNegotiationErrorCount.Sum (Featured metric) |
Total number of TLS handshakes that failed during negotiation between a TLS listener and a target. |
| aws.networkElb.TCP_Client_Reset_Count.Sum | Total number of reset (RST) packets sent from a client to a target. These resets are generated by the client and forwarded by the load balancer. |
| aws.networkElb.TCP_ELB_Reset_Count.Sum | Total number of reset (RST) packets generated by the load balancer. |
| aws.networkElb.TCP_Target_Reset_Count.Sum | Total number of reset (RST) packets sent from a target to a client. These resets are generated by the target and forwarded by the load balancer. |
| aws.networkElb.UnHealthyHostCount.Maximum (Featured metric) |
Maximum number of targets that can be considered unhealthy. |
| Metric Name | Description |
|---|---|
| aws.applicationElb.ActiveConnectionCount.Sum (Featured metric) |
Total number of concurrent TCP connections active from clients to the load balancer and from the load balancer to targets. |
| aws.applicationElb.ClientTLSNegotiationErrorCount.Sum (Featured metric) |
Total number of TLS connections initiated by the client that did not establish a session with the load balancer due to a TLS error. |
| aws.applicationElb.ConsumedLCUs.Average | The average number of load balancer capacity units (LCU) used by your load balancer. You pay for the number of LCUs that you use per hour. For more information, see Elastic Load Balancing pricing. |
| aws.applicationElb.DesyncMitigationMode_NonCompliant_Request_Count.Sum (Featured metric) |
Total number of requests that do not comply with RFC 7230. |
| aws.applicationElb.DroppedInvalidHeaderRequestCount.Average (Featured metric) |
Average number of requests where the load balancer removed HTTP headers with header fields that are not valid before routing the request. The load balancer removes these headers only if the routing.http.drop_invalid_header_fields.enabled attribute is set to true. |
| aws.applicationElb.ForwardedInvalidHeaderRequestCount.Average (Featured metric) |
Average number of requests routed by the load balancer that had HTTP headers with header fields that are not valid. The load balancer forwards requests with these headers only if the routing.http.drop_invalid_header_fields.enabled attribute is set to false. |
| aws.applicationElb.GrpcRequestCount.Sum | Total number of gRPC requests processed over IPv4 and IPv6. |
| aws.applicationElb.HTTP_Fixed_Response_Count.Sum | Total number of fixed-response actions that were successful. |
| aws.applicationElb.HTTP_Redirect_Count.Sum | Total number of redirect actions that were successful. |
| aws.applicationElb.HTTP_Redirect_Url_Limit_Exceeded_Count.Sum (Featured metric) |
Total number of redirect actions that couldn't be completed because the URL in the response location header is larger than 8K. |
| aws.applicationElb.HTTPCode_ELB_3XX_Count.Sum (Featured metric) |
Total number of HTTP 3XX redirection codes that originate from the load balancer. This count does not include response codes generated by targets. |
| aws.applicationElb.HTTPCode_ELB_4XX_Count.Sum (Featured metric) |
Total number of HTTP 4XX client error codes that originate from the load balancer. This count does not include response codes generated by targets. |
| aws.applicationElb.HTTPCode_ELB_5XX_Count.Sum (Featured metric) |
Total number of HTTP 5XX server error codes that originate from the load balancer. This count does not include any response codes generated by the targets. |
| aws.applicationElb.HTTPCode_ELB_500_Count.Sum (Featured metric) |
Total number of HTTP 500 error codes that originate from the load balancer. |
| aws.applicationElb.HTTPCode_ELB_502_Count.Sum (Featured metric) |
Total number of HTTP 502 error codes that originate from the load balancer. |
| aws.applicationElb.HTTPCode_ELB_503_Count.Sum (Featured metric) |
Total number of HTTP 503 error codes that originate from the load balancer. |
| aws.applicationElb.HTTPCode_ELB_504_Count.Sum (Featured metric) |
Total number of HTTP 504 error codes that originate from the load balancer. |
| aws.applicationElb.IPv6ProcessedBytes.Sum | Total number of bytes processed by the load balancer over IPv6. |
| aws.applicationElb.IPv6RequestCount.Sum | Total number of IPv6 requests received by the load balancer. |
| aws.applicationElb.NewConnectionCount.Sum | Total number of new TCP connections established from clients to the load balancer and from the load balancer to targets. |
| aws.applicationElb.NonStickyRequestCount.Sum | Total number of requests where the load balancer chose a new target because it couldn't use an existing sticky session. |
| aws.applicationElb.ProcessedBytes.Sum (Featured metric) |
Total number of bytes processed by the load balancer over IPv4 and IPv6. |
| aws.applicationElb.RejectedConnectionCount.Sum (Featured metric) |
Total number of connections that were rejected because the load balancer had reached its maximum number of connections. |
| aws.applicationElb.RequestCount.Sum | Total number of requests processed over IPv4 and IPv6. |
| aws.applicationElb.RuleEvaluations.Sum | Total number of rules processed by the load balancer given a request rate averaged over an hour. |
| Metric Name | Description |
|---|---|
| aws.ec2.types.<type_name> | Count of EC2 instances for the specified type in AWS Datacenter. |
| aws.ec2.status.running | Count of EC2 instances in Active state in an AWS Datacenter. |
| aws.ec2.status.stopped | Count of EC2 instances in Stopped state in an AWS Datacenter. |
| aws.ec2.status.total | Count of all EC2 instances in an AWS Datacenter. |
| Metric Name | Description |
|---|---|
| aws.dynamodb.ConsumedWriteCapacityUnits.Average (Featured metric) |
Number of write capacity units consumed over the specified time period, for tracking how much provisioned throughput is used. |
| aws.dynamodb.ConsumedReadCapacityUnits.Average (Featured metric) |
Number of read capacity units consumed over the specified time period, for tracking how much provisioned throughput is used. |
| aws.dynamodb.ProvisionedWriteCapacityUnits.Average (Featured metric) |
Number of provisioned write capacity units for a table. |
| aws.dynamodb.ProvisionedReadCapacityUnits.Average (Featured metric) |
Number of provisioned read capacity units for a table. |
| aws.dynamodb.SuccessfulRequestLatency.GetItem.Average (Featured metric) |
Successful requests to DynamoDB or Amazon DynamoDB streams during the specified time period. Run by a GetItem operation. |
| aws.dynamodb.SuccessfulRequestLatency.BatchGetItem.Average | Successful requests to DynamoDB or Amazon DynamoDB streams during the specified time period. Run by a BatchGetItem operation. |
| aws.dynamodb.SuccessfulRequestLatency.PutItem.Average (Featured metric) |
Successful requests to DynamoDB or Amazon DynamoDB streams during the specified time period. Run by a PutItem operation. |
| aws.dynamodb.SuccessfulRequestLatency.BatchPutItem.Average | Successful requests to DynamoDB or Amazon DynamoDB streams during the specified time period. Run by a BatchPutItem operation. |
| aws.dynamodb.SuccessfulRequestLatency.Query.Average | Successful requests to DynamoDB or Amazon DynamoDB streams during the specified time period. Run by a Query operation. |
| aws.dynamodb.SuccessfulRequestLatency.Scan.Average | Successful requests to DynamoDB or Amazon DynamoDB Streams during the specified time period. Run by a Scan operation. |
| aws.dynamodb.ReturnedItemCount.Scan.Average | Number of items returned by Scan operations during the specified time period. |
| aws.dynamodb.ReturnedItemCount.Query.Average | Number of items returned by Query operations during the specified time period. |
| aws.dynamodb.UserErrors.Average (Featured metric) |
Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 400 status code during the specified time period. An HTTP 400 usually indicates a client-side error, such as an invalid combination of parameters, an attempt to update a nonexistent table, or an incorrect request signature. |
| aws.dynamodb.SystemErrors.GetItem.Average (Featured metric) |
Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a GetItem operation. |
| aws.dynamodb.SystemErrors.Scan.Average | The requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a Scan operation. |
| aws.dynamodb.SystemErrors.Query.Average | Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a Query operation. |
| aws.dynamodb.SystemErrors.BatchGetItem.Average | Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a BatchGet operation. |
| aws.dynamodb.SystemErrors.PutItem.Average (Featured metric) |
Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a PutItem operation. |
| aws.dynamodb.SystemErrors.UpdateItem.Average | The requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by an UpdateItem operation. |
| aws.dynamodb.SystemErrors.DeleteItem.Average | Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a DeleteItem operation. |
| aws.dynamodb.SystemErrors.BatchWriteItem.Average | Requests to DynamoDB or Amazon DynamoDB streams that generate an HTTP 500 status code during the specified time period. An HTTP 500 usually indicates an internal service error. Run by a BatchWrite operation. |
| aws.dynamodb.ConditionalCheckFailedRequests.Average (Featured metric) |
Number of failed attempts to perform conditional writes. |
| aws.dynamodb.TimeToLiveDeletedItemCount.Average | Number of items deleted by Time to Live (TTL) during the specified time period. This metric helps you monitor the rate of TTL deletions on your table. |
| aws.dynamodb.TransactionConflict.Average | Rejected item-level requests due to transactional conflicts between concurrent requests on the same items. |
| aws.dynamodb.ReadThrottleEvents.Average (Featured metric) |
Requests to DynamoDB that exceed the provisioned read capacity units for a table. |
| aws.dynamodb.WriteThrottleEvents.Average (Featured metric) |
Requests to DynamoDB that exceed the provisioned write capacity units for a table. |
| aws.dynamodb.ThrottledRequests.GetItem.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a GetItem operation. |
| aws.dynamodb.ThrottledRequests.PutItem.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a PutItem operation. |
| aws.dynamodb.ThrottledRequests.DeleteItem.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a DeleteItem operation. |
| aws.dynamodb.ThrottledRequests.UpdateItem.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for an UpdateItem operation. |
| aws.dynamodb.ThrottledRequests.BatchGetItem.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a BatchGetItem operation. |
| aws.dynamodb.ThrottledRequests.Scan.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a Scan operation. |
| aws.dynamodb.ThrottledRequests.Query.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a Query operation. |
| aws.dynamodb.ThrottledRequests.BatchWriteItem.Average | Requests to DynamoDB that exceed the provisioned throughput limits on a resource for a BatchWriteItem operation. |
| aws.dynamodb.SuccessfulRequestLatency.GetRecords.Average | The successful requests to DynamoDB or Amazon DynamoDB Streams during the specified time period. Run by a GetRecords operation. |
| aws.dynamodb.ReturnedBytes.GetRecords.Average | The number of bytes returned by GetRecords operations (Amazon DynamoDB streams) during the specified time period. |
| aws.dynamodb.ReturnedRecordsCount.GetRecords.Average | The number of stream records returned by GetRecords operations (Amazon DynamoDB streams) during the specified time period. |
| Metric | Description |
|---|---|
| aws.ecs.cluster.CPUReservation.Average (Featured metric) |
Percentage of CPU units reserved by running tasks in the cluster. |
| aws.ecs.cluster.CPUUtilization.Average (Featured metric) |
Percentage of CPU units used in the cluster. |
| aws.ecs.cluster.MemoryReservation.Average (Featured metric) |
Percentage of memory reserved by running tasks in the cluster. |
| aws.ecs.cluster.MemoryUtilization.Average (Featured metric) |
Percentage of memory used in the cluster. |
| aws.ecs.cluster.CpuReserved.Average | CPU units reserved by tasks in the cluster. |
| aws.ecs.cluster.CpuUtilized.Average | CPU units used by tasks in the cluster. |
| aws.ecs.cluster.NetworkRxBytes.Average (Featured metric) |
Number of bytes received by the cluster. |
| aws.ecs.cluster.NetworkTxBytes.Average (Featured metric) |
Number of bytes transmitted by the cluster. |
| aws.ecs.cluster.EphemeralStorageReserved.Average | Ephemeral storage is the volatile temporary storage attached to your instances, present only during the running lifetime of the instance. |
| aws.ecs.cluster.MemoryUtilized.Average (Featured metric) |
Memory being used by tasks in the cluster. |
| aws.ecs.cluster.MemoryReserved.Average (Featured metric) |
Memory reserved by tasks in the cluster. |
| aws.ecs.cluster.StorageReadBytes.Average (Featured metric) |
Number of bytes read from storage in the cluster. |
| aws.ecs.cluster.StorageWriteBytes.Average (Featured metric) |
Number of bytes written to storage in the cluster. |
| aws.ecs.cluster.ContainerInstanceCount.Average (Featured metric) |
Number of EC2 instances running the Amazon ECS agent that are registered with a cluster. |
| aws.ecs.cluster.ServiceCount.Average (Featured metric) |
Number of services in the cluster. |
| aws.ecs.cluster.TaskCount.Average | Number of tasks running in the cluster. |
| Metric | Description |
|---|---|
| aws.ecs.service.CPUUtilization.Average (Featured metric) |
Percentage of CPU units used in the service. |
| aws.ecs.service.MemoryUtilization.Average (Featured metric) |
Percentage of memory used in the service. |
| aws.ecs.service.CpuReserved.Average | CPU units reserved by tasks in the service. |
| aws.ecs.service.CpuUtilized.Average | CPU units used by tasks in the service. |
| aws.ecs.service.NetworkRxBytes.Average (Featured metric) |
Number of bytes received by the service. |
| aws.ecs.service.NetworkTxBytes.Average (Featured metric) |
Number of bytes transmitted by the service. |
| aws.ecs.service.EphemeralStorageReserved.Average | Ephemeral storage is the volatile temporary storage attached to your instances which is present only during the running lifetime of the instance. |
| aws.ecs.service.MemoryUtilized.Average | Memory being used by tasks in the service. |
| aws.ecs.service.MemoryReserved.Average | Memory reserved by tasks in the service. |
| aws.ecs.service.StorageReadBytes.Average (Featured metric) |
Number of bytes read from storage in the service. |
| aws.ecs.service.StorageWriteBytes.Average (Featured metric) |
Number of bytes written to storage in the service. |
| aws.ecs.service.RunningTaskCount.Average (Featured metric) |
Number of tasks currently in the RUNNING state. |
| aws.ecs.service.DeploymentCount.Average | Number of deployments in an Amazon ECS service. |
| aws.ecs.service.DesiredTaskCount.Average (Featured metric) |
Desired number of tasks for an Amazon ECS service. |
| aws.ecs.service.TaskSetCount.Average (Featured metric) |
Number of task sets in the service. |
| aws.ecs.service.PendingTaskCount.Average (Featured metric) |
Number of tasks currently in the PENDING state. |