• English日本語한국어
  • Log inStart now

AWS integrations metrics

We recommend using the AWS CloudWatch Metric Streams integration to ingest AWS services' metrics. For a complete list of available metrics, check the CloudWatch metrics listing documentation for each AWS service.

Dimensional metric naming convention

Metrics received from AWS CloudWatch are stored in New Relic as dimensional metrics following this convention:

  • Metrics are prefixed by the AWS namespace, all lowercase, where / is replaced with .:
    • AWS/EC2 -> aws.ec2
    • AWS/ApplicationELB -> aws.applicationelb
  • The original AWS metric name with its original case:
    • aws.ec2.CPUUtilization
    • aws.s3.5xxErrors
    • aws.sns.NumberOfMessagesPublished
  • If the resource the metric belongs to has a specific namespace prefix, it is used. If the resource the metric belongs to doesn't have a specific namespace prefix, metrics use the aws. prefix.
    • aws.Region
    • aws.s3.BucketName

For more information about namespaces supported by AWS, see the CloudWatch documentation website.

Metrics with multiple dimension combinations

A metric is defined by its name and its different dimensions.

Sometimes the same metric name shows up in multiple metrics with different dimension combinations, for example:

  • aws.apigateway.4XXError with dimensions aws.apigateway.ApiName and aws.apigateway.Stage.
  • aws.apigateway.4XXError with dimensions aws.apigateway.ApiName.

Each of these metrics is ingested as an individual time series.

Important

Some aggregations like sum() or count() will return duplicated results if the correct dimension combination isn't specified.

To avoid some aggregations like sum() or count() matching both metrics at the same time use IS NULL or IS NOT NULL to filter the dimensions. For example:

Matches both metrics at the same time:

SELECT sum(aws.apigateway.4XXError) FROM METRIC

Matches only metric with ApiName dimension:

SELECT sum(aws.apigateway.4XXError) FROM METRIC WHERE aws.apigateway.Stage IS NULL

Matches only metric with 2 dimensions:

SELECT sum(aws.apigateway.4XXError) FROM METRIC WHERE aws.apigateway.ApiName IS NOT NULL and aws.apigateway.Stage IS NOT NULL

Metrics with the by + dimension suffix

For historical reasons, we suffix some metrics that are part of pairs where one of the metric has a dimension but the other doesn't. In these cases we use the by + dimension suffix on the metric that has the dimension. For example:

  • aws.lambda.Duration with dimensions aws.lambda.FunctionName is mapped to aws.lambda.Duration.byFunction
  • aws.lambda.Duration with no dimensions stays the same.

We no longer add these mappings, and we're committed to preserving all the new metrics with their original AWS name, as defined by the general rule above. The following is a complete list of all the metrics that are suffixed with .by + dimensionName:

API Polling metrics

For a reference on available metrics from each one of the polling integrations and their names, check out our doc on the individual integrations.

The following noncomprehensive list displays the metrics collected by the AWS polling integrations and their dimensional metrics translations.

AWS ALB

aws.applicationelb.ActiveConnectionCount

provider.activeConnectionCount

AWS ALB

aws.applicationelb.ClientTLSNegotiationErrorCount

provider.clientTlsNegotiationErrorCount

AWS ALB

aws.applicationelb.ConsumedLCUs

provider.consumedLcus

AWS ALB

aws.applicationelb.ELBAuthError

provider.elbAuthError

AWS ALB

aws.applicationelb.ELBAuthFailure

provider.elbAuthFailure

AWS ALB

aws.applicationelb.ELBAuthLatency

provider.elbAuthLatency

AWS ALB

aws.applicationelb.ELBAuthRefreshTokenSuccess

provider.elbAuthRefreshTokenSuccess

AWS ALB

aws.applicationelb.ELBAuthSuccess

provider.elbAuthSuccess

AWS ALB

aws.applicationelb.ELBAuthUserClaimsSizeExceeded

provider.elbAuthUserClaimsSizeExceeded

AWS ALB

aws.applicationelb.HTTP_Fixed_Response_Count

provider.httpFixedResponseCount

AWS ALB

aws.applicationelb.HTTP_Redirect_Count

provider.httpRedirectCount

AWS ALB

aws.applicationelb.HTTP_Redirect_Url_Limit_Exceeded_Count

provider.httpRedirectUrlLimitExceededCount

AWS ALB

aws.applicationelb.HTTPCode_ELB_2XX_Count

provider.httpCodeElb2XXCount

AWS ALB

aws.applicationelb.HTTPCode_ELB_3XX_Count

provider.httpCodeElb3XXCount

AWS ALB

aws.applicationelb.HTTPCode_ELB_4XX_Count

provider.httpCodeElb4XXCount

AWS ALB

aws.applicationelb.HTTPCode_ELB_500_Count

provider.httpCodeElb500Count

AWS ALB

aws.applicationelb.HTTPCode_ELB_502_Count

provider.httpCodeElb502Count

AWS ALB

aws.applicationelb.HTTPCode_ELB_503_Count

provider.httpCodeElb503Count

AWS ALB

aws.applicationelb.HTTPCode_ELB_504_Count

provider.httpCodeElb504Count

AWS ALB

aws.applicationelb.HTTPCode_ELB_5XX_Count

provider.httpCodeElb5XXCount

AWS ALB

aws.applicationelb.IPv6ProcessedBytes

provider.IpV6ProcessedBytes

AWS ALB

aws.applicationelb.IPv6RequestCount

provider.IpV6RequestCount

AWS ALB

aws.applicationelb.LambdaTargetProcessedBytes

provider.lambdaTargetProcessedBytes

AWS ALB

aws.applicationelb.NewConnectionCount

provider.newConnectionCount

AWS ALB

aws.applicationelb.ProcessedBytes

provider.processedBytes

AWS ALB

aws.applicationelb.RejectedConnectionCount

provider.rejectedConnectionCount

AWS ALB

aws.applicationelb.RequestCount.byAlb

provider.requestCount

AWS ALB

aws.applicationelb.RuleEvaluations

provider.ruleEvaluations

AWS ALB

aws.applicationelb.RulesEvaluated

provider.rulesEvaluated

AWS ALB

aws.applicationelb.HealthyHostCount

provider.healthyHostCount

AWS ALB

aws.applicationelb.HTTPCode_Target_2XX_Count

provider.httpCodeTarget2XXCount

AWS ALB

aws.applicationelb.HTTPCode_Target_3XX_Count

provider.httpCodeTarget3XXCount

AWS ALB

aws.applicationelb.HTTPCode_Target_4XX_Count

provider.httpCodeTarget4XXCount

AWS ALB

aws.applicationelb.HTTPCode_Target_5XX_Count

provider.httpCodeTarget5XXCount

AWS ALB

aws.applicationelb.LambdaInternalError

provider.lambdaInternalError

AWS ALB

aws.applicationelb.LambdaUserError

provider.lambdaUserError

AWS ALB

aws.applicationelb.NonStickyRequestCount

provider.nonStickyRequestCount

AWS ALB

aws.applicationelb.RequestCount.byTargetGroup

provider.requestCount

AWS ALB

aws.applicationelb.RequestCountPerTarget

provider.requestCountPerTarget

AWS ALB

aws.applicationelb.TargetConnectionErrorCount

provider.targetConnectionErrorCount

AWS ALB

aws.applicationelb.TargetResponseTime

provider.targetResponseTime

AWS ALB

aws.applicationelb.TargetTLSNegotiationErrorCount

provider.targetTlsNegotiationErrorCount

AWS ALB

aws.applicationelb.UnHealthyHostCount

provider.unHealthyHostCount

AWS API Gateway

aws.apigateway.4XXError.byApi

provider.4xxError

AWS API Gateway

aws.apigateway.5XXError.byApi

provider.5xxError

AWS API Gateway

aws.apigateway.CacheHitCount.byApi

provider.cacheHitCount

AWS API Gateway

aws.apigateway.CacheMissCount.byApi

provider.cacheMissCount

AWS API Gateway

aws.apigateway.Count.byApi

provider.count

AWS API Gateway

aws.apigateway.IntegrationLatency.byApi

provider.integrationLatency

AWS API Gateway

aws.apigateway.Latency.byApi

provider.latency

AWS API Gateway

aws.apigateway.4XXError.byResourceWithMetrics

provider.4xxError

AWS API Gateway

aws.apigateway.5XXError.byResourceWithMetrics

provider.5xxError

AWS API Gateway

aws.apigateway.CacheHitCount.byResourceWithMetrics

provider.cacheHitCount

AWS API Gateway

aws.apigateway.CacheMissCount.byResourceWithMetrics

provider.cacheMissCount

AWS API Gateway

aws.apigateway.Count.byResourceWithMetrics

provider.count

AWS API Gateway

aws.apigateway.IntegrationLatency.byResourceWithMetrics

provider.integrationLatency

AWS API Gateway

aws.apigateway.Latency.byResourceWithMetrics

provider.latency

AWS API Gateway

aws.apigateway.4XXError.byStage

provider.4xxError

AWS API Gateway

aws.apigateway.5XXError.byStage

provider.5xxError

AWS API Gateway

aws.apigateway.CacheHitCount.byStage

provider.cacheHitCount

AWS API Gateway

aws.apigateway.CacheMissCount.byStage

provider.cacheMissCount

AWS API Gateway

aws.apigateway.Count.byStage

provider.count

AWS API Gateway

aws.apigateway.IntegrationLatency.byStage

provider.integrationLatency

AWS API Gateway

aws.apigateway.Latency.byStage

provider.latency

AWS AppSync

aws.appsync.4XXError

provider.4XXError

AWS AppSync

aws.appsync.5XXError

provider.5XXError

AWS AppSync

aws.appsync.Latency

provider.latency

AWS Athena

aws.athena.ProcessedBytes

provider.processedBytes

AWS Athena

aws.athena.TotalExecutionTime

provider.totalExecutionTime

AWS Auto Scaling

aws.autoscaling.GroupDesiredCapacity

provider.groupDesiredCapacity

AWS Auto Scaling

aws.autoscaling.GroupInServiceInstances

provider.groupInServiceInstances

AWS Auto Scaling

aws.autoscaling.GroupMaxSize

provider.groupMaxSize

AWS Auto Scaling

aws.autoscaling.GroupMinSize

provider.groupMinSize

AWS Auto Scaling

aws.autoscaling.GroupPendingInstances

provider.groupPendingInstances

AWS Auto Scaling

aws.autoscaling.GroupStandbyInstances

provider.groupStandbyInstances

AWS Auto Scaling

aws.autoscaling.GroupTerminatingInstances

provider.groupTerminatingInstances

AWS Auto Scaling

aws.autoscaling.GroupTotalInstances

provider.groupTotalInstances

AWS Auto Scaling

aws.autoscaling.healthStatus

healthStatus

AWS Billing

aws.billing.EstimatedCharges.byAccountCost

provider.estimatedCharges

AWS Billing

aws.billing.EstimatedCharges.byAccountServiceCost

provider.estimatedCharges

AWS Billing

aws.billing.actualAmount.byBudget

provider.actualAmount

AWS Billing

aws.billing.forecastedAmount.byBudget

provider.forecastedAmount

AWS Billing

aws.billing.limitAmount.byBudget

provider.limitAmount

AWS Billing

aws.billing.EstimatedCharges.byServiceCost

provider.estimatedCharges

AWS CloudFront

aws.cloudfront.4xxErrorRate

provider.error4xxErrorRate

AWS CloudFront

aws.cloudfront.5xxErrorRate

provider.error5xxErrorRate

AWS CloudFront

aws.cloudfront.BytesDownloaded

provider.bytesDownloaded

AWS CloudFront

aws.cloudfront.BytesUploaded

provider.bytesUploaded

AWS CloudFront

aws.cloudfront.Requests

provider.requests

AWS CloudFront

aws.cloudfront.TotalErrorRate

provider.totalErrorRate

AWS CloudFront

aws.lambda.Duration.byEdgeFunction

provider.duration

AWS CloudFront

aws.lambda.Errors.byEdgeFunction

provider.errors

AWS CloudFront

aws.lambda.Invocations.byEdgeFunction

provider.invocations

AWS CloudFront

aws.lambda.Throttles.byEdgeFunction

provider.throttles

AWS Cognito

aws.cognito.FederationSuccesses

provider.federationSuccesses

AWS Cognito

aws.cognito.FederationThrottles

provider.federationThrottles

AWS Cognito

aws.cognito.SignInSuccesses

provider.signInSuccesses

AWS Cognito

aws.cognito.SignInThrottles

provider.signInThrottles

AWS Cognito

aws.cognito.SignUpSuccesses

provider.signUpSuccesses

AWS Cognito

aws.cognito.SignUpThrottles

provider.signUpThrottles

AWS Cognito

aws.cognito.TokenRefreshSuccesses

provider.tokenRefreshSuccesses

AWS Cognito

aws.cognito.TokenRefreshThrottles

provider.tokenRefreshThrottles

AWS Connect

aws.connect.CallRecordingUploadError

provider.callRecordingUploadError

AWS Connect

aws.connect.ContactFlowErrors

provider.contactFlowErrors

AWS Connect

aws.connect.ContactFlowFatalErrors

provider.contactFlowFatalErrors

AWS Connect

aws.connect.MisconfiguredPhoneNumbers

provider.misconfiguredPhoneNumbers

AWS Connect

aws.connect.PublicSigningKeyUsage

provider.publicSigningKeyUsage

AWS Connect

aws.connect.CallsBreachingConcurrencyQuota

provider.callsBreachingConcurrencyQuota

AWS Connect

aws.connect.CallsPerInterval

provider.callsPerInterval

AWS Connect

aws.connect.ConcurrentCalls

provider.concurrentCalls

AWS Connect

aws.connect.ConcurrentCallsPercentage

provider.concurrentCallsPercentage

AWS Connect

aws.connect.MissedCalls

provider.missedCalls

AWS Connect

aws.connect.ThrottledCalls

provider.throttledCalls

AWS Connect

aws.connect.CallBackNotDialableNumber

provider.callBackNotDialableNumber

AWS Connect

aws.connect.LongestQueueWaitTime

provider.longestQueueWaitTime

AWS Connect

aws.connect.QueueCapacityExceededError

provider.queueCapacityExceededError

AWS Connect

aws.connect.QueueSize

provider.queueSize

AWS Direct Connect

aws.dx.ConnectionBpsEgress

provider.connectionBpsEgress

AWS Direct Connect

aws.dx.ConnectionBpsIngress

provider.connectionBpsIngress

AWS Direct Connect

aws.dx.ConnectionCRCErrorCount

provider.connectionCRCErrorCount

AWS Direct Connect

aws.dx.ConnectionLightLevelRx

provider.connectionLightLevelRx

AWS Direct Connect

aws.dx.ConnectionLightLevelTx

provider.connectionLightLevelTx

AWS Direct Connect

aws.dx.ConnectionPpsEgress

provider.connectionPpsEgress

AWS Direct Connect

aws.dx.ConnectionPpsIngress

provider.connectionPpsIngress

AWS Direct Connect

aws.dx.ConnectionState

provider.connectionState

AWS Direct Connect

aws.dx.VirtualInterfaceBpsEgress

provider.virtualInterfaceBpsEgress

AWS Direct Connect

aws.dx.VirtualInterfaceBpsIngress

provider.virtualInterfaceBpsIngress

AWS Direct Connect

aws.dx.VirtualInterfacePpsEgress

provider.virtualInterfacePpsEgress

AWS Direct Connect

aws.dx.VirtualInterfacePpsIngress

provider.virtualInterfacePpsIngress

AWS DocumentDB

aws.docdb.BackupRetentionPeriodStorageUsed.byCluster

provider.backupRetentionPeriodStorageUsed

AWS DocumentDB

aws.docdb.BufferCacheHitRatio.byCluster

provider.bufferCacheHitRatio

AWS DocumentDB

aws.docdb.CPUUtilization.byCluster

provider.cpuUtilization

AWS DocumentDB

aws.docdb.DatabaseConnections.byCluster

provider.databaseConnections

AWS DocumentDB

aws.docdb.DBClusterReplicaLagMaximum.byCluster

provider.dbClusterReplicaLagMaximum

AWS DocumentDB

aws.docdb.DBClusterReplicaLagMinimum.byCluster

provider.dbClusterReplicaLagMinimum

AWS DocumentDB

aws.docdb.DBInstanceReplicaLag.byCluster

provider.dbInstanceReplicaLag

AWS DocumentDB

aws.docdb.DiskQueueDepth.byCluster

provider.diskQueueDepth

AWS DocumentDB

aws.docdb.EngineUptime.byCluster

provider.engineUptime

AWS DocumentDB

aws.docdb.FreeableMemory.byCluster

provider.freeableMemory

AWS DocumentDB

aws.docdb.FreeLocalStorage.byCluster

provider.freeLocalStorage

AWS DocumentDB

aws.docdb.NetworkReceiveThroughput.byCluster

provider.networkReceiveThroughput

AWS DocumentDB

aws.docdb.NetworkThroughput.byCluster

provider.networkThroughput

AWS DocumentDB

aws.docdb.NetworkTransmitThroughput.byCluster

provider.networkTransmitThroughput

AWS DocumentDB

aws.docdb.ReadIOPS.byCluster

provider.readIOPS

AWS DocumentDB

aws.docdb.ReadLatency.byCluster

provider.readLatency

AWS DocumentDB

aws.docdb.ReadThroughput.byCluster

provider.readThroughput

AWS DocumentDB

aws.docdb.SnapshotStorageUsed.byCluster

provider.snapshotStorageUsed

AWS DocumentDB

aws.docdb.SwapUsage.byCluster

provider.swapUsage

AWS DocumentDB

aws.docdb.TotalBackupStorageBilled.byCluster

provider.totalBackupStorageBilled

AWS DocumentDB

aws.docdb.VolumeBytesUsed.byCluster

provider.volumeBytesUsed

AWS DocumentDB

aws.docdb.VolumeReadIOPs.byCluster

provider.volumeReadIOPs

AWS DocumentDB

aws.docdb.VolumeWriteIOPs.byCluster

provider.volumeWriteIOPs

AWS DocumentDB

aws.docdb.WriteIOPS.byCluster

provider.writeIOPS

AWS DocumentDB

aws.docdb.WriteLatency.byCluster

provider.writeLatency

AWS DocumentDB

aws.docdb.WriteThroughput.byCluster

provider.writeThroughput

AWS DocumentDB

aws.docdb.BackupRetentionPeriodStorageUsed.byClusterByRole

provider.backupRetentionPeriodStorageUsed

AWS DocumentDB

aws.docdb.BufferCacheHitRatio.byClusterByRole

provider.bufferCacheHitRatio

AWS DocumentDB

aws.docdb.CPUUtilization.byClusterByRole

provider.cpuUtilization

AWS DocumentDB

aws.docdb.DatabaseConnections.byClusterByRole

provider.databaseConnections

AWS DocumentDB

aws.docdb.DBClusterReplicaLagMaximum.byClusterByRole

provider.dbClusterReplicaLagMaximum

AWS DocumentDB

aws.docdb.DBClusterReplicaLagMinimum.byClusterByRole

provider.dbClusterReplicaLagMinimum

AWS DocumentDB

aws.docdb.DBInstanceReplicaLag.byClusterByRole

provider.dbInstanceReplicaLag

AWS DocumentDB

aws.docdb.DiskQueueDepth.byClusterByRole

provider.diskQueueDepth

AWS DocumentDB

aws.docdb.EngineUptime.byClusterByRole

provider.engineUptime

AWS DocumentDB

aws.docdb.FreeableMemory.byClusterByRole

provider.freeableMemory

AWS DocumentDB

aws.docdb.FreeLocalStorage.byClusterByRole

provider.freeLocalStorage

AWS DocumentDB

aws.docdb.NetworkReceiveThroughput.byClusterByRole

provider.networkReceiveThroughput

AWS DocumentDB

aws.docdb.NetworkThroughput.byClusterByRole

provider.networkThroughput

AWS DocumentDB

aws.docdb.NetworkTransmitThroughput.byClusterByRole

provider.networkTransmitThroughput

AWS DocumentDB

aws.docdb.ReadIOPS.byClusterByRole

provider.readIOPS

AWS DocumentDB

aws.docdb.ReadLatency.byClusterByRole

provider.readLatency

AWS DocumentDB

aws.docdb.ReadThroughput.byClusterByRole

provider.readThroughput

AWS DocumentDB

aws.docdb.SnapshotStorageUsed.byClusterByRole

provider.snapshotStorageUsed

AWS DocumentDB

aws.docdb.SwapUsage.byClusterByRole

provider.swapUsage

AWS DocumentDB

aws.docdb.TotalBackupStorageBilled.byClusterByRole

provider.totalBackupStorageBilled

AWS DocumentDB

aws.docdb.VolumeBytesUsed.byClusterByRole

provider.volumeBytesUsed

AWS DocumentDB

aws.docdb.VolumeReadIOPs.byClusterByRole

provider.volumeReadIOPs

AWS DocumentDB

aws.docdb.VolumeWriteIOPs.byClusterByRole

provider.volumeWriteIOPs

AWS DocumentDB

aws.docdb.WriteIOPS.byClusterByRole

provider.writeIOPS

AWS DocumentDB

aws.docdb.WriteLatency.byClusterByRole

provider.writeLatency

AWS DocumentDB

aws.docdb.WriteThroughput.byClusterByRole

provider.writeThroughput

AWS DocumentDB

aws.docdb.BackupRetentionPeriodStorageUsed.byInstance

provider.backupRetentionPeriodStorageUsed

AWS DocumentDB

aws.docdb.BufferCacheHitRatio.byInstance

provider.bufferCacheHitRatio

AWS DocumentDB

aws.docdb.CPUUtilization.byInstance

provider.cpuUtilization

AWS DocumentDB

aws.docdb.DatabaseConnections.byInstance

provider.databaseConnections

AWS DocumentDB

aws.docdb.DBClusterReplicaLagMaximum.byInstance

provider.dbClusterReplicaLagMaximum

AWS DocumentDB

aws.docdb.DBClusterReplicaLagMinimum.byInstance

provider.dbClusterReplicaLagMinimum

AWS DocumentDB

aws.docdb.DBInstanceReplicaLag.byInstance

provider.dbInstanceReplicaLag

AWS DocumentDB

aws.docdb.DiskQueueDepth.byInstance

provider.diskQueueDepth

AWS DocumentDB

aws.docdb.EngineUptime.byInstance

provider.engineUptime

AWS DocumentDB

aws.docdb.FreeableMemory.byInstance

provider.freeableMemory

AWS DocumentDB

aws.docdb.FreeLocalStorage.byInstance

provider.freeLocalStorage

AWS DocumentDB

aws.docdb.NetworkReceiveThroughput.byInstance

provider.networkReceiveThroughput

AWS DocumentDB

aws.docdb.NetworkThroughput.byInstance

provider.networkThroughput

AWS DocumentDB

aws.docdb.NetworkTransmitThroughput.byInstance

provider.networkTransmitThroughput

AWS DocumentDB

aws.docdb.ReadIOPS.byInstance

provider.readIOPS

AWS DocumentDB

aws.docdb.ReadLatency.byInstance

provider.readLatency

AWS DocumentDB

aws.docdb.ReadThroughput.byInstance

provider.readThroughput

AWS DocumentDB

aws.docdb.SnapshotStorageUsed.byInstance

provider.snapshotStorageUsed

AWS DocumentDB

aws.docdb.SwapUsage.byInstance

provider.swapUsage

AWS DocumentDB

aws.docdb.TotalBackupStorageBilled.byInstance

provider.totalBackupStorageBilled

AWS DocumentDB

aws.docdb.VolumeBytesUsed.byInstance

provider.volumeBytesUsed

AWS DocumentDB

aws.docdb.VolumeReadIOPs.byInstance

provider.volumeReadIOPs

AWS DocumentDB

aws.docdb.VolumeWriteIOPs.byInstance

provider.volumeWriteIOPs

AWS DocumentDB

aws.docdb.WriteIOPS.byInstance

provider.writeIOPS

AWS DocumentDB

aws.docdb.WriteLatency.byInstance

provider.writeLatency

AWS DocumentDB

aws.docdb.WriteThroughput.byInstance

provider.writeThroughput

AWS DynamoDB

aws.dynamodb.ConsumedReadCapacityUnits.byGlobalSecondaryIndex

provider.consumedReadCapacityUnits

AWS DynamoDB

aws.dynamodb.ConsumedWriteCapacityUnits.byGlobalSecondaryIndex

provider.consumedWriteCapacityUnits

AWS DynamoDB

aws.dynamodb.OnlineIndexConsumedWriteCapacity

provider.onlineIndexConsumedWriteCapacity

AWS DynamoDB

aws.dynamodb.OnlineIndexPercentageProgress

provider.onlineIndexPercentageProgress

AWS DynamoDB

aws.dynamodb.OnlineIndexThrottleEvents

provider.onlineIndexThrottleEvents

AWS DynamoDB

aws.dynamodb.ProvisionedReadCapacityUnits.byGlobalSecondaryIndex

provider.provisionedReadCapacityUnits

AWS DynamoDB

aws.dynamodb.ProvisionedWriteCapacityUnits.byGlobalSecondaryIndex

provider.provisionedWriteCapacityUnits

AWS DynamoDB

aws.dynamodb.ReadThrottleEvents.byGlobalSecondaryIndex

provider.readThrottleEvents

AWS DynamoDB

aws.dynamodb.WriteThrottleEvents.byGlobalSecondaryIndex

provider.writeThrottleEvents

AWS DynamoDB

aws.dynamodb.SystemErrors.byRegion

provider.systemErrors

AWS DynamoDB

aws.dynamodb.UserErrors.byRegion

provider.userErrors

AWS DynamoDB

aws.dynamodb.ConditionalCheckFailedRequests

provider.conditionalCheckFailedRequests

AWS DynamoDB

aws.dynamodb.ConsumedReadCapacityUnits.byTable

provider.consumedReadCapacityUnits

AWS DynamoDB

aws.dynamodb.ConsumedWriteCapacityUnits.byTable

provider.consumedWriteCapacityUnits

AWS DynamoDB

aws.dynamoDb.ItemCount

provider.itemCount

AWS DynamoDB

aws.dynamodb.PendingReplicationCount

provider.pendingReplicationCount

AWS DynamoDB

aws.dynamodb.ProvisionedReadCapacityUnits.byTable

provider.provisionedReadCapacityUnits

AWS DynamoDB

aws.dynamodb.ProvisionedWriteCapacityUnits.byTable

provider.provisionedWriteCapacityUnits

AWS DynamoDB

aws.dynamodb.ReadThrottleEvents.byTable

provider.readThrottleEvents

AWS DynamoDB

aws.dynamodb.ReplicationLatency

provider.replicationLatency

AWS DynamoDB

aws.dynamodb.ReturnedItemCount

provider.queryReturnedItemCount

AWS DynamoDB

aws.dynamodb.ReturnedItemCount.scan

provider.scanReturnedItemCount

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.batchGet

provider.batchGetSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.batchWrite

provider.batchWriteSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.delete

provider.deleteSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.get

provider.getSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.put

provider.putSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.query

provider.querySuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.scan

provider.scanSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SuccessfulRequestLatency.update

provider.updateSuccessfulRequestLatency

AWS DynamoDB

aws.dynamodb.SystemErrors.batchGet

provider.batchGetSystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.batchWrite

provider.batchWriteSystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.byTable

provider.systemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.delete

provider.deleteSystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.get

provider.getSystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.put

provider.putSystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.query

provider.querySystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.scan

provider.scanSystemErrors

AWS DynamoDB

aws.dynamodb.SystemErrors.update

provider.updateSystemErrors

AWS DynamoDB

aws.dynamoDb.TableSizeBytes

provider.tableSizeBytes

AWS DynamoDB

aws.dynamodb.ThrottledRequests.batchGet

provider.batchGetThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.batchWrite

provider.batchWriteThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.delete

provider.deleteThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.get

provider.getThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.put

provider.putThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.query

provider.queryThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.scan

provider.scanThrottledRequests

AWS DynamoDB

aws.dynamodb.ThrottledRequests.update

provider.updateThrottledRequests

AWS DynamoDB

aws.dynamodb.UserErrors.byTable

provider.userErrors

AWS DynamoDB

aws.dynamodb.WriteThrottleEvents.byTable

provider.writeThrottleEvents

AWS EBS

aws.ebs.BurstBalance

provider.burstBalance

AWS EBS

aws.ebs.VolumeConsumedReadWriteOps

provider.volumeConsumedReadWriteOps

AWS EBS

aws.ebs.VolumeIdleTime

provider.volumeIdleTime

AWS EBS

aws.ebs.VolumeQueueLength

provider.volumeQueueLength

AWS EBS

aws.ebs.VolumeReadBytes

provider.volumeReadBytes

AWS EBS

aws.ebs.VolumeReadOps

provider.volumeReadOps

AWS EBS

aws.ebs.VolumeThroughputPercentage

provider.volumeThroughputPercentage

AWS EBS

aws.ebs.VolumeTotalReadTime

provider.volumeTotalReadTime

AWS EBS

aws.ebs.VolumeTotalWriteTime

provider.volumeTotalWriteTime

AWS EBS

aws.ebs.VolumeWriteBytes

provider.volumeWriteBytes

AWS EBS

aws.ebs.VolumeWriteOps

provider.volumeWriteOps

AWS EC2

aws.ec2.CPUCreditBalance

provider.cpuCreditBalance

AWS EC2

aws.ec2.CPUCreditUsage

provider.cpuCreditUsage

AWS EC2

aws.ec2.CPUSurplusCreditBalance

provider.cpuSurplusCreditBalance

AWS EC2

aws.ec2.CPUSurplusCreditsCharged

provider.cpuSurplusCreditsCharged

AWS EC2

aws.ec2.CPUUtilization

provider.cpuUtilization

AWS EC2

aws.ec2.DiskReadBytes

provider.diskReadBytes

AWS EC2

aws.ec2.DiskReadOps

provider.diskReadOps

AWS EC2

aws.ec2.DiskWriteBytes

provider.diskWriteBytes

AWS EC2

aws.ec2.DiskWriteOps

provider.diskWriteOps

AWS EC2

aws.ec2.NetworkIn

provider.networkInBytes

AWS EC2

aws.ec2.NetworkOut

provider.networkOutBytes

AWS EC2

aws.ec2.NetworkPacketsIn

provider.networkInPackets

AWS EC2

aws.ec2.NetworkPacketsOut

provider.networkOutPackets

AWS EC2

aws.ec2.StatusCheckFailed

provider.statusCheckFailed

AWS EC2

aws.ec2.StatusCheckFailed_Instance

provider.statusCheckFailedInstance

AWS EC2

aws.ec2.StatusCheckFailed_System

provider.statusCheckFailedSystem

AWS ECS

aws.ecs.activeServicesCount.byCluster

provider.activeServicesCount

AWS ECS

aws.ecs.CPUReservation

provider.cpuReservation

AWS ECS

aws.ecs.CPUUtilization.byCluster

provider.cpuUtilization

AWS ECS

aws.ecs.MemoryReservation

provider.memoryReservation

AWS ECS

aws.ecs.MemoryUtilization.byCluster

provider.memoryUtilization

AWS ECS

aws.ecs.pendingTasksCount.byCluster

provider.pendingTasksCount

AWS ECS

aws.ecs.registeredContainerInstancesCount.byCluster

provider.registeredContainerInstancesCount

AWS ECS

aws.ecs.runningTasksCount.byCluster

provider.runningTasksCount

AWS ECS

aws.ecs.CPUUtilization.byService

provider.cpuUtilization

AWS ECS

aws.ecs.desiredCount.byService

provider.desiredCount

AWS ECS

aws.ecs.MemoryUtilization.byService

provider.memoryUtilization

AWS ECS

aws.ecs.pendingCount.byService

provider.pendingCount

AWS ECS

aws.ecs.runningCount.byService

provider.runningCount

AWS EFS

aws.efs.BurstCreditBalance

provider.burstCreditBalance

AWS EFS

aws.efs.ClientConnections

provider.clientConnections

AWS EFS

aws.efs.DataReadIOBytes

provider.dataReadIOBytes

AWS EFS

aws.efs.DataWriteIOBytes

provider.dataWriteIOBytes

AWS EFS

aws.efs.lastKnownSizeInBytes

provider.lastKnownSizeInBytes

AWS EFS

aws.efs.MetadataIOBytes

provider.metadataIOBytes

AWS EFS

aws.efs.PercentIOLimit

provider.percentIOLimit

AWS EFS

aws.efs.PermittedThroughput

provider.permittedThroughput

AWS EFS

aws.efs.TotalIOBytes

provider.totalIOBytes

AWS ElasticSearch

aws.es.2xx

provider.2xx

AWS ElasticSearch

aws.es.3xx

provider.3xx

AWS ElasticSearch

aws.es.4xx

provider.4xx

AWS ElasticSearch

aws.es.5xx

provider.5xx

AWS ElasticSearch

aws.es.AutomatedSnapshotFailure

provider.AutomatedSnapshotFailure

AWS ElasticSearch

aws.es.ClusterIndexWritesBlocked

provider.ClusterIndexWritesBlocked

AWS ElasticSearch

aws.es.ClusterStatus.green

provider.ClusterStatus.green

AWS ElasticSearch

aws.es.ClusterStatus.red

provider.ClusterStatus.red

AWS ElasticSearch

aws.es.ClusterStatus.yellow

provider.ClusterStatus.yellow

AWS ElasticSearch

aws.es.ClusterUsedSpace

provider.ClusterUsedSpace

AWS ElasticSearch

aws.es.CPUCreditBalance

provider.CPUCreditBalance

AWS ElasticSearch

aws.es.CPUUtilization.byCluster

provider.CPUUtilization

AWS ElasticSearch

aws.es.DeletedDocuments

provider.DeletedDocuments

AWS ElasticSearch

aws.es.DiskQueueDepth

provider.DiskQueueDepth

AWS ElasticSearch

aws.es.ElasticsearchRequests

provider.ElasticsearchRequests

AWS ElasticSearch

aws.es.FreeStorageSpace.byCluster

provider.FreeStorageSpace

AWS ElasticSearch

aws.es.IndexingLatency.byCluster

provider.IndexingLatency

AWS ElasticSearch

aws.es.IndexingRate.byCluster

provider.IndexingRate

AWS ElasticSearch

aws.es.InvalidHostHeaderRequests

provider.InvalidHostHeaderRequests

AWS ElasticSearch

aws.es.JVMGCOldCollectionCount.byCluster

provider.JVMGCOldCollectionCount

AWS ElasticSearch

aws.es.JVMGCOldCollectionTime.byCluster

provider.JVMGCOldCollectionTime

AWS ElasticSearch

aws.es.JVMGCYoungCollectionCount.byCluster

provider.JVMGCYoungCollectionCount

AWS ElasticSearch

aws.es.JVMGCYoungCollectionTime.byCluster

provider.JVMGCYoungCollectionTime

AWS ElasticSearch

aws.es.JVMMemoryPressure.byCluster

provider.JVMMemoryPressure

AWS ElasticSearch

aws.es.KibanaHealthyNodes

provider.KibanaHealthyNodes

AWS ElasticSearch

aws.es.KMSKeyError

provider.KMSKeyError

AWS ElasticSearch

aws.es.KMSKeyInaccessible

provider.KMSKeyInaccessible

AWS ElasticSearch

aws.es.MasterCPUCreditBalance

provider.MasterCPUCreditBalance

AWS ElasticSearch

aws.es.MasterCPUUtilization

provider.MasterCPUUtilization

AWS ElasticSearch

aws.es.MasterJVMMemoryPressure

provider.MasterJVMMemoryPressure

AWS ElasticSearch

aws.es.MasterReachableFromNode

provider.MasterReachableFromNode

AWS ElasticSearch

aws.es.Nodes

provider.Nodes

AWS ElasticSearch

aws.es.ReadIOPS

provider.ReadIOPS

AWS ElasticSearch

aws.es.ReadLatency

provider.ReadLatency

AWS ElasticSearch

aws.es.ReadThroughput

provider.ReadThroughput

AWS ElasticSearch

aws.es.SearchableDocuments

provider.SearchableDocuments

AWS ElasticSearch

aws.es.SearchLatency.byCluster

provider.SearchLatency

AWS ElasticSearch

aws.es.SearchRate.byCluster

provider.SearchRate

AWS ElasticSearch

aws.es.SysMemoryUtilization.byCluster

provider.SysMemoryUtilization

AWS ElasticSearch

aws.es.ThreadpoolBulkQueue.byCluster

provider.ThreadpoolBulkQueue

AWS ElasticSearch

aws.es.ThreadpoolBulkRejected.byCluster

provider.ThreadpoolBulkRejected

AWS ElasticSearch

aws.es.ThreadpoolBulkThreads.byCluster

provider.ThreadpoolBulkThreads

AWS ElasticSearch

aws.es.ThreadpoolForce_mergeQueue.byCluster

provider.ThreadpoolForce_mergeQueue

AWS ElasticSearch

aws.es.ThreadpoolForce_mergeRejected.byCluster

provider.ThreadpoolForce_mergeRejected

AWS ElasticSearch

aws.es.ThreadpoolForce_mergeThreads.byCluster

provider.ThreadpoolForce_mergeThreads

AWS ElasticSearch

aws.es.ThreadpoolIndexQueue.byCluster

provider.ThreadpoolIndexQueue

AWS ElasticSearch

aws.es.ThreadpoolIndexRejected.byCluster

provider.ThreadpoolIndexRejected

AWS ElasticSearch

aws.es.ThreadpoolIndexThreads.byCluster

provider.ThreadpoolIndexThreads

AWS ElasticSearch

aws.es.ThreadpoolSearchQueue.byCluster

provider.ThreadpoolSearchQueue

AWS ElasticSearch

aws.es.ThreadpoolSearchRejected.byCluster

provider.ThreadpoolSearchRejected

AWS ElasticSearch

aws.es.ThreadpoolSearchThreads.byCluster

provider.ThreadpoolSearchThreads

AWS ElasticSearch

aws.es.WriteIOPS

provider.WriteIOPS

AWS ElasticSearch

aws.es.WriteLatency

provider.WriteLatency

AWS ElasticSearch

aws.es.WriteThroughput

provider.WriteThroughput

AWS ElasticSearch

aws.es.CPUUtilization.byNode

provider.CPUUtilization

AWS ElasticSearch

aws.es.FreeStorageSpace.byNode

provider.FreeStorageSpace

AWS ElasticSearch

aws.es.IndexingLatency.byNode

provider.IndexingLatency

AWS ElasticSearch

aws.es.IndexingRate.byNode

provider.IndexingRate

AWS ElasticSearch

aws.es.JVMGCOldCollectionCount.byNode

provider.JVMGCOldCollectionCount

AWS ElasticSearch

aws.es.JVMGCOldCollectionTime.byNode

provider.JVMGCOldCollectionTime

AWS ElasticSearch

aws.es.JVMGCYoungCollectionCount.byNode

provider.JVMGCYoungCollectionCount

AWS ElasticSearch

aws.es.JVMGCYoungCollectionTime.byNode

provider.JVMGCYoungCollectionTime

AWS ElasticSearch

aws.es.JVMMemoryPressure.byNode

provider.JVMMemoryPressure

AWS ElasticSearch

aws.es.SearchLatency.byNode

provider.SearchLatency

AWS ElasticSearch

aws.es.SearchRate.byNode

provider.SearchRate

AWS ElasticSearch

aws.es.SysMemoryUtilization.byNode

provider.SysMemoryUtilization

AWS ElasticSearch

aws.es.ThreadpoolBulkQueue.byNode

provider.ThreadpoolBulkQueue

AWS ElasticSearch

aws.es.ThreadpoolBulkRejected.byNode

provider.ThreadpoolBulkRejected

AWS ElasticSearch

aws.es.ThreadpoolBulkThreads.byNode

provider.ThreadpoolBulkThreads

AWS ElasticSearch

aws.es.ThreadpoolForce_mergeQueue.byNode

provider.ThreadpoolForce_mergeQueue

AWS ElasticSearch

aws.es.ThreadpoolForce_mergeRejected.byNode

provider.ThreadpoolForce_mergeRejected

AWS ElasticSearch

aws.es.ThreadpoolForce_mergeThreads.byNode

provider.ThreadpoolForce_mergeThreads

AWS ElasticSearch

aws.es.ThreadpoolIndexQueue.byNode

provider.ThreadpoolIndexQueue

AWS ElasticSearch

aws.es.ThreadpoolIndexRejected.byNode

provider.ThreadpoolIndexRejected

AWS ElasticSearch

aws.es.ThreadpoolIndexThreads.byNode

provider.ThreadpoolIndexThreads

AWS ElasticSearch

aws.es.ThreadpoolSearchQueue.byNode

provider.ThreadpoolSearchQueue

AWS ElasticSearch

aws.es.ThreadpoolSearchRejected.byNode

provider.ThreadpoolSearchRejected

AWS ElasticSearch

aws.es.ThreadpoolSearchThreads.byNode

provider.ThreadpoolSearchThreads

AWS ElastiCache

aws.elasticache.CPUCreditBalance.byMemcachedCluster

provider.cpuCreditBalance

AWS ElastiCache

aws.elasticache.CPUCreditUsage.byMemcachedCluster

provider.cpuCreditUsage

AWS ElastiCache

aws.elasticache.CPUUtilization.byMemcachedCluster

provider.cpuUtilization

AWS ElastiCache

aws.elasticache.DatabaseMemoryUsagePercentage.byMemcachedCluster

provider.databaseMemoryUsagePercentage

AWS ElastiCache

aws.elasticache.FreeableMemory.byMemcachedCluster

provider.freeableMemory

AWS ElastiCache

aws.elasticache.NetworkBytesIn.byMemcachedCluster

provider.networkBytesIn

AWS ElastiCache

aws.elasticache.NetworkBytesOut.byMemcachedCluster

provider.networkBytesOut

AWS ElastiCache

aws.elasticache.SwapUsage.byMemcachedCluster

provider.swapUsage

AWS ElastiCache

aws.elasticache.BytesReadIntoMemcached

provider.bytesReadIntoMemcached

AWS ElastiCache

aws.elasticache.BytesUsedForCacheItems

provider.bytesUsedForCacheItems

AWS ElastiCache

aws.elasticache.BytesUsedForHash

provider.bytesUsedForHash

AWS ElastiCache

aws.elasticache.BytesWrittenOutFromMemcached

provider.bytesWrittenOutFromMemcached

AWS ElastiCache

aws.elasticache.CasBadval

provider.casBadval

AWS ElastiCache

aws.elasticache.CasHits

provider.casHits

AWS ElastiCache

aws.elasticache.CasMisses

provider.casMisses

AWS ElastiCache

aws.elasticache.CmdConfigGet

provider.cmdConfigGet

AWS ElastiCache

aws.elasticache.CmdConfigSet

provider.cmdConfigSet

AWS ElastiCache

aws.elasticache.CmdFlush

provider.cmdFlush

AWS ElastiCache

aws.elasticache.CmdGet

provider.cmdGet

AWS ElastiCache

aws.elasticache.CmdSet

provider.cmdSet

AWS ElastiCache

aws.elasticache.CmdTouch

provider.cmdTouch

AWS ElastiCache

aws.elasticache.CPUCreditBalance.byMemcachedNode

provider.cpuCreditBalance

AWS ElastiCache

aws.elasticache.CPUCreditUsage.byMemcachedNode

provider.cpuCreditUsage

AWS ElastiCache

aws.elasticache.CPUUtilization.byMemcachedNode

provider.cpuUtilization

AWS ElastiCache

aws.elasticache.CurrConfig

provider.currConfig

AWS ElastiCache

aws.elasticache.CurrConnections.byMemcachedNode

provider.currConnections

AWS ElastiCache

aws.elasticache.CurrItems.byMemcachedNode

provider.currItems

AWS ElastiCache

aws.elasticache.DatabaseMemoryUsagePercentage.byMemcachedNode

provider.databaseMemoryUsagePercentage

AWS ElastiCache

aws.elasticache.DecrHits

provider.decrHits

AWS ElastiCache

aws.elasticache.DecrMisses

provider.decrMisses

AWS ElastiCache

aws.elasticache.DeleteHits

provider.deleteHits

AWS ElastiCache

aws.elasticache.DeleteMisses

provider.deleteMisses

AWS ElastiCache

aws.elasticache.EvictedUnfetched

provider.evictedUnfetched

AWS ElastiCache

aws.elasticache.Evictions.byMemcachedNode

provider.evictions

AWS ElastiCache

aws.elasticache.ExpiredUnfetched

provider.expiredUnfetched

AWS ElastiCache

aws.elasticache.FreeableMemory.byMemcachedNode

provider.freeableMemory

AWS ElastiCache

aws.elasticache.GetHits

provider.getHits

AWS ElastiCache

aws.elasticache.GetMisses

provider.getMisses

AWS ElastiCache

aws.elasticache.IncrHits

provider.incrHits

AWS ElastiCache

aws.elasticache.IncrMisses

provider.incrMisses

AWS ElastiCache

aws.elasticache.NetworkBytesIn.byMemcachedNode

provider.networkBytesIn

AWS ElastiCache

aws.elasticache.NetworkBytesOut.byMemcachedNode

provider.networkBytesOut

AWS ElastiCache

aws.elasticache.NewConnections.byMemcachedNode

provider.newConnections

AWS ElastiCache

aws.elasticache.NewItems

provider.newItems

AWS ElastiCache

aws.elasticache.Reclaimed.byMemcachedNode

provider.reclaimed

AWS ElastiCache

aws.elasticache.SlabsMoved

provider.slabsMoved

AWS ElastiCache

aws.elasticache.SwapUsage.byMemcachedNode

provider.swapUsage

AWS ElastiCache

aws.elasticache.TouchHits

provider.touchHits

AWS ElastiCache

aws.elasticache.TouchMisses

provider.touchMisses

AWS ElastiCache

aws.elasticache.UnusedMemory

provider.unusedMemory

AWS ElastiCache

aws.elasticache.ActiveDefragHits.byRedisCluster

provider.activeDefragHits

AWS ElastiCache

aws.elasticache.CPUCreditBalance.byRedisCluster

provider.cpuCreditBalance

AWS ElastiCache

aws.elasticache.CPUCreditUsage.byRedisCluster

provider.cpuCreditUsage

AWS ElastiCache

aws.elasticache.CPUUtilization.byRedisCluster

provider.cpuUtilization

AWS ElastiCache

aws.elasticache.DatabaseMemoryUsagePercentage.byRedisCluster

provider.databaseMemoryUsagePercentage

AWS ElastiCache

aws.elasticache.EngineCPUUtilization.byRedisCluster

provider.engineCpuUtilization

AWS ElastiCache

aws.elasticache.FreeableMemory.byRedisCluster

provider.freeableMemory

AWS ElastiCache

aws.elasticache.NetworkBytesIn.byRedisCluster

provider.networkBytesIn

AWS ElastiCache

aws.elasticache.NetworkBytesOut.byRedisCluster

provider.networkBytesOut

AWS ElastiCache

aws.elasticache.StreamBasedCmds.byRedisCluster

provider.streamBasedCmds

AWS ElastiCache

aws.elasticache.SwapUsage.byRedisCluster

provider.swapUsage

AWS ElastiCache

aws.elasticache.ActiveDefragHits.byRedisNode

provider.activeDefragHits

AWS ElastiCache

aws.elasticache.BytesUsedForCache

provider.bytesUsedForCache

AWS ElastiCache

aws.elasticache.CacheHitRate

provider.cacheHitRate

AWS ElastiCache

aws.elasticache.CacheHits

provider.cacheHits

AWS ElastiCache

aws.elasticache.CacheMisses

provider.cacheMisses

AWS ElastiCache

aws.elasticache.CPUCreditBalance.byRedisNode

provider.cpuCreditBalance

AWS ElastiCache

aws.elasticache.CPUCreditUsage.byRedisNode

provider.cpuCreditUsage

AWS ElastiCache

aws.elasticache.CPUUtilization.byRedisNode

provider.cpuUtilization

AWS ElastiCache

aws.elasticache.CurrConnections.byRedisNode

provider.currConnections

AWS ElastiCache

aws.elasticache.CurrItems.byRedisNode

provider.currItems

AWS ElastiCache

aws.elasticache.DatabaseMemoryUsagePercentage.byRedisNode

provider.databaseMemoryUsagePercentage

AWS ElastiCache

aws.elasticache.DB0AverageTTL

provider.db0AverageTtl

AWS ElastiCache

aws.elasticache.EngineCPUUtilization.byRedisNode

provider.engineCpuUtilization

AWS ElastiCache

aws.elasticache.EvalBasedCmds

provider.evalBasedCmds

AWS ElastiCache

aws.elasticache.EvalBasedCmdsLatency

provider.evalBasedCmdsLatency

AWS ElastiCache

aws.elasticache.Evictions.byRedisNode

provider.evictions

AWS ElastiCache

aws.elasticache.FreeableMemory.byRedisNode

provider.freeableMemory

AWS ElastiCache

aws.elasticache.GeoSpatialBasedCmds

provider.geoSpatialBasedCmds

AWS ElastiCache

aws.elasticache.GeoSpatialBasedCmdsLatency

provider.geoSpatialBasedCmdsLatency

AWS ElastiCache

aws.elasticache.GetTypeCmds

provider.getTypeCmds

AWS ElastiCache

aws.elasticache.GetTypeCmdsLatency

provider.getTypeCmdsLatency

AWS ElastiCache

aws.elasticache.HashBasedCmds

provider.hashBasedCmds

AWS ElastiCache

aws.elasticache.HashBasedCmdsLatency

provider.hashBasedCmdsLatency

AWS ElastiCache

aws.elasticache.HyperLogLogBasedCmds

provider.hyperLogLogBasedCmds

AWS ElastiCache

aws.elasticache.HyperLogLogBasedCmdsLatency

provider.hyperLogLogBasedCmdsLatency

AWS ElastiCache

aws.elasticache.KeyBasedCmds

provider.keyBasedCmds

AWS ElastiCache

aws.elasticache.KeyBasedCmdsLatency

provider.keyBasedCmdsLatency

AWS ElastiCache

aws.elasticache.ListBasedCmds

provider.listBasedCmds

AWS ElastiCache

aws.elasticache.ListBasedCmdsLatency

provider.listBasedCmdsLatency

AWS ElastiCache

aws.elasticache.MasterLinkHealthStatus

provider.masterLinkHealthStatus

AWS ElastiCache

aws.elasticache.MemoryFragmentationRatio

provider.memoryFragmentationRatio

AWS ElastiCache

aws.elasticache.NetworkBytesIn.byRedisNode

provider.networkBytesIn

AWS ElastiCache

aws.elasticache.NetworkBytesOut.byRedisNode

provider.networkBytesOut

AWS ElastiCache

aws.elasticache.NewConnections.byRedisNode

provider.newConnections

AWS ElastiCache

aws.elasticache.PubSubBasedCmds

provider.pubSubBasedCmds

AWS ElastiCache

aws.elasticache.PubSubBasedCmdsLatency

provider.pubSubBasedCmdsLatency

AWS ElastiCache

aws.elasticache.Reclaimed.byRedisNode

provider.reclaimed

AWS ElastiCache

aws.elasticache.ReplicationBytes

provider.replicationBytes

AWS ElastiCache

aws.elasticache.ReplicationLag

provider.replicationLag

AWS ElastiCache

aws.elasticache.SaveInProgress

provider.saveInProgress

AWS ElastiCache

aws.elasticache.SetBasedCmds

provider.setBasedCmds

AWS ElastiCache

aws.elasticache.SetBasedCmdsLatency

provider.setBasedCmdsLatency

AWS ElastiCache

aws.elasticache.SetTypeCmds

provider.setTypeCmds

AWS ElastiCache

aws.elasticache.SetTypeCmdsLatency

provider.setTypeCmdsLatency

AWS ElastiCache

aws.elasticache.SortedBasedCmdsLatency

provider.sortedBasedCmdsLatency

AWS ElastiCache

aws.elasticache.SortedSetBasedCmds

provider.sortedSetBasedCmds

AWS ElastiCache

aws.elasticache.StreamBasedCmds.byRedisNode

provider.streamBasedCmds

AWS ElastiCache

aws.elasticache.StreamBasedCmdsLatency

provider.streamBasedCmdsLatency

AWS ElastiCache

aws.elasticache.StringBasedCmds

provider.stringBasedCmds

AWS ElastiCache

aws.elasticache.StringBasedCmdsLatency

provider.stringBasedCmdsLatency

AWS ElastiCache

aws.elasticache.SwapUsage.byRedisNode

provider.swapUsage

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP10.byEnvironment

provider.applicationLatencyP10

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP50.byEnvironment

provider.applicationLatencyP50

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP75.byEnvironment

provider.applicationLatencyP75

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP85.byEnvironment

provider.applicationLatencyP85

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP90.byEnvironment

provider.applicationLatencyP90

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP95.byEnvironment

provider.applicationLatencyP95

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP99.9.byEnvironment

provider.applicationLatencyP99.9

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP99.byEnvironment

provider.applicationLatencyP99

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests2xx.byEnvironment

provider.applicationRequests2xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests3xx.byEnvironment

provider.applicationRequests3xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests4xx.byEnvironment

provider.applicationRequests4xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests5xx.byEnvironment

provider.applicationRequests5xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequestsTotal.byEnvironment

provider.applicationRequestsTotal

AWS Elastic Beanstalk

aws.elasticbeanstalk.EnvironmentHealth

provider.environmentHealth

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesDegraded

provider.instancesDegraded

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesInfo

provider.instancesInfo

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesNoData

provider.instancesNoData

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesOk

provider.instancesOk

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesPending

provider.instancesPending

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesSevere

provider.instancesSevere

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesUnknown

provider.instancesUnknown

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstancesWarning

provider.instancesWarning

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP10.byInstance

provider.applicationLatencyP10

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP50.byInstance

provider.applicationLatencyP50

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP75.byInstance

provider.applicationLatencyP75

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP85.byInstance

provider.applicationLatencyP85

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP90.byInstance

provider.applicationLatencyP90

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP95.byInstance

provider.applicationLatencyP95

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP99.9.byInstance

provider.applicationLatencyP99.9

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationLatencyP99.byInstance

provider.applicationLatencyP99

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests2xx.byInstance

provider.applicationRequests2xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests3xx.byInstance

provider.applicationRequests3xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests4xx.byInstance

provider.applicationRequests4xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequests5xx.byInstance

provider.applicationRequests5xx

AWS Elastic Beanstalk

aws.elasticbeanstalk.ApplicationRequestsTotal.byInstance

provider.applicationRequestsTotal

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUIdle

provider.cpuIdle

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUIowait

provider.cpuIowait

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUIrq

provider.cpuIrq

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUNice

provider.cpuNice

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUSoftirq

provider.cpuSoftirq

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUSystem

provider.cpuSystem

AWS Elastic Beanstalk

aws.elasticbeanstalk.CPUUser

provider.cpuUser

AWS Elastic Beanstalk

aws.elasticbeanstalk.InstanceHealth

provider.instanceHealth

AWS Elastic Beanstalk

aws.elasticbeanstalk.LoadAverage1min

provider.loadAverage1min

AWS Elastic Beanstalk

aws.elasticbeanstalk.RootFilesystemUtil

provider.rootFilesystemUtil

AWS ELB

aws.elb.BackendConnectionErrors

provider.backendConnectionErrors

AWS ELB

aws.elb.EstimatedALBActiveConnectionCount

provider.estimatedAlbActiveConnectionCount

AWS ELB

aws.elb.EstimatedALBConsumedLCUs

provider.estimatedAlbConsumedLcus

AWS ELB

aws.elb.EstimatedALBNewConnectionCount

provider.estimatedAlbNewConnectionCount

AWS ELB

aws.elb.EstimatedProcessedBytes

provider.estimatedProcessedBytes

AWS ELB

aws.elb.HealthyHostCount

provider.healthyHostCount

AWS ELB

aws.elb.HTTPCode_Backend_2XX

provider.httpCodeBackend2XX

AWS ELB

aws.elb.HTTPCode_Backend_3XX

provider.httpCodeBackend3XX

AWS ELB

aws.elb.HTTPCode_Backend_4XX

provider.httpCodeBackend4XX

AWS ELB

aws.elb.HTTPCode_Backend_5XX

provider.httpCodeBackend5XX

AWS ELB

aws.elb.HTTPCode_ELB_4XX

provider.httpCodeElb4XX

AWS ELB

aws.elb.HTTPCode_ELB_5XX

provider.httpCodeElb5XX

AWS ELB

aws.elb.Latency

provider.latency

AWS ELB

aws.elb.RequestCount

provider.requestCount

AWS ELB

aws.elb.SpilloverCount

provider.spilloverCount

AWS ELB

aws.elb.SurgeQueueLength

provider.surgeQueueLength

AWS ELB

aws.elb.UnhealthyHostCount

provider.unhealthyHostCount

AWS EMR

aws.elasticmapreduce.AppsCompleted

provider.appsCompleted

AWS EMR

aws.elasticmapreduce.AppsFailed

provider.appsFailed

AWS EMR

aws.elasticmapreduce.AppsKilled

provider.appsKilled

AWS EMR

aws.elasticmapreduce.AppsPending

provider.appsPending

AWS EMR

aws.elasticmapreduce.AppsRunning

provider.appsRunning

AWS EMR

aws.elasticmapreduce.AppsSubmitted

provider.appsSubmitted

AWS EMR

aws.elasticmapreduce.CapacityRemainingGB

provider.capacityRemainingBytes

AWS EMR

aws.elasticmapreduce.ContainerAllocated

provider.containerAllocated

AWS EMR

aws.elasticmapreduce.ContainerPending

provider.containerPending

AWS EMR

aws.elasticmapreduce.ContainerPendingRatio

provider.containerPendingRatio

AWS EMR

aws.elasticmapreduce.ContainerReserved

provider.containerReserved

AWS EMR

aws.elasticmapreduce.CoreNodesPending

provider.coreNodesPending

AWS EMR

aws.elasticmapreduce.CoreNodesRunning

provider.coreNodesRunning

AWS EMR

aws.elasticmapreduce.CorruptBlocks

provider.corruptBlocks

AWS EMR

aws.elasticmapreduce.HDFSBytesRead

provider.hdfsReadBytes

AWS EMR

aws.elasticmapreduce.HDFSBytesWritten

provider.hdfsWrittenBytes

AWS EMR

aws.elasticmapreduce.HDFSUtilization

provider.hdfsUtilizationPercentage

AWS EMR

aws.elasticmapreduce.IsIdle

provider.isIdle

AWS EMR

aws.elasticmapreduce.JobsFailed

provider.jobsFailed

AWS EMR

aws.elasticmapreduce.JobsRunning

provider.jobsRunning

AWS EMR

aws.elasticmapreduce.LiveDataNodes

provider.liveDataNodesPercentage

AWS EMR

aws.elasticmapreduce.LiveTaskTrackers

provider.liveTaskTrackersPercentage

AWS EMR

aws.elasticmapreduce.MapSlotsOpen

provider.mapSlotsOpen

AWS EMR

aws.elasticmapreduce.MemoryAllocatedMB

provider.memoryAllocatedBytes

AWS EMR

aws.elasticmapreduce.MemoryAvailableMB

provider.memoryAvailableBytes

AWS EMR

aws.elasticmapreduce.MemoryReservedMB

provider.memoryReservedBytes

AWS EMR

aws.elasticmapreduce.MemoryTotalMB

provider.memoryTotalBytes

AWS EMR

aws.elasticmapreduce.MissingBlocks

provider.missingBlocks

AWS EMR

aws.elasticmapreduce.MRActiveNodes

provider.mrActiveNodes

AWS EMR

aws.elasticmapreduce.MRDecommissionedNodes

provider.mrDecommissionedNodes

AWS EMR

aws.elasticmapreduce.MRLostNodes

provider.mrLostNodes

AWS EMR

aws.elasticmapreduce.MRRebootedNodes

provider.mrRebootedNodes

AWS EMR

aws.elasticmapreduce.MRTotalNodes

provider.mrTotalNodes

AWS EMR

aws.elasticmapreduce.MRUnhealthyNodes

provider.mrUnhealthyNodes

AWS EMR

aws.elasticmapreduce.PendingDeletionBlocks

provider.pendingDeletionBlocks

AWS EMR

aws.elasticmapreduce.ReduceSlotsOpen

provider.reduceSlotsOpen

AWS EMR

aws.elasticmapreduce.RemainingMapTasksPerSlot

provider.remainingMapTasksPerSlot

AWS EMR

aws.elasticmapreduce.S3BytesRead

provider.s3ReadBytes

AWS EMR

aws.elasticmapreduce.S3BytesWritten

provider.s3WrittenBytes

AWS EMR

aws.elasticmapreduce.TaskNodesPending

provider.taskNodesPending

AWS EMR

aws.elasticmapreduce.TaskNodesRunning

provider.taskNodesRunning

AWS EMR

aws.elasticmapreduce.TotalLoad

provider.totalLoad

AWS EMR

aws.elasticmapreduce.UnderReplicatedBlocks

provider.underReplicatedBlocks

AWS EMR

aws.elasticmapreduce.YARNMemoryAvailablePercentage

provider.yarnMemoryAvailablePercentage

AWS FSx

aws.fsx.DataReadBytes

provider.dataReadBytes

AWS FSx

aws.fsx.DataReadOperations

provider.dataReadOperations

AWS FSx

aws.fsx.DataWriteBytes

provider.dataWriteBytes

AWS FSx

aws.fsx.DataWriteOperations

provider.dataWriteOperations

AWS FSx

aws.fsx.FreeStorageCapacity

provider.freeStorageCapacity

AWS FSx

aws.fsx.MetadataOperations

provider.metadataOperations

AWS Glue

aws.glue.glue.ALL.jvm.heap.usage

provider.glue.ALL.jvm.heap.usage

AWS Glue

aws.glue.glue.ALL.jvm.heap.used

provider.glue.ALL.jvm.heap.used

AWS Glue

aws.glue.glue.ALL.s3.filesystem.read_bytes

provider.glue.ALL.s3.filesystem.read_bytes

AWS Glue

aws.glue.glue.ALL.s3.filesystem.write_bytes

provider.glue.ALL.s3.filesystem.write_bytes

AWS Glue

aws.glue.glue.ALL.system.cpuSystemLoad

provider.glue.ALL.system.cpuSystemLoad

AWS Glue

aws.glue.glue.driver.aggregate.bytesRead

provider.glue.driver.aggregate.bytesRead

AWS Glue

aws.glue.glue.driver.aggregate.elapsedTime

provider.glue.driver.aggregate.elapsedTime

AWS Glue

aws.glue.glue.driver.aggregate.numCompletedStages

provider.glue.driver.aggregate.numCompletedStages

AWS Glue

aws.glue.glue.driver.aggregate.numCompletedTasks

provider.glue.driver.aggregate.numCompletedTasks

AWS Glue

aws.glue.glue.driver.aggregate.numFailedTasks

provider.glue.driver.aggregate.numFailedTasks

AWS Glue

aws.glue.glue.driver.aggregate.numKilledTasks

provider.glue.driver.aggregate.numKilledTasks

AWS Glue

aws.glue.glue.driver.aggregate.recordsRead

provider.glue.driver.aggregate.recordsRead

AWS Glue

aws.glue.glue.driver.aggregate.shuffleBytesWritten

provider.glue.driver.aggregate.shuffleBytesWritten

AWS Glue

aws.glue.glue.driver.aggregate.shuffleLocalBytesRead

provider.glue.driver.aggregate.shuffleLocalBytesRead

AWS Glue

aws.glue.glue.driver.BlockManager.disk.diskSpaceUsed_MB

provider.glue.driver.BlockManager.disk.diskSpaceUsed_MB

AWS Glue

aws.glue.glue.driver.ExecutorAllocationManager.executors.numberAllExecutors

provider.glue.driver.ExecutorAllocationManager.executors.numberAllExecutors

AWS Glue

aws.glue.glue.driver.ExecutorAllocationManager.executors.numberMaxNeededExecutors

provider.glue.driver.ExecutorAllocationManager.executors.numberMaxNeededExecutors

AWS Glue

aws.glue.glue.driver.jvm.heap.usage

provider.glue.driver.jvm.heap.usage

AWS Glue

aws.glue.glue.driver.jvm.heap.used

provider.glue.driver.jvm.heap.used

AWS Glue

aws.glue.glue.driver.s3.filesystem.read_bytes

provider.glue.driver.s3.filesystem.read_bytes

AWS Glue

aws.glue.glue.driver.s3.filesystem.write_bytes

provider.glue.driver.s3.filesystem.write_bytes

AWS Glue

aws.glue.glue.driver.system.cpuSystemLoad

provider.glue.driver.system.cpuSystemLoad

AWS IAM

aws.iam.AccessKeysPerUserQuota

AccessKeysPerUserQuota

AWS IAM

aws.iam.AccountAccessKeysPresent

AccountAccessKeysPresent

AWS IAM

aws.iam.AccountMFAEnabled

AccountMFAEnabled

AWS IAM

aws.iam.AccountSigningCertificatesPresent

AccountSigningCertificatesPresent

AWS IAM

aws.iam.AssumeRolePolicySizeQuota

AssumeRolePolicySizeQuota

AWS IAM

aws.iam.AttachedPoliciesPerGroupQuota

AttachedPoliciesPerGroupQuota

AWS IAM

aws.iam.AttachedPoliciesPerRoleQuota

AttachedPoliciesPerRoleQuota

AWS IAM

aws.iam.AttachedPoliciesPerUserQuota

AttachedPoliciesPerUserQuota

AWS IAM

aws.iam.GlobalEndpointTokenVersion

GlobalEndpointTokenVersion

AWS IAM

aws.iam.GroupPolicySizeQuota

GroupPolicySizeQuota

AWS IAM

aws.iam.Groups

Groups

AWS IAM

aws.iam.GroupsPerUserQuota

GroupsPerUserQuota

AWS IAM

aws.iam.GroupsQuota

GroupsQuota

AWS IAM

aws.iam.InstanceProfiles

InstanceProfiles

AWS IAM

aws.iam.InstanceProfilesQuota

InstanceProfilesQuota

AWS IAM

aws.iam.MFADevices

MFADevices

AWS IAM

aws.iam.MFADevicesInUse

MFADevicesInUse

AWS IAM

aws.iam.Policies

Policies

AWS IAM

aws.iam.PoliciesQuota

PoliciesQuota

AWS IAM

aws.iam.PolicySizeQuota

PolicySizeQuota

AWS IAM

aws.iam.PolicyVersionsInUse

PolicyVersionsInUse

AWS IAM

aws.iam.PolicyVersionsInUseQuota

PolicyVersionsInUseQuota

AWS IAM

aws.iam.Providers

Providers

AWS IAM

aws.iam.RolePolicySizeQuota

RolePolicySizeQuota

AWS IAM

aws.iam.Roles

Roles

AWS IAM

aws.iam.RolesQuota

RolesQuota

AWS IAM

aws.iam.ServerCertificates

ServerCertificates

AWS IAM

aws.iam.ServerCertificatesQuota

ServerCertificatesQuota

AWS IAM

aws.iam.SigningCertificatesPerUserQuota

SigningCertificatesPerUserQuota

AWS IAM

aws.iam.UserPolicySizeQuota

UserPolicySizeQuota

AWS IAM

aws.iam.Users

Users

AWS IAM

aws.iam.UsersQuota

UsersQuota

AWS IAM

aws.iam.VersionsPerPolicyQuota

VersionsPerPolicyQuota

AWS IoT

aws.iot.Connect.AuthError

provider.connect.AuthError

AWS IoT

aws.iot.Connect.ClientError

provider.connect.ClientError

AWS IoT

aws.iot.Connect.ServerError

provider.connect.ServerError

AWS IoT

aws.iot.Connect.Success

provider.connect.Success

AWS IoT

aws.iot.Connect.Throttle

provider.connect.Throttle

AWS IoT

aws.iot.DeleteThingShadow.Accepted

provider.deleteThingShadow.Accepted

AWS IoT

aws.iot.GetThingShadow.Accepted

provider.getThingShadow.Accepted

AWS IoT

aws.iot.Ping.Success

provider.ping.Success

AWS IoT

aws.iot.PublishIn.AuthError

provider.publishIn.AuthError

AWS IoT

aws.iot.PublishIn.ClientError

provider.publishIn.ClientError

AWS IoT

aws.iot.PublishIn.ServerError

provider.publishIn.ServerError

AWS IoT

aws.iot.PublishIn.Success

provider.publishIn.Success

AWS IoT

aws.iot.PublishIn.Throttle

provider.publishIn.Throttle

AWS IoT

aws.iot.PublishOut.AuthError

provider.publishOut.AuthError

AWS IoT

aws.iot.PublishOut.ClientError

provider.publishOut.ClientError

AWS IoT

aws.iot.PublishOut.Success

provider.publishOut.Success

AWS IoT

aws.iot.Subscribe.AuthError

provider.subscribe.AuthError

AWS IoT

aws.iot.Subscribe.ClientError

provider.subscribe.ClientError

AWS IoT

aws.iot.Subscribe.ServerError

provider.subscribe.ServerError

AWS IoT

aws.iot.Subscribe.Success

provider.subscribe.Success

AWS IoT

aws.iot.Subscribe.Throttle

provider.subscribe.Throttle

AWS IoT

aws.iot.Unsubscribe.ClientError

provider.unsubscribe.ClientError

AWS IoT

aws.iot.Unsubscribe.ServerError

provider.unsubscribe.ServerError

AWS IoT

aws.iot.Unsubscribe.Success

provider.unsubscribe.Success

AWS IoT

aws.iot.Unsubscribe.Throttle

provider.unsubscribe.Throttle

AWS IoT

aws.iot.UpdateThingShadow.Accepted

provider.updateThingShadow.Accepted

AWS IoT

aws.iot.ParseError

provider.parseError

AWS IoT

aws.iot.RuleMessageThrottled

provider.ruleMessageThrottled

AWS IoT

aws.iot.RuleNotFound

provider.RuleNotFound

AWS IoT

aws.iot.TopicMatch

provider.topicMatch

AWS IoT

aws.iot.Failure

provider.failure

AWS IoT

aws.iot.Success

provider.success

AWS Kinesis

aws.kinesis.GetRecords.Bytes

provider.getRecordsBytes

AWS Kinesis

aws.kinesis.GetRecords.IteratorAgeMilliseconds

provider.getRecordsIteratorAgeMilliseconds

AWS Kinesis

aws.kinesis.GetRecords.Latency

provider.getRecordsLatency

AWS Kinesis

aws.kinesis.GetRecords.Records

provider.getRecordsRecords

AWS Kinesis

aws.kinesis.GetRecords.Success

provider.getRecordsSuccess

AWS Kinesis

aws.kinesis.IncomingBytes.byStream

provider.incomingBytes

AWS Kinesis

aws.kinesis.IncomingRecords.byStream

provider.incomingRecords

AWS Kinesis

aws.kinesis.PutRecord.Bytes

provider.putRecordBytes

AWS Kinesis

aws.kinesis.PutRecord.Latency

provider.putRecordLatency

AWS Kinesis

aws.kinesis.PutRecord.Success

provider.putRecordSuccess

AWS Kinesis

aws.kinesis.PutRecords.Bytes

provider.putRecordsBytes

AWS Kinesis

aws.kinesis.PutRecords.Latency

provider.putRecordsLatency

AWS Kinesis

aws.kinesis.PutRecords.Records

provider.putRecordsRecords

AWS Kinesis

aws.kinesis.PutRecords.Success

provider.putRecordsSuccess

AWS Kinesis

aws.kinesis.ReadProvisionedThroughputExceeded.byStream

provider.readProvisionedThroughputExceeded

AWS Kinesis

aws.kinesis.WriteProvisionedThroughputExceeded.byStream

provider.writeProvisionedThroughputExceeded

AWS Kinesis

aws.kinesis.IncomingBytes.byStreamShard

provider.incomingBytes

AWS Kinesis

aws.kinesis.IncomingRecords.byStreamShard

provider.incomingRecords

AWS Kinesis

aws.kinesis.IteratorAgeMilliseconds

provider.iteratorAgeMilliseconds

AWS Kinesis

aws.kinesis.OutgoingBytes

provider.outgoingBytes

AWS Kinesis

aws.kinesis.OutgoingRecords

provider.outgoingRecords

AWS Kinesis

aws.kinesis.ReadProvisionedThroughputExceeded.byStreamShard

provider.readProvisionedThroughputExceeded

AWS Kinesis

aws.kinesis.WriteProvisionedThroughputExceeded.byStreamShard

provider.writeProvisionedThroughputExceeded

AWS Kinesis Firehose

aws.firehose.DeliveryToElasticsearch.Bytes

provider.deliveryToElasticsearchBytes

AWS Kinesis Firehose

aws.firehose.DeliveryToElasticsearch.Records

provider.deliveryToElasticsearchRecords

AWS Kinesis Firehose

aws.firehose.DeliveryToElasticsearch.Success

provider.deliveryToElasticsearchSuccess

AWS Kinesis Firehose

aws.firehose.DeliveryToRedshift.Bytes

provider.deliveryToRedshiftBytes

AWS Kinesis Firehose

aws.firehose.DeliveryToRedshift.Records

provider.deliveryToRedshiftRecords

AWS Kinesis Firehose

aws.firehose.DeliveryToRedshift.Success

provider.deliveryToRedshiftSuccess

AWS Kinesis Firehose

aws.firehose.DeliveryToS3.Bytes

provider.deliveryToS3Bytes

AWS Kinesis Firehose

aws.firehose.DeliveryToS3.DataFreshness

provider.deliveryToS3DataFreshness

AWS Kinesis Firehose

aws.firehose.DeliveryToS3.Records

provider.deliveryToS3Records

AWS Kinesis Firehose

aws.firehose.DeliveryToS3.Success

provider.deliveryToS3Success

AWS Kinesis Firehose

aws.firehose.IncomingBytes

provider.incomingBytes

AWS Kinesis Firehose

aws.firehose.IncomingRecords

provider.incomingRecords

AWS Kinesis Firehose

aws.firehose.PutRecord.Bytes

provider.putRecordBytes

AWS Kinesis Firehose

aws.firehose.PutRecord.Latency

provider.putRecordLatency

AWS Kinesis Firehose

aws.firehose.PutRecord.Requests

provider.putRecordRequests

AWS Kinesis Firehose

aws.firehose.PutRecordBatch.Bytes

provider.putRecordBatchBytes

AWS Kinesis Firehose

aws.firehose.PutRecordBatch.Latency

provider.putRecordBatchLatency

AWS Kinesis Firehose

aws.firehose.PutRecordBatch.Records

provider.putRecordBatchRecords

AWS Kinesis Firehose

aws.firehose.PutRecordBatch.Requests

provider.putRecordBatchRequests

AWS Lambda

aws.lambda.ConcurrentExecutions.byFunction

provider.concurrentExecutions

AWS Lambda

aws.lambda.DeadLetterErrors.byFunction

provider.deadLetterErrors

AWS Lambda

aws.lambda.Duration.byFunction

provider.duration

AWS Lambda

aws.lambda.Errors.byFunction

provider.errors

AWS Lambda

aws.lambda.Invocations.byFunction

provider.invocations

AWS Lambda

aws.lambda.IteratorAge.byFunction

provider.iteratorAge

AWS Lambda

aws.lambda.ProvisionedConcurrencyInvocations.byFunction

provider.provisionedConcurrencyInvocations

AWS Lambda

aws.lambda.ProvisionedConcurrencySpilloverInvocations.byFunction

provider.provisionedConcurrencySpilloverInvocations

AWS Lambda

aws.lambda.ProvisionedConcurrentExecutions.byFunction

provider.provisionedConcurrentExecutions

AWS Lambda

aws.lambda.Throttles.byFunction

provider.throttles

AWS Lambda

aws.lambda.DeadLetterErrors.byFunctionAlias

provider.deadLetterErrors

AWS Lambda

aws.lambda.Duration.byFunctionAlias

provider.duration

AWS Lambda

aws.lambda.Errors.byFunctionAlias

provider.errors

AWS Lambda

aws.lambda.Invocations.byFunctionAlias

provider.invocations

AWS Lambda

aws.lambda.IteratorAge.byFunctionAlias

provider.iteratorAge

AWS Lambda

aws.lambda.ProvisionedConcurrencyInvocations.byFunctionAlias

provider.provisionedConcurrencyInvocations

AWS Lambda

aws.lambda.ProvisionedConcurrencySpilloverInvocations.byFunctionAlias

provider.provisionedConcurrencySpilloverInvocations

AWS Lambda

aws.lambda.ProvisionedConcurrencyUtilization.byFunctionAlias

provider.provisionedConcurrencyUtilization

AWS Lambda

aws.lambda.ProvisionedConcurrentExecutions.byFunctionAlias

provider.provisionedConcurrentExecutions

AWS Lambda

aws.lambda.Throttles.byFunctionAlias

provider.throttles

AWS Lambda

aws.lambda.ConcurrentExecutions.byRegion

provider.concurrentExecutions

AWS Lambda

aws.lambda.UnreservedConcurrentExecutions

provider.unreservedConcurrentExecutions

AWS Elemental MediaConvert

aws.mediaconvert.8KOutputDuration

provider.8KOutputDuration

AWS Elemental MediaConvert

aws.mediaconvert.AudioOutputDuration

provider.audioOutputDuration

AWS Elemental MediaConvert

aws.mediaconvert.HDOutputDuration

provider.hDOutputDuration

AWS Elemental MediaConvert

aws.mediaconvert.JobsCompletedCount

provider.jobsCompletedCount

AWS Elemental MediaConvert

aws.mediaconvert.JobsErroredCount

provider.jobsErroredCount

AWS Elemental MediaConvert

aws.mediaconvert.SDOutputDuration

provider.sDOutputDuration

AWS Elemental MediaConvert

aws.mediaconvert.StandbyTime

provider.standbyTime

AWS Elemental MediaConvert

aws.mediaconvert.TranscodingTime

provider.transcodingTime

AWS Elemental MediaConvert

aws.mediaconvert.UHDOutputDuration

provider.uHDOutputDuration

AWS Elemental MediaConvert

aws.mediaconvert.Errors

provider.errors

AWS MediaPackage VOD

aws.mediapackage.EgressBytes

provider.egressBytes

AWS MediaPackage VOD

aws.mediapackage.EgressRequestCount

provider.egressRequestCount

AWS MediaPackage VOD

aws.mediapackage.EgressResponseTime

provider.egressResponseTime

AWS MQ

aws.amazonmq.CpuCreditBalance

provider.cpuCreditBalance

AWS MQ

aws.amazonmq.CpuUtilization

provider.cpuUtilization

AWS MQ

aws.amazonmq.CurrentConnectionsCount

provider.currentConnectionsCount

AWS MQ

aws.amazonmq.EstablishedConnectionsCount

provider.establishedConnectionsCount

AWS MQ

aws.amazonmq.HeapUsage

provider.heapUsage

AWS MQ

aws.amazonmq.InactiveDurableTopicSubscribersCount

provider.inactiveDurableTopicSubscribersCount

AWS MQ

aws.amazonmq.JournalFilesForFastRecovery

provider.journalFilesForFastRecovery

AWS MQ

aws.amazonmq.JournalFilesForFullRecovery

provider.journalFilesForFullRecovery

AWS MQ

aws.amazonmq.NetworkIn

provider.networkIn

AWS MQ

aws.amazonmq.NetworkOut

provider.networkOut

AWS MQ

aws.amazonmq.OpenTransactionsCount

provider.openTransactionsCount

AWS MQ

aws.amazonmq.StorePercentUsage

provider.storePercentUsage

AWS MQ

aws.amazonmq.TotalConsumerCount

provider.totalConsumerCount

AWS MQ

aws.amazonmq.TotalMessageCount

provider.totalMessageCount

AWS MQ

aws.amazonmq.TotalProducerCount

provider.totalProducerCount

AWS MQ

aws.amazonmq.ConsumerCount.byTopic

provider.consumerCount

AWS MQ

aws.amazonmq.DequeueCount.byTopic

provider.dequeueCount

AWS MQ

aws.amazonmq.DispatchCount.byTopic

provider.dispatchCount

AWS MQ

aws.amazonmq.EnqueueCount.byTopic

provider.enqueueCount

AWS MQ

aws.amazonmq.EnqueueTime.byTopic

provider.enqueueTime

AWS MQ

aws.amazonmq.ExpiredCount.byTopic

provider.expiredCount

AWS MQ

aws.amazonmq.InFlightCount.byTopic

provider.inFlightCount

AWS MQ

aws.amazonmq.MemoryUsage.byTopic

provider.memoryUsage

AWS MQ

aws.amazonmq.ProducerCount.byTopic

provider.producerCount

AWS MQ

aws.amazonmq.ReceiveCount.byTopic

provider.receiveCount

AWS MQ

aws.amazonmq.ConsumerCount.byQueue

provider.consumerCount

AWS MQ

aws.amazonmq.DequeueCount.byQueue

provider.dequeueCount

AWS MQ

aws.amazonmq.DispatchCount.byQueue

provider.dispatchCount

AWS MQ

aws.amazonmq.EnqueueCount.byQueue

provider.enqueueCount

AWS MQ

aws.amazonmq.EnqueueTime.byQueue

provider.enqueueTime

AWS MQ

aws.amazonmq.ExpiredCount.byQueue

provider.expiredCount

AWS MQ

aws.amazonmq.InFlightCount.byQueue

provider.inFlightCount

AWS MQ

aws.amazonmq.MemoryUsage.byQueue

provider.memoryUsage

AWS MQ

aws.amazonmq.ProducerCount.byQueue

provider.producerCount

AWS MQ

aws.amazonmq.QueueSize

provider.queueSize

AWS MQ

aws.amazonmq.ReceiveCount.byQueue

provider.receiveCount

AWS MSK

aws.kafka.ActiveControllerCount

provider.activeControllerCount

AWS MSK

aws.kafka.GlobalPartitionCount

provider.globalPartitionCount

AWS MSK

aws.kafka.GlobalTopicCount

provider.globalTopicCount

AWS MSK

aws.kafka.OfflinePartitionsCount

provider.offlinePartitionsCount

AWS MSK

aws.kafka.BytesInPerSec.byBroker

provider.bytesInPerSec

AWS MSK

aws.kafka.BytesOutPerSec.byBroker

provider.bytesOutPerSec

AWS MSK

aws.kafka.CpuIdle

provider.cpuIdle

AWS MSK

aws.kafka.CpuSystem

provider.cpuSystem

AWS MSK

aws.kafka.CpuUser

provider.cpuUser

AWS MSK

aws.kafka.FetchConsumerLocalTimeMsMean

provider.fetchConsumerLocalTimeMsMean

AWS MSK

aws.kafka.FetchConsumerRequestQueueTimeMsMean

provider.fetchConsumerRequestQueueTimeMsMean

AWS MSK

aws.kafka.FetchConsumerResponseQueueTimeMsMean

provider.fetchConsumerResponseQueueTimeMsMean

AWS MSK

aws.kafka.FetchConsumerResponseSendTimeMsMean

provider.fetchConsumerResponseSendTimeMsMean

AWS MSK

aws.kafka.FetchConsumerTotalTimeMsMean

provider.fetchConsumerTotalTimeMsMean

AWS MSK

aws.kafka.FetchFollowerLocalTimeMsMean

provider.fetchFollowerLocalTimeMsMean

AWS MSK

aws.kafka.FetchFollowerRequestQueueTimeMsMean

provider.fetchFollowerRequestQueueTimeMsMean

AWS MSK

aws.kafka.FetchFollowerResponseQueueTimeMsMean

provider.fetchFollowerResponseQueueTimeMsMean

AWS MSK

aws.kafka.FetchFollowerResponseSendTimeMsMean

provider.fetchFollowerResponseSendTimeMsMean

AWS MSK

aws.kafka.FetchFollowerTotalTimeMsMean

provider.fetchFollowerTotalTimeMsMean

AWS MSK

aws.kafka.FetchMessageConversionsPerSec.byBroker

provider.fetchMessageConversionsPerSec

AWS MSK

aws.kafka.FetchThrottleByteRate

provider.fetchThrottleByteRate

AWS MSK

aws.kafka.FetchThrottleQueueSize

provider.fetchThrottleQueueSize

AWS MSK

aws.kafka.FetchThrottleTime

provider.fetchThrottleTime

AWS MSK

aws.kafka.KafkaAppLogsDiskUsed

provider.kafkaAppLogsDiskUsed

AWS MSK

aws.kafka.KafkaDataLogsDiskUsed

provider.kafkaDataLogsDiskUsed

AWS MSK

aws.kafka.LeaderCount

provider.leaderCount

AWS MSK

aws.kafka.MemoryBuffered

provider.memoryBuffered

AWS MSK

aws.kafka.MemoryCached

provider.memoryCached

AWS MSK

aws.kafka.MemoryFree

provider.memoryFree

AWS MSK

aws.kafka.MemoryUsed

provider.memoryUsed

AWS MSK

aws.kafka.MessagesInPerSec.byBroker

provider.messagesInPerSec

AWS MSK

aws.kafka.NetworkProcessorAvgIdlePercent

provider.networkProcessorAvgIdlePercent

AWS MSK

aws.kafka.NetworkRxDropped

provider.networkRxDropped

AWS MSK

aws.kafka.NetworkRxErrors

provider.networkRxErrors

AWS MSK

aws.kafka.NetworkRxPackets

provider.networkRxPackets

AWS MSK

aws.kafka.NetworkTxDropped

provider.networkTxDropped

AWS MSK

aws.kafka.NetworkTxErrors

provider.networkTxErrors

AWS MSK

aws.kafka.NetworkTxPackets

provider.networkTxPackets

AWS MSK

aws.kafka.PartitionCount

provider.partitionCount

AWS MSK

aws.kafka.ProduceLocalTimeMsMean

provider.produceLocalTimeMsMean

AWS MSK

aws.kafka.ProduceMessageConversionsPerSec.byBroker

provider.produceMessageConversionsPerSec

AWS MSK

aws.kafka.ProduceMessageConversionsTimeMsMean

provider.produceMessageConversionsTimeMsMean

AWS MSK

aws.kafka.ProduceRequestQueueTimeMsMean

provider.produceRequestQueueTimeMsMean

AWS MSK

aws.kafka.ProduceResponseQueueTimeMsMean

provider.produceResponseQueueTimeMsMean

AWS MSK

aws.kafka.ProduceResponseSendTimeMsMean

provider.produceResponseSendTimeMsMean

AWS MSK

aws.kafka.ProduceThrottleByteRate

provider.produceThrottleByteRate

AWS MSK

aws.kafka.ProduceThrottleQueueSize

provider.produceThrottleQueueSize

AWS MSK

aws.kafka.ProduceThrottleTime

provider.produceThrottleTime

AWS MSK

aws.kafka.ProduceTotalTimeMsMean

provider.produceTotalTimeMsMean

AWS MSK

aws.kafka.RequestBytesMean

provider.requestBytesMean

AWS MSK

aws.kafka.RequestExemptFromThrottleTime

provider.requestExemptFromThrottleTime

AWS MSK

aws.kafka.RequestHandlerAvgIdlePercent

provider.requestHandlerAvgIdlePercent

AWS MSK

aws.kafka.RequestThrottleQueueSize

provider.requestThrottleQueueSize

AWS MSK

aws.kafka.RequestThrottleTime

provider.requestThrottleTime

AWS MSK

aws.kafka.RequestTime

provider.requestTime

AWS MSK

aws.kafka.RootDiskUsed

provider.rootDiskUsed

AWS MSK

aws.kafka.SwapFree

provider.swapFree

AWS MSK

aws.kafka.SwapUsed

provider.swapUsed

AWS MSK

aws.kafka.UnderMinIsrPartitionCount

provider.underMinIsrPartitionCount

AWS MSK

aws.kafka.UnderReplicatedPartitions

provider.underReplicatedPartitions

AWS MSK

aws.kafka.ZooKeeperRequestLatencyMsMean

provider.zooKeeperRequestLatencyMsMean

AWS MSK

aws.kafka.ZooKeeperSessionState

provider.zooKeeperSessionState

AWS MSK

aws.kafka.BytesInPerSec.byTopic

provider.bytesInPerSec

AWS MSK

aws.kafka.BytesOutPerSec.byTopic

provider.bytesOutPerSec

AWS MSK

aws.kafka.FetchMessageConversionsPerSec.byTopic

provider.fetchMessageConversionsPerSec

AWS MSK

aws.kafka.MessagesInPerSec.byTopic

provider.messagesInPerSec

AWS MSK

aws.kafka.ProduceMessageConversionsPerSec.byTopic

provider.produceMessageConversionsPerSec

AWS Neptune

aws.neptune.BackupRetentionPeriodStorageUsed.byInstance

provider.backupRetentionPeriodStorageUsed

AWS Neptune

aws.neptune.ClusterReplicaLag.byInstance

provider.clusterReplicaLag

AWS Neptune

aws.neptune.ClusterReplicaLagMaximum.byInstance

provider.clusterReplicaLagMaximum

AWS Neptune

aws.neptune.ClusterReplicaLagMinimum.byInstance

provider.clusterReplicaLagMinimum

AWS Neptune

aws.neptune.CPUUtilization.byInstance

provider.cpuUtilization

AWS Neptune

aws.neptune.EngineUptime.byInstance

provider.engineUptime

AWS Neptune

aws.neptune.FreeableMemory.byInstance

provider.freeableMemory

AWS Neptune

aws.neptune.GremlinRequestsPerSec.byInstance

provider.gremlinRequestsPerSec

AWS Neptune

aws.neptune.GremlinWebSocketOpenConnections.byInstance

provider.gremlinWebSocketOpenConnections

AWS Neptune

aws.neptune.LoaderRequestsPerSec.byInstance

provider.loaderRequestsPerSec

AWS Neptune

aws.neptune.MainRequestQueuePendingRequests.byInstance

provider.mainRequestQueuePendingRequests

AWS Neptune

aws.neptune.NetworkReceiveThroughput.byInstance

provider.networkReceiveThroughput

AWS Neptune

aws.neptune.NetworkThroughput.byInstance

provider.networkThroughput

AWS Neptune

aws.neptune.NetworkTransmitThroughput.byInstance

provider.networkTransmitThroughput

AWS Neptune

aws.neptune.NumTxCommitted.byInstance

provider.numTxCommitted

AWS Neptune

aws.neptune.NumTxOpened.byInstance

provider.numTxOpened

AWS Neptune

aws.neptune.NumTxRolledBack.byInstance

provider.numTxRolledBack

AWS Neptune

aws.neptune.SnapshotStorageUsed.byInstance

provider.snapshotStorageUsed

AWS Neptune

aws.neptune.SparqlRequestsPerSec.byInstance

provider.sparqlRequestsPerSec

AWS Neptune

aws.neptune.TotalBackupStorageBilled.byInstance

provider.totalBackupStorageBilled

AWS Neptune

aws.neptune.TotalClientErrorsPerSec.byInstance

provider.totalClientErrorsPerSec

AWS Neptune

aws.neptune.TotalRequestsPerSec.byInstance

provider.totalRequestsPerSec

AWS Neptune

aws.neptune.TotalServerErrorsPerSec.byInstance

provider.totalServerErrorsPerSec

AWS Neptune

aws.neptune.VolumeBytesUsed.byInstance

provider.volumeBytesUsed

AWS Neptune

aws.neptune.VolumeReadIOPs.byInstance

provider.volumeReadIOPs

AWS Neptune

aws.neptune.VolumeWriteIOPs.byInstance

provider.volumeWriteIOPs

AWS Neptune

aws.neptune.BackupRetentionPeriodStorageUsed.byCluster

provider.backupRetentionPeriodStorageUsed

AWS Neptune

aws.neptune.ClusterReplicaLag.byCluster

provider.clusterReplicaLag

AWS Neptune

aws.neptune.ClusterReplicaLagMaximum.byCluster

provider.clusterReplicaLagMaximum

AWS Neptune

aws.neptune.ClusterReplicaLagMinimum.byCluster

provider.clusterReplicaLagMinimum

AWS Neptune

aws.neptune.CPUUtilization.byCluster

provider.cpuUtilization

AWS Neptune

aws.neptune.EngineUptime.byCluster

provider.engineUptime

AWS Neptune

aws.neptune.FreeableMemory.byCluster

provider.freeableMemory

AWS Neptune

aws.neptune.GremlinRequestsPerSec.byCluster

provider.gremlinRequestsPerSec

AWS Neptune

aws.neptune.GremlinWebSocketOpenConnections.byCluster

provider.gremlinWebSocketOpenConnections

AWS Neptune

aws.neptune.LoaderRequestsPerSec.byCluster

provider.loaderRequestsPerSec

AWS Neptune

aws.neptune.MainRequestQueuePendingRequests.byCluster

provider.mainRequestQueuePendingRequests

AWS Neptune

aws.neptune.NetworkReceiveThroughput.byCluster

provider.networkReceiveThroughput

AWS Neptune

aws.neptune.NetworkThroughput.byCluster

provider.networkThroughput

AWS Neptune

aws.neptune.NetworkTransmitThroughput.byCluster

provider.networkTransmitThroughput

AWS Neptune

aws.neptune.NumTxCommitted.byCluster

provider.numTxCommitted

AWS Neptune

aws.neptune.NumTxOpened.byCluster

provider.numTxOpened

AWS Neptune

aws.neptune.NumTxRolledBack.byCluster

provider.numTxRolledBack

AWS Neptune

aws.neptune.SnapshotStorageUsed.byCluster

provider.snapshotStorageUsed

AWS Neptune

aws.neptune.SparqlRequestsPerSec.byCluster

provider.sparqlRequestsPerSec

AWS Neptune

aws.neptune.TotalBackupStorageBilled.byCluster

provider.totalBackupStorageBilled

AWS Neptune

aws.neptune.TotalClientErrorsPerSec.byCluster

provider.totalClientErrorsPerSec

AWS Neptune

aws.neptune.TotalRequestsPerSec.byCluster

provider.totalRequestsPerSec

AWS Neptune

aws.neptune.TotalServerErrorsPerSec.byCluster

provider.totalServerErrorsPerSec

AWS Neptune

aws.neptune.VolumeBytesUsed.byCluster

provider.volumeBytesUsed

AWS Neptune

aws.neptune.VolumeReadIOPs.byCluster

provider.volumeReadIOPs

AWS Neptune

aws.neptune.VolumeWriteIOPs.byCluster

provider.volumeWriteIOPs

AWS Neptune

aws.neptune.BackupRetentionPeriodStorageUsed.byClusterByRole

provider.backupRetentionPeriodStorageUsed

AWS Neptune

aws.neptune.ClusterReplicaLag.byClusterByRole

provider.clusterReplicaLag

AWS Neptune

aws.neptune.ClusterReplicaLagMaximum.byClusterByRole

provider.clusterReplicaLagMaximum

AWS Neptune

aws.neptune.ClusterReplicaLagMinimum.byClusterByRole

provider.clusterReplicaLagMinimum

AWS Neptune

aws.neptune.CPUUtilization.byClusterByRole

provider.cpuUtilization

AWS Neptune

aws.neptune.EngineUptime.byClusterByRole

provider.engineUptime

AWS Neptune

aws.neptune.FreeableMemory.byClusterByRole

provider.freeableMemory

AWS Neptune

aws.neptune.GremlinRequestsPerSec.byClusterByRole

provider.gremlinRequestsPerSec

AWS Neptune

aws.neptune.GremlinWebSocketOpenConnections.byClusterByRole

provider.gremlinWebSocketOpenConnections

AWS Neptune

aws.neptune.LoaderRequestsPerSec.byClusterByRole

provider.loaderRequestsPerSec

AWS Neptune

aws.neptune.MainRequestQueuePendingRequests.byClusterByRole

provider.mainRequestQueuePendingRequests

AWS Neptune

aws.neptune.NetworkReceiveThroughput.byClusterByRole

provider.networkReceiveThroughput

AWS Neptune

aws.neptune.NetworkThroughput.byClusterByRole

provider.networkThroughput

AWS Neptune

aws.neptune.NetworkTransmitThroughput.byClusterByRole

provider.networkTransmitThroughput

AWS Neptune

aws.neptune.NumTxCommitted.byClusterByRole

provider.numTxCommitted

AWS Neptune

aws.neptune.NumTxOpened.byClusterByRole

provider.numTxOpened

AWS Neptune

aws.neptune.NumTxRolledBack.byClusterByRole

provider.numTxRolledBack

AWS Neptune

aws.neptune.SnapshotStorageUsed.byClusterByRole

provider.snapshotStorageUsed

AWS Neptune

aws.neptune.SparqlRequestsPerSec.byClusterByRole

provider.sparqlRequestsPerSec

AWS Neptune

aws.neptune.TotalBackupStorageBilled.byClusterByRole

provider.totalBackupStorageBilled

AWS Neptune

aws.neptune.TotalClientErrorsPerSec.byClusterByRole

provider.totalClientErrorsPerSec

AWS Neptune

aws.neptune.TotalRequestsPerSec.byClusterByRole

provider.totalRequestsPerSec

AWS Neptune

aws.neptune.TotalServerErrorsPerSec.byClusterByRole

provider.totalServerErrorsPerSec

AWS Neptune

aws.neptune.VolumeBytesUsed.byClusterByRole

provider.volumeBytesUsed

AWS Neptune

aws.neptune.VolumeReadIOPs.byClusterByRole

provider.volumeReadIOPs

AWS Neptune

aws.neptune.VolumeWriteIOPs.byClusterByRole

provider.volumeWriteIOPs

AWS Neptune

aws.neptune.BackupRetentionPeriodStorageUsed.byDatabaseClass

provider.backupRetentionPeriodStorageUsed

AWS Neptune

aws.neptune.ClusterReplicaLag.byDatabaseClass

provider.clusterReplicaLag

AWS Neptune

aws.neptune.ClusterReplicaLagMaximum.byDatabaseClass

provider.clusterReplicaLagMaximum

AWS Neptune

aws.neptune.ClusterReplicaLagMinimum.byDatabaseClass

provider.clusterReplicaLagMinimum

AWS Neptune

aws.neptune.CPUUtilization.byDatabaseClass

provider.cpuUtilization

AWS Neptune

aws.neptune.EngineUptime.byDatabaseClass

provider.engineUptime

AWS Neptune

aws.neptune.FreeableMemory.byDatabaseClass

provider.freeableMemory

AWS Neptune

aws.neptune.GremlinRequestsPerSec.byDatabaseClass

provider.gremlinRequestsPerSec

AWS Neptune

aws.neptune.GremlinWebSocketOpenConnections.byDatabaseClass

provider.gremlinWebSocketOpenConnections

AWS Neptune

aws.neptune.LoaderRequestsPerSec.byDatabaseClass

provider.loaderRequestsPerSec

AWS Neptune

aws.neptune.MainRequestQueuePendingRequests.byDatabaseClass

provider.mainRequestQueuePendingRequests

AWS Neptune

aws.neptune.NetworkReceiveThroughput.byDatabaseClass

provider.networkReceiveThroughput

AWS Neptune

aws.neptune.NetworkThroughput.byDatabaseClass

provider.networkThroughput

AWS Neptune

aws.neptune.NetworkTransmitThroughput.byDatabaseClass

provider.networkTransmitThroughput

AWS Neptune

aws.neptune.NumTxCommitted.byDatabaseClass

provider.numTxCommitted

AWS Neptune

aws.neptune.NumTxOpened.byDatabaseClass

provider.numTxOpened

AWS Neptune

aws.neptune.NumTxRolledBack.byDatabaseClass

provider.numTxRolledBack

AWS Neptune

aws.neptune.SnapshotStorageUsed.byDatabaseClass

provider.snapshotStorageUsed

AWS Neptune

aws.neptune.SparqlRequestsPerSec.byDatabaseClass

provider.sparqlRequestsPerSec

AWS Neptune

aws.neptune.TotalBackupStorageBilled.byDatabaseClass

provider.totalBackupStorageBilled

AWS Neptune

aws.neptune.TotalClientErrorsPerSec.byDatabaseClass

provider.totalClientErrorsPerSec

AWS Neptune

aws.neptune.TotalRequestsPerSec.byDatabaseClass

provider.totalRequestsPerSec

AWS Neptune

aws.neptune.TotalServerErrorsPerSec.byDatabaseClass

provider.totalServerErrorsPerSec

AWS Neptune

aws.neptune.VolumeBytesUsed.byDatabaseClass

provider.volumeBytesUsed

AWS Neptune

aws.neptune.VolumeReadIOPs.byDatabaseClass

provider.volumeReadIOPs

AWS Neptune

aws.neptune.VolumeWriteIOPs.byDatabaseClass

provider.volumeWriteIOPs

AWS NLB

aws.networkelb.ActiveFlowCount

provider.activeFlowCount

AWS NLB

aws.networkelb.ActiveFlowCount_TLS

provider.activeFlowCountTls

AWS NLB

aws.networkelb.ClientTLSNegotiationErrorCount

provider.clientTlsNegotiationErrorCount

AWS NLB

aws.networkelb.ConsumedLCUs

provider.consumedLcus

AWS NLB

aws.networkelb.NewFlowCount

provider.newFlowCount

AWS NLB

aws.networkelb.NewFlowCount_TLS

provider.newFlowCountTls

AWS NLB

aws.networkelb.ProcessedBytes

provider.processedBytes

AWS NLB

aws.networkelb.ProcessedBytes_TLS

provider.processedBytesTls

AWS NLB

aws.networkelb.TargetTLSNegotiationErrorCount

provider.targetTlsNegotiationErrorCount

AWS NLB

aws.networkelb.TCP_Client_Reset_Count

provider.tcpClientResetCount

AWS NLB

aws.networkelb.TCP_ELB_Reset_Count

provider.tcpElbResetCount

AWS NLB

aws.networkelb.TCP_Target_Reset_Count

provider.tcpTargetResetCount

AWS NLB

aws.networkelb.HealthyHostCount

provider.healthyHostCount

AWS NLB

aws.networkelb.UnHealthyHostCount

provider.unHealthyHostCount

AWS QLDB

aws.qldb.CommandLatency

provider.commandLatency

AWS QLDB

aws.qldb.IndexedStorage

provider.indexedStorage

AWS QLDB

aws.qldb.JournalStorage

provider.journalStorage

AWS QLDB

aws.qldb.OccConflictExceptions

provider.occConflictExceptions

AWS QLDB

aws.qldb.ReadIOs

provider.readIOs

AWS QLDB

aws.qldb.Session4xxExceptions

provider.session4xxExceptions

AWS QLDB

aws.qldb.Session5xxExceptions

provider.session5xxExceptions

AWS QLDB

aws.qldb.SessionRateExceededExceptions

provider.sessionRateExceededExceptions

AWS QLDB

aws.qldb.WriteIOs

provider.writeIOs

AWS RDS

aws.rds.VolumeBytesUsed.byDbCluster

provider.volumeUsedBytes

AWS RDS

aws.rds.VolumeReadIOPs.byDbCluster

provider.volumeReadIops

AWS RDS

aws.rds.VolumeWriteIOPs.byDbCluster

provider.volumeWriteIops

AWS RDS

aws.rds.ActiveTransactions

provider.activeTransactions

AWS RDS

aws.rds.allocatedStorageBytes

provider.allocatedStorageBytes

AWS RDS

aws.rds.AuroraBinlogReplicaLag

provider.auroraBinlogReplicaLag

AWS RDS

aws.rds.AuroraReplicaLag

provider.auroraReplicaLag

AWS RDS

aws.rds.AuroraReplicaLagMaximum

provider.auroraReplicaLagMaximum

AWS RDS

aws.rds.AuroraReplicaLagMinimum

provider.auroraReplicaLagMinimum

AWS RDS

aws.rds.BacktrackWindowActual

provider.backtrackWindowActual

AWS RDS

aws.rds.BacktrackWindowAlert

provider.backtrackWindowAlert

AWS RDS

aws.rds.BinLogDiskUsage

provider.binLogDiskUsageBytes

AWS RDS

aws.rds.BlockedTransactions

provider.blockedTransactions

AWS RDS

aws.rds.BufferCacheHitRatio

provider.bufferCacheHitRatio

AWS RDS

aws.rds.BurstBalance

provider.burstBalance

AWS RDS

aws.rds.CommitLatency

provider.commitLatency

AWS RDS

aws.rds.CommitThroughput

provider.commitThroughput

AWS RDS

aws.rds.CPUCreditBalance

provider.cpuCreditBalance

AWS RDS

aws.rds.CPUCreditUsage

provider.cpuCreditUsage

AWS RDS

aws.rds.CPUUtilization

provider.cpuUtilization

AWS RDS

aws.rds.cpuUtilization.guest

provider.cpuUtilization.guest

AWS RDS

aws.rds.cpuUtilization.idle

provider.cpuUtilization.idle

AWS RDS

aws.rds.cpuUtilization.irq

provider.cpuUtilization.irq

AWS RDS

aws.rds.cpuUtilization.nice

provider.cpuUtilization.nice

AWS RDS

aws.rds.cpuUtilization.steal

provider.cpuUtilization.steal

AWS RDS

aws.rds.cpuUtilization.system

provider.cpuUtilization.system

AWS RDS

aws.rds.cpuUtilization.total

provider.cpuUtilization.total

AWS RDS

aws.rds.cpuUtilization.user

provider.cpuUtilization.user

AWS RDS

aws.rds.cpuUtilization.wait

provider.cpuUtilization.wait

AWS RDS

aws.rds.DatabaseConnections

provider.databaseConnections

AWS RDS

aws.rds.DDLLatency

provider.ddlLatency

AWS RDS

aws.rds.DDLThroughput

provider.ddlThroughput

AWS RDS

aws.rds.Deadlocks

provider.deadlocks

AWS RDS

aws.rds.DeleteLatency

provider.deleteLatency

AWS RDS

aws.rds.DeleteThroughput

provider.deleteThroughput

AWS RDS

aws.rds.diskIo.avgQueueLen

provider.diskIo.avgQueueLen

AWS RDS

aws.rds.diskIo.avgReqSz

provider.diskIo.avgReqSz

AWS RDS

aws.rds.diskIo.await

provider.diskIo.await

AWS RDS

aws.rds.diskIo.readIosps

provider.diskIo.readIosps

AWS RDS

aws.rds.diskIo.readKb

provider.diskIo.readKb

AWS RDS

aws.rds.diskIo.readKbps

provider.diskIo.readKbps

AWS RDS

aws.rds.diskIo.readLatency

provider.diskIo.readLatency

AWS RDS

aws.rds.diskIo.rrqmPs

provider.diskIo.rrqmPs

AWS RDS

aws.rds.diskIo.tps

provider.diskIo.tps

AWS RDS

aws.rds.diskIo.util

provider.diskIo.util

AWS RDS

aws.rds.diskIo.writeIosps

provider.diskIo.writeIosps

AWS RDS

aws.rds.diskIo.writeKb

provider.diskIo.writeKb

AWS RDS

aws.rds.diskIo.writeKbps

provider.diskIo.writeKbps

AWS RDS

aws.rds.diskIo.writeLatency

provider.diskIo.writeLatency

AWS RDS

aws.rds.diskIo.writeThroughput

provider.diskIo.writeThroughput

AWS RDS

aws.rds.diskIo.wrqmPs

provider.diskIo.wrqmPs

AWS RDS

aws.rds.DiskQueueDepth

provider.diskQueueDepth

AWS RDS

aws.rds.disks.availKb

provider.disks.availKb

AWS RDS

aws.rds.disks.availPc

provider.disks.availPc

AWS RDS

aws.rds.disks.rdBytesPs

provider.disks.rdBytesPS

AWS RDS

aws.rds.disks.rdCountPs

provider.disks.rdCountPS

AWS RDS

aws.rds.disks.totalKb

provider.disks.totalKb

AWS RDS

aws.rds.disks.usedKb

provider.disks.usedKb

AWS RDS

aws.rds.disks.usedPc

provider.disks.usedPc

AWS RDS

aws.rds.disks.wrBytesPs

provider.disks.wrBytesPS

AWS RDS

aws.rds.disks.wrCountPs

provider.disks.wrCountPS

AWS RDS

aws.rds.DMLLatency

provider.dmlLatency

AWS RDS

aws.rds.DMLThroughput

provider.dmlThroughput

AWS RDS

aws.rds.EngineUptime

provider.engineUptime

AWS RDS

aws.rds.fileSys.maxFiles

provider.fileSys.maxFiles

AWS RDS

aws.rds.fileSys.total

provider.fileSys.total

AWS RDS

aws.rds.fileSys.used

provider.fileSys.used

AWS RDS

aws.rds.fileSys.usedFiles

provider.fileSys.usedFiles

AWS RDS

aws.rds.fileSys.usedFilesPercent

provider.fileSys.usedFilesPercent

AWS RDS

aws.rds.fileSys.usedPercent

provider.fileSys.usedPercent

AWS RDS

aws.rds.FreeableMemory

provider.freeableMemoryBytes

AWS RDS

aws.rds.FreeLocalStorage

provider.freeLocalStorageBytes

AWS RDS

aws.rds.FreeStorageSpace

provider.freeStorageSpaceBytes

AWS RDS

aws.rds.InsertLatency

provider.insertLatency

AWS RDS

aws.rds.InsertThroughput

provider.insertThroughput

AWS RDS

aws.rds.loadAverageMinute.fifteen

provider.loadAverageMinute.fifteen

AWS RDS

aws.rds.loadAverageMinute.five

provider.loadAverageMinute.five

AWS RDS

aws.rds.loadAverageMinute.one

provider.loadAverageMinute.one

AWS RDS

aws.rds.LoginFailures

provider.loginFailures

AWS RDS

aws.rds.MaximumUsedTransactionIDs

provider.maximumUsedTransactionIDs

AWS RDS

aws.rds.memory.active

provider.memory.active

AWS RDS

aws.rds.memory.buffers

provider.memory.buffers

AWS RDS

aws.rds.memory.cached

provider.memory.cached

AWS RDS

aws.rds.memory.commitLimitKb

provider.memory.commitLimitKb

AWS RDS

aws.rds.memory.commitPeakKb

provider.memory.commitPeakKb

AWS RDS

aws.rds.memory.commitTotKb

provider.memory.commitTotKb

AWS RDS

aws.rds.memory.dirty

provider.memory.dirty

AWS RDS

aws.rds.memory.free

provider.memory.free

AWS RDS

aws.rds.memory.hugePagesFree

provider.memory.hugePagesFree

AWS RDS

aws.rds.memory.hugePagesRsvd

provider.memory.hugePagesRsvd

AWS RDS

aws.rds.memory.hugePagesSize

provider.memory.hugePagesSize

AWS RDS

aws.rds.memory.hugePagesSurp

provider.memory.hugePagesSurp

AWS RDS

aws.rds.memory.hugePagesTotal

provider.memory.hugePagesTotal

AWS RDS

aws.rds.memory.inactive

provider.memory.inactive

AWS RDS

aws.rds.memory.kernNonpagedKb

provider.memory.kernNonpagedKb

AWS RDS

aws.rds.memory.kernPagedKb

provider.memory.kernPagedKb

AWS RDS

aws.rds.memory.kernTotKb

provider.memory.kernTotKb

AWS RDS

aws.rds.memory.mapped

provider.memory.mapped

AWS RDS

aws.rds.memory.pageSize

provider.memory.pageSize

AWS RDS

aws.rds.memory.pageTables

provider.memory.pageTables

AWS RDS

aws.rds.memory.physAvailKb

provider.memory.physAvailKb

AWS RDS

aws.rds.memory.physTotKb

provider.memory.physTotKb

AWS RDS

aws.rds.memory.slab

provider.memory.slab

AWS RDS

aws.rds.memory.sqlServerTotKb

provider.memory.sqlServerTotKb

AWS RDS

aws.rds.memory.sysCacheKb

provider.memory.sysCacheKb

AWS RDS

aws.rds.memory.total

provider.memory.total

AWS RDS

aws.rds.memory.writeback

provider.memory.writeback

AWS RDS

aws.rds.network.rdBytesPs

provider.network.rdBytesPS

AWS RDS

aws.rds.network.rx

provider.network.rx

AWS RDS

aws.rds.network.tx

provider.network.tx

AWS RDS

aws.rds.network.wrBytesPs

provider.network.wrBytesPS

AWS RDS

aws.rds.NetworkReceiveThroughput

provider.networkReceiveThroughput

AWS RDS

aws.rds.NetworkThroughput

provider.networkThroughput

AWS RDS

aws.rds.NetworkTransmitThroughput

provider.networkTransmitThroughput

AWS RDS

aws.rds.OldestReplicationSlotLag

provider.oldestReplicationSlotLag

AWS RDS

aws.rds.process.cpuUsedPc

provider.process.cpuUsedPc

AWS RDS

aws.rds.process.memoryUsedPc

provider.process.memoryUsedPc

AWS RDS

aws.rds.process.memUsedPc

provider.process.memUsedPc

AWS RDS

aws.rds.process.rss

provider.process.rss

AWS RDS

aws.rds.process.virtKb

provider.process.virtKb

AWS RDS

aws.rds.process.workingSetKb

provider.process.workingSetKb

AWS RDS

aws.rds.process.workingSetPrivKb

provider.process.workingSetPrivKb

AWS RDS

aws.rds.process.workingSetShareableKb

provider.process.workingSetShareableKb

AWS RDS

aws.rds.Queries

provider.queries

AWS RDS

aws.rds.RDSToAuroraPostgreSQLReplicaLag

provider.rdsToAuroraPostgreSQLReplicaLag

AWS RDS

aws.rds.ReadIOPS

provider.readIops

AWS RDS

aws.rds.ReadLatency

provider.readLatency

AWS RDS

aws.rds.ReadThroughput

provider.readThroughput

AWS RDS

aws.rds.ReplicaLag

provider.replicaLag

AWS RDS

aws.rds.ReplicationSlotDiskUsage

provider.replicationSlotDiskUsageBytes

AWS RDS

aws.rds.ResultSetCacheHitRatio

provider.resultSetCacheHitRatio

AWS RDS

aws.rds.SelectLatency

provider.selectLatency

AWS RDS

aws.rds.SelectThroughput

provider.selectThroughput

AWS RDS

aws.rds.swap.cached

provider.swap.cached

AWS RDS

aws.rds.swap.free

provider.swap.free

AWS RDS

aws.rds.swap.total

provider.swap.total

AWS RDS

aws.rds.SwapUsage

provider.swapUsageBytes

AWS RDS

aws.rds.system.handles

provider.system.handles

AWS RDS

aws.rds.system.processes

provider.system.processes

AWS RDS

aws.rds.system.threads

provider.system.threads

AWS RDS

aws.rds.tasks.blocked

provider.tasks.blocked

AWS RDS

aws.rds.tasks.running

provider.tasks.running

AWS RDS

aws.rds.tasks.sleeping

provider.tasks.sleeping

AWS RDS

aws.rds.tasks.stopped

provider.tasks.stopped

AWS RDS

aws.rds.tasks.total

provider.tasks.total

AWS RDS

aws.rds.tasks.zombie

provider.tasks.zombie

AWS RDS

aws.rds.TransactionLogsDiskUsage

provider.transactionLogsDiskUsageBytes

AWS RDS

aws.rds.TransactionLogsGeneration

provider.transactionLogsGeneration

AWS RDS

aws.rds.UpdateLatency

provider.updateLatency

AWS RDS

aws.rds.UpdateThroughput

provider.updateThroughput

AWS RDS

aws.rds.WriteIOPS

provider.writeIops

AWS RDS

aws.rds.WriteLatency

provider.writeLatency

AWS RDS

aws.rds.WriteThroughput

provider.writeThroughput

AWS Redshift

aws.redshift.CPUUtilization.byCluster

provider.cpuUtilization

AWS Redshift

aws.redshift.DatabaseConnections.byCluster

provider.DatabaseConnections

AWS Redshift

aws.redshift.HealthStatus.byCluster

provider.HealthStatus

AWS Redshift

aws.redshift.MaintenanceMode.byCluster

provider.MaintenanceMode

AWS Redshift

aws.redshift.NetworkReceiveThroughput.byCluster

provider.NetworkReceiveThroughput

AWS Redshift

aws.redshift.NetworkTransmitThroughput.byCluster

provider.NetworkTransmitThroughput

AWS Redshift

aws.redshift.PercentageDiskSpaceUsed.byCluster

provider.PercentageDiskSpaceUsed

AWS Redshift

aws.redshift.QueriesCompletedPerSecond

provider.QueriesCompletedPerSecond

AWS Redshift

aws.redshift.QueryDuration

provider.QueryDuration

AWS Redshift

aws.redshift.ReadIOPS.byCluster

provider.readIops

AWS Redshift

aws.redshift.ReadLatency.byCluster

provider.ReadLatency

AWS Redshift

aws.redshift.ReadThroughput.byCluster

provider.ReadThroughput

AWS Redshift

aws.redshift.WriteIOPS.byCluster

provider.writeIops

AWS Redshift

aws.redshift.WriteLatency.byCluster

provider.WriteLatency

AWS Redshift

aws.redshift.WriteThroughput.byCluster

provider.WriteThroughput

AWS Redshift

aws.redshift.CPUUtilization.byNode

provider.cpuUtilization

AWS Redshift

aws.redshift.DatabaseConnections.byNode

provider.DatabaseConnections

AWS Redshift

aws.redshift.HealthStatus.byNode

provider.HealthStatus

AWS Redshift

aws.redshift.MaintenanceMode.byNode

provider.MaintenanceMode

AWS Redshift

aws.redshift.NetworkReceiveThroughput.byNode

provider.NetworkReceiveThroughput

AWS Redshift

aws.redshift.NetworkTransmitThroughput.byNode

provider.NetworkTransmitThroughput

AWS Redshift

aws.redshift.PercentageDiskSpaceUsed.byNode

provider.PercentageDiskSpaceUsed

AWS Redshift

aws.redshift.ReadIOPS.byNode

provider.readIops

AWS Redshift

aws.redshift.ReadLatency.byNode

provider.ReadLatency

AWS Redshift

aws.redshift.ReadThroughput.byNode

provider.ReadThroughput

AWS Redshift

aws.redshift.WriteIOPS.byNode

provider.writeIops

AWS Redshift

aws.redshift.WriteLatency.byNode

provider.WriteLatency

AWS Redshift

aws.redshift.WriteThroughput.byNode

provider.WriteThroughput

AWS Route53

aws.route53.ChildHealthCheckHealthyCount

provider.childHealthCheckHealthyCount

AWS Route53

aws.route53.ConnectionTime

provider.connectionTime

AWS Route53

aws.route53.HealthCheckPercentageHealthy

provider.healthCheckPercentageHealthy

AWS Route53

aws.route53.HealthCheckStatus

provider.healthCheckStatus

AWS Route53

aws.route53.SSLHandshakeTime

provider.sSLHandshakeTime

AWS Route53

aws.route53.TimeToFirstByte

provider.timeToFirstByte

AWS Route53 Resolver

aws.route53resolver.InboundQueryVolume

provider.inboundQueryVolume

AWS Route53 Resolver

aws.route53resolver.OutboundQueryAggregatedVolume

provider.outboundQueryAggregatedVolume

AWS Route53 Resolver

aws.route53resolver.OutboundQueryVolume

provider.outboundQueryVolume

AWS S3

aws.s3.BucketSizeBytes

provider.bucketSizeBytes

AWS S3

aws.s3.NumberOfObjects

provider.numberOfObjects

AWS S3

aws.s3.4xxErrors

provider.error4xxErrors

AWS S3

aws.s3.5xxErrors

provider.error5xxErrors

AWS S3

aws.s3.AllRequests

provider.allRequests

AWS S3

aws.s3.BytesDownloaded

provider.bytesDownloaded

AWS S3

aws.s3.BytesUploaded

provider.bytesUploaded

AWS S3

aws.s3.DeleteRequests

provider.deleteRequests

AWS S3

aws.s3.FirstByteLatency

provider.firstByteLatency

AWS S3

aws.s3.GetRequests

provider.getRequests

AWS S3

aws.s3.HeadRequests

provider.headRequests

AWS S3

aws.s3.ListRequests

provider.listRequests

AWS S3

aws.s3.PostRequests

provider.postRequests

AWS S3

aws.s3.PutRequests

provider.putRequests

AWS S3

aws.s3.TotalRequestLatency

provider.totalRequestLatency

AWS SES

aws.ses.Bounce

provider.Bounce

AWS SES

aws.ses.Click

provider.Click

AWS SES

aws.ses.Complaint

provider.Complaint

AWS SES

aws.ses.Delivery

provider.Delivery

AWS SES

aws.ses.Open

provider.Open

AWS SES

aws.ses.Send

provider.Send

AWS SNS

aws.sns.NumberOfMessagesPublished

provider.numberOfMessagesPublished

AWS SNS

aws.sns.NumberOfNotificationsDelivered

provider.numberOfNotificationsDelivered

AWS SNS

aws.sns.NumberOfNotificationsFailed

provider.numberOfNotificationsFailed

AWS SNS

aws.sns.PublishSize

provider.publishSize

AWS SNS

aws.sns.SubscriptionsConfirmed

provider.subscriptionsConfirmed

AWS SNS

aws.sns.SubscriptionsDeleted

provider.subscriptionsDeleted

AWS SNS

aws.sns.SubscriptionsPending

provider.subscriptionsPending

AWS SQS

aws.sqs.ApproximateAgeOfOldestMessage

provider.approximateAgeOfOldestMessage

AWS SQS

aws.sqs.ApproximateNumberOfMessagesDelayed

provider.approximateNumberOfMessagesDelayed

AWS SQS

aws.sqs.ApproximateNumberOfMessagesNotVisible

provider.approximateNumberOfMessagesNotVisible

AWS SQS

aws.sqs.ApproximateNumberOfMessagesVisible

provider.approximateNumberOfMessagesVisible

AWS SQS

aws.sqs.NumberOfEmptyReceives

provider.numberOfEmptyReceives

AWS SQS

aws.sqs.NumberOfMessagesDeleted

provider.numberOfMessagesDeleted

AWS SQS

aws.sqs.NumberOfMessagesReceived

provider.numberOfMessagesReceived

AWS SQS

aws.sqs.NumberOfMessagesSent

provider.numberOfMessagesSent

AWS SQS

aws.sqs.SentMessageSize

provider.sentMessageSize

AWS Step Functions

aws.states.ExecutionsAborted

provider.executionsAborted

AWS Step Functions

aws.states.ExecutionsFailed

provider.executionsFailed

AWS Step Functions

aws.states.ExecutionsStarted

provider.executionsStarted

AWS Step Functions

aws.states.ExecutionsSucceeded

provider.executionsSucceeded

AWS Step Functions

aws.states.ExecutionsTimedOut

provider.executionsTimedOut

AWS Step Functions

aws.states.ExecutionThrottled

provider.executionThrottled

AWS Step Functions

aws.states.ExecutionTime

provider.executionTime

AWS Step Functions

aws.states.ActivitiesFailed

provider.activitiesFailed

AWS Step Functions

aws.states.ActivitiesHeartbeatTimedOut

provider.activitiesHeartbeatTimedOut

AWS Step Functions

aws.states.ActivitiesScheduled

provider.activitiesScheduled

AWS Step Functions

aws.states.ActivitiesStarted

provider.activitiesStarted

AWS Step Functions

aws.states.ActivitiesSucceeded

provider.activitiesSucceeded

AWS Step Functions

aws.states.ActivitiesTimedOut

provider.activitiesTimedOut

AWS Step Functions

aws.states.ActivityRunTime

provider.activityRunTime

AWS Step Functions

aws.states.ActivityScheduleTime

provider.activityScheduleTime

AWS Step Functions

aws.states.ActivityTime

provider.activityTime

AWS Step Functions

aws.states.LambdaFunctionRunTime

provider.lambdaFunctionRunTime

AWS Step Functions

aws.states.LambdaFunctionScheduleTime

provider.lambdaFunctionScheduleTime

AWS Step Functions

aws.states.LambdaFunctionsFailed

provider.lambdaFunctionsFailed

AWS Step Functions

aws.states.LambdaFunctionsScheduled

provider.lambdaFunctionsScheduled

AWS Step Functions

aws.states.LambdaFunctionsStarted

provider.lambdaFunctionsStarted

AWS Step Functions

aws.states.LambdaFunctionsSucceeded

provider.lambdaFunctionsSucceeded

AWS Step Functions

aws.states.LambdaFunctionsTimedOut

provider.lambdaFunctionsTimedOut

AWS Step Functions

aws.states.LambdaFunctionTime

provider.lambdaFunctionTime

AWS Step Functions

aws.states.ServiceIntegrationRunTime

provider.serviceIntegrationRunTime

AWS Step Functions

aws.states.ServiceIntegrationScheduleTime

provider.serviceIntegrationScheduleTime

AWS Step Functions

aws.states.ServiceIntegrationsFailed

provider.serviceIntegrationsFailed

AWS Step Functions

aws.states.ServiceIntegrationsScheduled

provider.serviceIntegrationsScheduled

AWS Step Functions

aws.states.ServiceIntegrationsStarted

provider.serviceIntegrationsStarted

AWS Step Functions

aws.states.ServiceIntegrationsSucceeded

provider.serviceIntegrationsSucceeded

AWS Step Functions

aws.states.ServiceIntegrationsTimedOut

provider.serviceIntegrationsTimedOut

AWS Step Functions

aws.states.ServiceIntegrationTime

provider.serviceIntegrationTime

AWS Step Functions

aws.states.ConsumedCapacity.byService

provider.consumedCapacity

AWS Step Functions

aws.states.ProvisionedBucketSize.byService

provider.provisionedBucketSize

AWS Step Functions

aws.states.ProvisionedRefillRate.byApiUsage

provider.provisionedRefillRate

AWS Step Functions

aws.states.ThrottledEvents.byService

provider.throttledEvents

AWS Step Functions

aws.states.ConsumedCapacity.byApiUsage

provider.consumedCapacity

AWS Step Functions

aws.states.ProvisionedBucketSize.byApiUsage

provider.provisionedBucketSize

AWS Step Functions

aws.states.ProvisionedRefillRate.byService

provider.provisionedRefillRate

AWS Step Functions

aws.states.ThrottledEvents.byApiUsage

provider.throttledEvents

AWS Transit Gateway

aws.transitgateway.BytesDropCountBlackhole

provider.bytesDropCountBlackhole

AWS Transit Gateway

aws.transitgateway.BytesDropCountNoRoute

provider.bytesDropCountNoRoute

AWS Transit Gateway

aws.transitgateway.BytesIn

provider.bytesIn

AWS Transit Gateway

aws.transitgateway.BytesOut

provider.bytesOut

AWS Transit Gateway

aws.transitgateway.PacketDropCountBlackhole

provider.packetDropCountBlackhole

AWS Transit Gateway

aws.transitgateway.PacketDropCountNoRoute

provider.packetDropCountNoRoute

AWS Transit Gateway

aws.transitgateway.PacketsIn

provider.packetsIn

AWS Transit Gateway

aws.transitgateway.PacketsOut

provider.packetsOut

AWS Trusted Advisor

aws.trustedadvisor.currentUsage

currentUsage

AWS Trusted Advisor

aws.trustedadvisor.limitAmount

limitAmount

AWS Trusted Advisor

aws.trustedadvisor.limitUsage

serviceLimitUsage

AWS VPC

aws.natgateway.ActiveConnectionCount

provider.activeConnectionCount

AWS VPC

aws.natgateway.BytesInFromDestination

provider.bytesInFromDestination

AWS VPC

aws.natgateway.BytesInFromSource

provider.bytesInFromSource

AWS VPC

aws.natgateway.BytesOutToDestination

provider.bytesOutToDestination

AWS VPC

aws.natgateway.BytesOutToSource

provider.bytesOutToSource

AWS VPC

aws.natgateway.ConnectionAttemptCount

provider.connectionAttemptCount

AWS VPC

aws.natgateway.ConnectionEstablishedCount

provider.connectionEstablishedCount

AWS VPC

aws.natgateway.ErrorPortAllocation

provider.errorPortAllocation

AWS VPC

aws.natgateway.IdleTimeoutCount

provider.idleTimeoutCount

AWS VPC

aws.natgateway.PacketsDropCount

provider.packetsDropCount

AWS VPC

aws.natgateway.PacketsInFromDestination

provider.packetsInFromDestination

AWS VPC

aws.natgateway.PacketsInFromSource

provider.packetsInFromSource

AWS VPC

aws.natgateway.PacketsOutToDestination

provider.packetsOutToDestination

AWS VPC

aws.natgateway.PacketsOutToSource

provider.packetsOutToSource

AWS VPC

aws.vpc.bytes

provider.bytes

AWS VPC

aws.vpc.packets

provider.packets

AWS VPC

aws.vpn.TunnelDataIn

provider.tunnelDataIn

AWS VPC

aws.vpn.TunnelDataOut

provider.tunnelDataOut

AWS VPC

aws.vpn.TunnelState

provider.tunnelState

AWS WAF

aws.waf.AllowedRequests.byWebACL

provider.allowedRequests

AWS WAF

aws.waf.BlockedRequests.byWebACL

provider.blockedRequests

AWS WAF

aws.waf.CountedRequests.byWebACL

provider.countedRequests

AWS WAF

aws.waf.PassedRequests.byWebACL

provider.passedRequests

AWS WAF

aws.waf.AllowedRequests.byRuleGroup

provider.allowedRequests

AWS WAF

aws.waf.BlockedRequests.byRuleGroup

provider.blockedRequests

AWS WAF

aws.waf.CountedRequests.byRuleGroup

provider.countedRequests

AWS WAF

aws.waf.PassedRequests.byRuleGroup

provider.passedRequests

AWS WAFV2

aws.wafv2.AllowedRequests.byWebACL

provider.allowedRequests

AWS WAFV2

aws.wafv2.BlockedRequests.byWebACL

provider.blockedRequests

AWS WAFV2

aws.wafv2.CountedRequests.byWebACL

provider.countedRequests

AWS WAFV2

aws.wafv2.PassedRequests.byWebACL

provider.passedRequests

AWS WAFV2

aws.wafv2.AllowedRequests.byRuleGroup

provider.allowedRequests

AWS WAFV2

aws.wafv2.BlockedRequests.byRuleGroup

provider.blockedRequests

AWS WAFV2

aws.wafv2.CountedRequests.byRuleGroup

provider.countedRequests

AWS WAFV2

aws.wafv2.PassedRequests.byRuleGroup

provider.passedRequests

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.