• English日本語한국어
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하십시오.

문제 신고

AWS 통합 지표

AWS CloudWatch Metric Streams 통합 을 사용하여 AWS 서비스의 지표를 수집하는 것이 좋습니다. 사용 가능한 지표의 전체 목록은 각 AWS 서비스에 대한 CloudWatch 지표 목록 문서를 확인하십시오.

차원 메트릭 명명 규칙

AWS CloudWatch에서 수신한 지표는 다음 규칙에 따라 차원 지표 로 New Relic에 저장됩니다.

  • 측정항목 앞에는 AWS 네임스페이스(모두 소문자)가 붙습니다. 여기서 /. 로 대체됩니다.

    • AWS/EC2 -> aws.ec2
    • AWS/ApplicationELB -> aws.applicationelb
  • 원래 대소문자가 포함된 원래 AWS 지표 이름:

    • aws.ec2.CPUUtilization
    • aws.s3.5xxErrors
    • aws.sns.NumberOfMessagesPublished
  • 메트릭이 속한 리소스에 특정 네임스페이스 접두사가 있으면 사용됩니다. 측정항목이 속한 리소스에 특정 네임스페이스 접두사가 없으면 측정항목은 aws. 접두사를 사용합니다.

    • aws.Region
    • aws.s3.BucketName

AWS에서 지원하는 네임스페이스에 대한 자세한 내용은 CloudWatch 설명서 웹 사이트 를 참조하십시오.

여러 차원 조합이 포함된 측정항목

측정항목은 이름과 다양한 측정기준으로 정의됩니다.

때로는 동일한 측정항목 이름이 측정기준 조합이 다른 여러 측정항목에 표시되는 경우가 있습니다. 예를 들면 다음과 같습니다.

  • aws.apigateway.4XXError 차원이 aws.apigateway.ApiNameaws.apigateway.Stage 입니다.
  • aws.apigateway.4XXError 차원이 aws.apigateway.ApiName 입니다.

이러한 각 측정항목은 개별 시계열로 수집됩니다.

중요

올바른 측정기준 조합이 지정되지 않으면 sum() 또는 count() 과 같은 일부 집계는 중복된 결과를 반환합니다.

두 측정항목과 동시에 일치하는 sum() 또는 count() 같은 일부 집계를 방지하려면 측정기준에 대해 IS NULL,IS NOT NULL 또는 and 값을 사용하세요. 예를 들어:

두 측정항목을 동시에 일치시킵니다.

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

ApiName 측정기준과 일치하는 측정항목만 일치합니다.

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

측정기준이 2개인 측정항목만 일치합니다.

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

by + dimension 접미사가 있는 측정항목

기록상의 이유로 측정항목 중 하나에는 차원이 있지만 다른 측정항목에는 없는 쌍의 일부인 일부 측정항목에 접미사를 붙입니다. 이러한 경우 측정기준이 있는 측정항목에 by + dimension 접미사를 사용합니다. 예를 들어:

  • aws.lambda.Duration 차원이 aws.lambda.FunctionName 인 것은 다음에 매핑됩니다. aws.lambda.Duration.byFunction
  • aws.lambda.Duration 치수가 없으면 동일하게 유지됩니다.

우리는 더 이상 이러한 매핑을 추가하지 않으며 위의 일반 규칙에 정의된 대로 모든 새로운 지표를 원래 AWS 이름으로 보존하기 위해 최선을 다하고 있습니다. 다음은 .by + dimensionName 접미사가 붙은 모든 측정항목의 전체 목록입니다.

API 폴링 측정항목

각 폴링 통합 및 해당 이름에서 사용 가능한 측정항목에 대한 참조는 개별 통합에 대한 문서를 확인하세요.

다음의 포괄적이지 않은 목록에는 AWS 폴링 통합에서 수집한 지표와 해당 차원 지표 변환이 표시됩니다.

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 게이트웨이

aws.apigateway.4XXError.byApi

provider.4xxError

AWS API 게이트웨이

aws.apigateway.5XXError.byApi

provider.5xxError

AWS API 게이트웨이

aws.apigateway.CacheHitCount.byApi

provider.cacheHitCount

AWS API 게이트웨이

aws.apigateway.CacheMissCount.byApi

provider.cacheMissCount

AWS API 게이트웨이

aws.apigateway.Count.byApi

provider.count

AWS API 게이트웨이

aws.apigateway.IntegrationLatency.byApi

provider.integrationLatency

AWS API 게이트웨이

aws.apigateway.Latency.byApi

provider.latency

AWS API 게이트웨이

aws.apigateway.4XXError.byResourceWithMetrics

provider.4xxError

AWS API 게이트웨이

aws.apigateway.5XXError.byResourceWithMetrics

provider.5xxError

AWS API 게이트웨이

aws.apigateway.CacheHitCount.byResourceWithMetrics

provider.cacheHitCount

AWS API 게이트웨이

aws.apigateway.CacheMissCount.byResourceWithMetrics

provider.cacheMissCount

AWS API 게이트웨이

aws.apigateway.Count.byResourceWithMetrics

provider.count

AWS API 게이트웨이

aws.apigateway.IntegrationLatency.byResourceWithMetrics

provider.integrationLatency

AWS API 게이트웨이

aws.apigateway.Latency.byResourceWithMetrics

provider.latency

AWS API 게이트웨이

aws.apigateway.4XXError.byStage

provider.4xxError

AWS API 게이트웨이

aws.apigateway.5XXError.byStage

provider.5xxError

AWS API 게이트웨이

aws.apigateway.CacheHitCount.byStage

provider.cacheHitCount

AWS API 게이트웨이

aws.apigateway.CacheMissCount.byStage

provider.cacheMissCount

AWS API 게이트웨이

aws.apigateway.Count.byStage

provider.count

AWS API 게이트웨이

aws.apigateway.IntegrationLatency.byStage

provider.integrationLatency

AWS API 게이트웨이

aws.apigateway.Latency.byStage

provider.latency

AWS 앱싱크

aws.appsync.4XXError

provider.4XXError

AWS 앱싱크

aws.appsync.5XXError

provider.5XXError

AWS 앱싱크

aws.appsync.Latency

provider.latency

AWS 아테나

aws.athena.ProcessedBytes

provider.processedBytes

AWS 아테나

aws.athena.TotalExecutionTime

provider.totalExecutionTime

AWS 오토 스케일링

aws.autoscaling.GroupDesiredCapacity

provider.groupDesiredCapacity

AWS 오토 스케일링

aws.autoscaling.GroupInServiceInstances

provider.groupInServiceInstances

AWS 오토 스케일링

aws.autoscaling.GroupMaxSize

provider.groupMaxSize

AWS 오토 스케일링

aws.autoscaling.GroupMinSize

provider.groupMinSize

AWS 오토 스케일링

aws.autoscaling.GroupPendingInstances

provider.groupPendingInstances

AWS 오토 스케일링

aws.autoscaling.GroupStandbyInstances

provider.groupStandbyInstances

AWS 오토 스케일링

aws.autoscaling.GroupTerminatingInstances

provider.groupTerminatingInstances

AWS 오토 스케일링

aws.autoscaling.GroupTotalInstances

provider.groupTotalInstances

AWS 오토 스케일링

aws.autoscaling.healthStatus

healthStatus

AWS 결제

aws.billing.EstimatedCharges.byAccountCost

provider.estimatedCharges

AWS 결제

aws.billing.EstimatedCharges.byAccountServiceCost

provider.estimatedCharges

AWS 결제

aws.billing.actualAmount.byBudget

provider.actualAmount

AWS 결제

aws.billing.forecastedAmount.byBudget

provider.forecastedAmount

AWS 결제

aws.billing.limitAmount.byBudget

provider.limitAmount

AWS 결제

aws.billing.EstimatedCharges.byServiceCost

provider.estimatedCharges

AWS 클라우드프론트

aws.cloudfront.4xxErrorRate

provider.error4xxErrorRate

AWS 클라우드프론트

aws.cloudfront.5xxErrorRate

provider.error5xxErrorRate

AWS 클라우드프론트

aws.cloudfront.BytesDownloaded

provider.bytesDownloaded

AWS 클라우드프론트

aws.cloudfront.BytesUploaded

provider.bytesUploaded

AWS 클라우드프론트

aws.cloudfront.Requests

provider.requests

AWS 클라우드프론트

aws.cloudfront.TotalErrorRate

provider.totalErrorRate

AWS 클라우드프론트

aws.lambda.Duration.byEdgeFunction

provider.duration

AWS 클라우드프론트

aws.lambda.Errors.byEdgeFunction

provider.errors

AWS 클라우드프론트

aws.lambda.Invocations.byEdgeFunction

provider.invocations

AWS 클라우드프론트

aws.lambda.Throttles.byEdgeFunction

provider.throttles

AWS 코그니토

aws.cognito.FederationSuccesses

provider.federationSuccesses

AWS 코그니토

aws.cognito.FederationThrottles

provider.federationThrottles

AWS 코그니토

aws.cognito.SignInSuccesses

provider.signInSuccesses

AWS 코그니토

aws.cognito.SignInThrottles

provider.signInThrottles

AWS 코그니토

aws.cognito.SignUpSuccesses

provider.signUpSuccesses

AWS 코그니토

aws.cognito.SignUpThrottles

provider.signUpThrottles

AWS 코그니토

aws.cognito.TokenRefreshSuccesses

provider.tokenRefreshSuccesses

AWS 코그니토

aws.cognito.TokenRefreshThrottles

provider.tokenRefreshThrottles

AWS 커넥트

aws.connect.CallRecordingUploadError

provider.callRecordingUploadError

AWS 커넥트

aws.connect.ContactFlowErrors

provider.contactFlowErrors

AWS 커넥트

aws.connect.ContactFlowFatalErrors

provider.contactFlowFatalErrors

AWS 커넥트

aws.connect.MisconfiguredPhoneNumbers

provider.misconfiguredPhoneNumbers

AWS 커넥트

aws.connect.PublicSigningKeyUsage

provider.publicSigningKeyUsage

AWS 커넥트

aws.connect.CallsBreachingConcurrencyQuota

provider.callsBreachingConcurrencyQuota

AWS 커넥트

aws.connect.CallsPerInterval

provider.callsPerInterval

AWS 커넥트

aws.connect.ConcurrentCalls

provider.concurrentCalls

AWS 커넥트

aws.connect.ConcurrentCallsPercentage

provider.concurrentCallsPercentage

AWS 커넥트

aws.connect.MissedCalls

provider.missedCalls

AWS 커넥트

aws.connect.ThrottledCalls

provider.throttledCalls

AWS 커넥트

aws.connect.CallBackNotDialableNumber

provider.callBackNotDialableNumber

AWS 커넥트

aws.connect.LongestQueueWaitTime

provider.longestQueueWaitTime

AWS 커넥트

aws.connect.QueueCapacityExceededError

provider.queueCapacityExceededError

AWS 커넥트

aws.connect.QueueSize

provider.queueSize

AWS 다이렉트 커넥트

aws.dx.ConnectionBpsEgress

provider.connectionBpsEgress

AWS 다이렉트 커넥트

aws.dx.ConnectionBpsIngress

provider.connectionBpsIngress

AWS 다이렉트 커넥트

aws.dx.ConnectionCRCErrorCount

provider.connectionCRCErrorCount

AWS 다이렉트 커넥트

aws.dx.ConnectionLightLevelRx

provider.connectionLightLevelRx

AWS 다이렉트 커넥트

aws.dx.ConnectionLightLevelTx

provider.connectionLightLevelTx

AWS 다이렉트 커넥트

aws.dx.ConnectionPpsEgress

provider.connectionPpsEgress

AWS 다이렉트 커넥트

aws.dx.ConnectionPpsIngress

provider.connectionPpsIngress

AWS 다이렉트 커넥트

aws.dx.ConnectionState

provider.connectionState

AWS 다이렉트 커넥트

aws.dx.VirtualInterfaceBpsEgress

provider.virtualInterfaceBpsEgress

AWS 다이렉트 커넥트

aws.dx.VirtualInterfaceBpsIngress

provider.virtualInterfaceBpsIngress

AWS 다이렉트 커넥트

aws.dx.VirtualInterfacePpsEgress

provider.virtualInterfacePpsEgress

AWS 다이렉트 커넥트

aws.dx.VirtualInterfacePpsIngress

provider.virtualInterfacePpsIngress

AWS 문서DB

aws.docdb.BackupRetentionPeriodStorageUsed.byCluster

provider.backupRetentionPeriodStorageUsed

AWS 문서DB

aws.docdb.BufferCacheHitRatio.byCluster

provider.bufferCacheHitRatio

AWS 문서DB

aws.docdb.CPUUtilization.byCluster

provider.cpuUtilization

AWS 문서DB

aws.docdb.DatabaseConnections.byCluster

provider.databaseConnections

AWS 문서DB

aws.docdb.DBClusterReplicaLagMaximum.byCluster

provider.dbClusterReplicaLagMaximum

AWS 문서DB

aws.docdb.DBClusterReplicaLagMinimum.byCluster

provider.dbClusterReplicaLagMinimum

AWS 문서DB

aws.docdb.DBInstanceReplicaLag.byCluster

provider.dbInstanceReplicaLag

AWS 문서DB

aws.docdb.DiskQueueDepth.byCluster

provider.diskQueueDepth

AWS 문서DB

aws.docdb.EngineUptime.byCluster

provider.engineUptime

AWS 문서DB

aws.docdb.FreeableMemory.byCluster

provider.freeableMemory

AWS 문서DB

aws.docdb.FreeLocalStorage.byCluster

provider.freeLocalStorage

AWS 문서DB

aws.docdb.NetworkReceiveThroughput.byCluster

provider.networkReceiveThroughput

AWS 문서DB

aws.docdb.NetworkThroughput.byCluster

provider.networkThroughput

AWS 문서DB

aws.docdb.NetworkTransmitThroughput.byCluster

provider.networkTransmitThroughput

AWS 문서DB

aws.docdb.ReadIOPS.byCluster

provider.readIOPS

AWS 문서DB

aws.docdb.ReadLatency.byCluster

provider.readLatency

AWS 문서DB

aws.docdb.ReadThroughput.byCluster

provider.readThroughput

AWS 문서DB

aws.docdb.SnapshotStorageUsed.byCluster

provider.snapshotStorageUsed

AWS 문서DB

aws.docdb.SwapUsage.byCluster

provider.swapUsage

AWS 문서DB

aws.docdb.TotalBackupStorageBilled.byCluster

provider.totalBackupStorageBilled

AWS 문서DB

aws.docdb.VolumeBytesUsed.byCluster

provider.volumeBytesUsed

AWS 문서DB

aws.docdb.VolumeReadIOPs.byCluster

provider.volumeReadIOPs

AWS 문서DB

aws.docdb.VolumeWriteIOPs.byCluster

provider.volumeWriteIOPs

AWS 문서DB

aws.docdb.WriteIOPS.byCluster

provider.writeIOPS

AWS 문서DB

aws.docdb.WriteLatency.byCluster

provider.writeLatency

AWS 문서DB

aws.docdb.WriteThroughput.byCluster

provider.writeThroughput

AWS 문서DB

aws.docdb.BackupRetentionPeriodStorageUsed.byClusterByRole

provider.backupRetentionPeriodStorageUsed

AWS 문서DB

aws.docdb.BufferCacheHitRatio.byClusterByRole

provider.bufferCacheHitRatio

AWS 문서DB

aws.docdb.CPUUtilization.byClusterByRole

provider.cpuUtilization

AWS 문서DB

aws.docdb.DatabaseConnections.byClusterByRole

provider.databaseConnections

AWS 문서DB

aws.docdb.DBClusterReplicaLagMaximum.byClusterByRole

provider.dbClusterReplicaLagMaximum

AWS 문서DB

aws.docdb.DBClusterReplicaLagMinimum.byClusterByRole

provider.dbClusterReplicaLagMinimum

AWS 문서DB

aws.docdb.DBInstanceReplicaLag.byClusterByRole

provider.dbInstanceReplicaLag

AWS 문서DB

aws.docdb.DiskQueueDepth.byClusterByRole

provider.diskQueueDepth

AWS 문서DB

aws.docdb.EngineUptime.byClusterByRole

provider.engineUptime

AWS 문서DB

aws.docdb.FreeableMemory.byClusterByRole

provider.freeableMemory

AWS 문서DB

aws.docdb.FreeLocalStorage.byClusterByRole

provider.freeLocalStorage

AWS 문서DB

aws.docdb.NetworkReceiveThroughput.byClusterByRole

provider.networkReceiveThroughput

AWS 문서DB

aws.docdb.NetworkThroughput.byClusterByRole

provider.networkThroughput

AWS 문서DB

aws.docdb.NetworkTransmitThroughput.byClusterByRole

provider.networkTransmitThroughput

AWS 문서DB

aws.docdb.ReadIOPS.byClusterByRole

provider.readIOPS

AWS 문서DB

aws.docdb.ReadLatency.byClusterByRole

provider.readLatency

AWS 문서DB

aws.docdb.ReadThroughput.byClusterByRole

provider.readThroughput

AWS 문서DB

aws.docdb.SnapshotStorageUsed.byClusterByRole

provider.snapshotStorageUsed

AWS 문서DB

aws.docdb.SwapUsage.byClusterByRole

provider.swapUsage

AWS 문서DB

aws.docdb.TotalBackupStorageBilled.byClusterByRole

provider.totalBackupStorageBilled

AWS 문서DB

aws.docdb.VolumeBytesUsed.byClusterByRole

provider.volumeBytesUsed

AWS 문서DB

aws.docdb.VolumeReadIOPs.byClusterByRole

provider.volumeReadIOPs

AWS 문서DB

aws.docdb.VolumeWriteIOPs.byClusterByRole

provider.volumeWriteIOPs

AWS 문서DB

aws.docdb.WriteIOPS.byClusterByRole

provider.writeIOPS

AWS 문서DB

aws.docdb.WriteLatency.byClusterByRole

provider.writeLatency

AWS 문서DB

aws.docdb.WriteThroughput.byClusterByRole

provider.writeThroughput

AWS 문서DB

aws.docdb.BackupRetentionPeriodStorageUsed.byInstance

provider.backupRetentionPeriodStorageUsed

AWS 문서DB

aws.docdb.BufferCacheHitRatio.byInstance

provider.bufferCacheHitRatio

AWS 문서DB

aws.docdb.CPUUtilization.byInstance

provider.cpuUtilization

AWS 문서DB

aws.docdb.DatabaseConnections.byInstance

provider.databaseConnections

AWS 문서DB

aws.docdb.DBClusterReplicaLagMaximum.byInstance

provider.dbClusterReplicaLagMaximum

AWS 문서DB

aws.docdb.DBClusterReplicaLagMinimum.byInstance

provider.dbClusterReplicaLagMinimum

AWS 문서DB

aws.docdb.DBInstanceReplicaLag.byInstance

provider.dbInstanceReplicaLag

AWS 문서DB

aws.docdb.DiskQueueDepth.byInstance

provider.diskQueueDepth

AWS 문서DB

aws.docdb.EngineUptime.byInstance

provider.engineUptime

AWS 문서DB

aws.docdb.FreeableMemory.byInstance

provider.freeableMemory

AWS 문서DB

aws.docdb.FreeLocalStorage.byInstance

provider.freeLocalStorage

AWS 문서DB

aws.docdb.NetworkReceiveThroughput.byInstance

provider.networkReceiveThroughput

AWS 문서DB

aws.docdb.NetworkThroughput.byInstance

provider.networkThroughput

AWS 문서DB

aws.docdb.NetworkTransmitThroughput.byInstance

provider.networkTransmitThroughput

AWS 문서DB

aws.docdb.ReadIOPS.byInstance

provider.readIOPS

AWS 문서DB

aws.docdb.ReadLatency.byInstance

provider.readLatency

AWS 문서DB

aws.docdb.ReadThroughput.byInstance

provider.readThroughput

AWS 문서DB

aws.docdb.SnapshotStorageUsed.byInstance

provider.snapshotStorageUsed

AWS 문서DB

aws.docdb.SwapUsage.byInstance

provider.swapUsage

AWS 문서DB

aws.docdb.TotalBackupStorageBilled.byInstance

provider.totalBackupStorageBilled

AWS 문서DB

aws.docdb.VolumeBytesUsed.byInstance

provider.volumeBytesUsed

AWS 문서DB

aws.docdb.VolumeReadIOPs.byInstance

provider.volumeReadIOPs

AWS 문서DB

aws.docdb.VolumeWriteIOPs.byInstance

provider.volumeWriteIOPs

AWS 문서DB

aws.docdb.WriteIOPS.byInstance

provider.writeIOPS

AWS 문서DB

aws.docdb.WriteLatency.byInstance

provider.writeLatency

AWS 문서DB

aws.docdb.WriteThroughput.byInstance

provider.writeThroughput

AWS 다이나모DB

aws.dynamodb.ConsumedReadCapacityUnits.byGlobalSecondaryIndex

provider.consumedReadCapacityUnits

AWS 다이나모DB

aws.dynamodb.ConsumedWriteCapacityUnits.byGlobalSecondaryIndex

provider.consumedWriteCapacityUnits

AWS 다이나모DB

aws.dynamodb.OnlineIndexConsumedWriteCapacity

provider.onlineIndexConsumedWriteCapacity

AWS 다이나모DB

aws.dynamodb.OnlineIndexPercentageProgress

provider.onlineIndexPercentageProgress

AWS 다이나모DB

aws.dynamodb.OnlineIndexThrottleEvents

provider.onlineIndexThrottleEvents

AWS 다이나모DB

aws.dynamodb.ProvisionedReadCapacityUnits.byGlobalSecondaryIndex

provider.provisionedReadCapacityUnits

AWS 다이나모DB

aws.dynamodb.ProvisionedWriteCapacityUnits.byGlobalSecondaryIndex

provider.provisionedWriteCapacityUnits

AWS 다이나모DB

aws.dynamodb.ReadThrottleEvents.byGlobalSecondaryIndex

provider.readThrottleEvents

AWS 다이나모DB

aws.dynamodb.WriteThrottleEvents.byGlobalSecondaryIndex

provider.writeThrottleEvents

AWS 다이나모DB

aws.dynamodb.SystemErrors.byRegion

provider.systemErrors

AWS 다이나모DB

aws.dynamodb.UserErrors.byRegion

provider.userErrors

AWS 다이나모DB

aws.dynamodb.ConditionalCheckFailedRequests

provider.conditionalCheckFailedRequests

AWS 다이나모DB

aws.dynamodb.ConsumedReadCapacityUnits.byTable

provider.consumedReadCapacityUnits

AWS 다이나모DB

aws.dynamodb.ConsumedWriteCapacityUnits.byTable

provider.consumedWriteCapacityUnits

AWS 다이나모DB

aws.dynamoDb.ItemCount

provider.itemCount

AWS 다이나모DB

aws.dynamodb.PendingReplicationCount

provider.pendingReplicationCount

AWS 다이나모DB

aws.dynamodb.ProvisionedReadCapacityUnits.byTable

provider.provisionedReadCapacityUnits

AWS 다이나모DB

aws.dynamodb.ProvisionedWriteCapacityUnits.byTable

provider.provisionedWriteCapacityUnits

AWS 다이나모DB

aws.dynamodb.ReadThrottleEvents.byTable

provider.readThrottleEvents

AWS 다이나모DB

aws.dynamodb.ReplicationLatency

provider.replicationLatency

AWS 다이나모DB

aws.dynamodb.ReturnedItemCount

provider.queryReturnedItemCount

AWS 다이나모DB

aws.dynamodb.ReturnedItemCount.scan

provider.scanReturnedItemCount

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.batchGet

provider.batchGetSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.batchWrite

provider.batchWriteSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.delete

provider.deleteSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.get

provider.getSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.put

provider.putSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.query

provider.querySuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.scan

provider.scanSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SuccessfulRequestLatency.update

provider.updateSuccessfulRequestLatency

AWS 다이나모DB

aws.dynamodb.SystemErrors.batchGet

provider.batchGetSystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.batchWrite

provider.batchWriteSystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.byTable

provider.systemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.delete

provider.deleteSystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.get

provider.getSystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.put

provider.putSystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.query

provider.querySystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.scan

provider.scanSystemErrors

AWS 다이나모DB

aws.dynamodb.SystemErrors.update

provider.updateSystemErrors

AWS 다이나모DB

aws.dynamoDb.TableSizeBytes

provider.tableSizeBytes

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.batchGet

provider.batchGetThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.batchWrite

provider.batchWriteThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.delete

provider.deleteThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.get

provider.getThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.put

provider.putThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.query

provider.queryThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.scan

provider.scanThrottledRequests

AWS 다이나모DB

aws.dynamodb.ThrottledRequests.update

provider.updateThrottledRequests

AWS 다이나모DB

aws.dynamodb.UserErrors.byTable

provider.userErrors

AWS 다이나모DB

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 엘라스틱서치

aws.es.2xx

provider.2xx

AWS 엘라스틱서치

aws.es.3xx

provider.3xx

AWS 엘라스틱서치

aws.es.4xx

provider.4xx

AWS 엘라스틱서치

aws.es.5xx

provider.5xx

AWS 엘라스틱서치

aws.es.AutomatedSnapshotFailure

provider.AutomatedSnapshotFailure

AWS 엘라스틱서치

aws.es.ClusterIndexWritesBlocked

provider.ClusterIndexWritesBlocked

AWS 엘라스틱서치

aws.es.ClusterStatus.green

provider.ClusterStatus.green

AWS 엘라스틱서치

aws.es.ClusterStatus.red

provider.ClusterStatus.red

AWS 엘라스틱서치

aws.es.ClusterStatus.yellow

provider.ClusterStatus.yellow

AWS 엘라스틱서치

aws.es.ClusterUsedSpace

provider.ClusterUsedSpace

AWS 엘라스틱서치

aws.es.CPUCreditBalance

provider.CPUCreditBalance

AWS 엘라스틱서치

aws.es.CPUUtilization.byCluster

provider.CPUUtilization

AWS 엘라스틱서치

aws.es.DeletedDocuments

provider.DeletedDocuments

AWS 엘라스틱서치

aws.es.DiskQueueDepth

provider.DiskQueueDepth

AWS 엘라스틱서치

aws.es.ElasticsearchRequests

provider.ElasticsearchRequests

AWS 엘라스틱서치

aws.es.FreeStorageSpace.byCluster

provider.FreeStorageSpace

AWS 엘라스틱서치

aws.es.IndexingLatency.byCluster

provider.IndexingLatency

AWS 엘라스틱서치

aws.es.IndexingRate.byCluster

provider.IndexingRate

AWS 엘라스틱서치

aws.es.InvalidHostHeaderRequests

provider.InvalidHostHeaderRequests

AWS 엘라스틱서치

aws.es.JVMGCOldCollectionCount.byCluster

provider.JVMGCOldCollectionCount

AWS 엘라스틱서치

aws.es.JVMGCOldCollectionTime.byCluster

provider.JVMGCOldCollectionTime

AWS 엘라스틱서치

aws.es.JVMGCYoungCollectionCount.byCluster

provider.JVMGCYoungCollectionCount

AWS 엘라스틱서치

aws.es.JVMGCYoungCollectionTime.byCluster

provider.JVMGCYoungCollectionTime

AWS 엘라스틱서치

aws.es.JVMMemoryPressure.byCluster

provider.JVMMemoryPressure

AWS 엘라스틱서치

aws.es.KibanaHealthyNodes

provider.KibanaHealthyNodes

AWS 엘라스틱서치

aws.es.KMSKeyError

provider.KMSKeyError

AWS 엘라스틱서치

aws.es.KMSKeyInaccessible

provider.KMSKeyInaccessible

AWS 엘라스틱서치

aws.es.MasterCPUCreditBalance

provider.MasterCPUCreditBalance

AWS 엘라스틱서치

aws.es.MasterCPUUtilization

provider.MasterCPUUtilization

AWS 엘라스틱서치

aws.es.MasterJVMMemoryPressure

provider.MasterJVMMemoryPressure

AWS 엘라스틱서치

aws.es.MasterReachableFromNode

provider.MasterReachableFromNode

AWS 엘라스틱서치

aws.es.Nodes

provider.Nodes

AWS 엘라스틱서치

aws.es.ReadIOPS

provider.ReadIOPS

AWS 엘라스틱서치

aws.es.ReadLatency

provider.ReadLatency

AWS 엘라스틱서치

aws.es.ReadThroughput

provider.ReadThroughput

AWS 엘라스틱서치

aws.es.SearchableDocuments

provider.SearchableDocuments

AWS 엘라스틱서치

aws.es.SearchLatency.byCluster

provider.SearchLatency

AWS 엘라스틱서치

aws.es.SearchRate.byCluster

provider.SearchRate

AWS 엘라스틱서치

aws.es.SysMemoryUtilization.byCluster

provider.SysMemoryUtilization

AWS 엘라스틱서치

aws.es.ThreadpoolBulkQueue.byCluster

provider.ThreadpoolBulkQueue

AWS 엘라스틱서치

aws.es.ThreadpoolBulkRejected.byCluster

provider.ThreadpoolBulkRejected

AWS 엘라스틱서치

aws.es.ThreadpoolBulkThreads.byCluster

provider.ThreadpoolBulkThreads

AWS 엘라스틱서치

aws.es.ThreadpoolForce_mergeQueue.byCluster

provider.ThreadpoolForce_mergeQueue

AWS 엘라스틱서치

aws.es.ThreadpoolForce_mergeRejected.byCluster

provider.ThreadpoolForce_mergeRejected

AWS 엘라스틱서치

aws.es.ThreadpoolForce_mergeThreads.byCluster

provider.ThreadpoolForce_mergeThreads

AWS 엘라스틱서치

aws.es.ThreadpoolIndexQueue.byCluster

provider.ThreadpoolIndexQueue

AWS 엘라스틱서치

aws.es.ThreadpoolIndexRejected.byCluster

provider.ThreadpoolIndexRejected

AWS 엘라스틱서치

aws.es.ThreadpoolIndexThreads.byCluster

provider.ThreadpoolIndexThreads

AWS 엘라스틱서치

aws.es.ThreadpoolSearchQueue.byCluster

provider.ThreadpoolSearchQueue

AWS 엘라스틱서치

aws.es.ThreadpoolSearchRejected.byCluster

provider.ThreadpoolSearchRejected

AWS 엘라스틱서치

aws.es.ThreadpoolSearchThreads.byCluster

provider.ThreadpoolSearchThreads

AWS 엘라스틱서치

aws.es.WriteIOPS

provider.WriteIOPS

AWS 엘라스틱서치

aws.es.WriteLatency

provider.WriteLatency

AWS 엘라스틱서치

aws.es.WriteThroughput

provider.WriteThroughput

AWS 엘라스틱서치

aws.es.CPUUtilization.byNode

provider.CPUUtilization

AWS 엘라스틱서치

aws.es.FreeStorageSpace.byNode

provider.FreeStorageSpace

AWS 엘라스틱서치

aws.es.IndexingLatency.byNode

provider.IndexingLatency

AWS 엘라스틱서치

aws.es.IndexingRate.byNode

provider.IndexingRate

AWS 엘라스틱서치

aws.es.JVMGCOldCollectionCount.byNode

provider.JVMGCOldCollectionCount

AWS 엘라스틱서치

aws.es.JVMGCOldCollectionTime.byNode

provider.JVMGCOldCollectionTime

AWS 엘라스틱서치

aws.es.JVMGCYoungCollectionCount.byNode

provider.JVMGCYoungCollectionCount

AWS 엘라스틱서치

aws.es.JVMGCYoungCollectionTime.byNode

provider.JVMGCYoungCollectionTime

AWS 엘라스틱서치

aws.es.JVMMemoryPressure.byNode

provider.JVMMemoryPressure

AWS 엘라스틱서치

aws.es.SearchLatency.byNode

provider.SearchLatency

AWS 엘라스틱서치

aws.es.SearchRate.byNode

provider.SearchRate

AWS 엘라스틱서치

aws.es.SysMemoryUtilization.byNode

provider.SysMemoryUtilization

AWS 엘라스틱서치

aws.es.ThreadpoolBulkQueue.byNode

provider.ThreadpoolBulkQueue

AWS 엘라스틱서치

aws.es.ThreadpoolBulkRejected.byNode

provider.ThreadpoolBulkRejected

AWS 엘라스틱서치

aws.es.ThreadpoolBulkThreads.byNode

provider.ThreadpoolBulkThreads

AWS 엘라스틱서치

aws.es.ThreadpoolForce_mergeQueue.byNode

provider.ThreadpoolForce_mergeQueue

AWS 엘라스틱서치

aws.es.ThreadpoolForce_mergeRejected.byNode

provider.ThreadpoolForce_mergeRejected

AWS 엘라스틱서치

aws.es.ThreadpoolForce_mergeThreads.byNode

provider.ThreadpoolForce_mergeThreads

AWS 엘라스틱서치

aws.es.ThreadpoolIndexQueue.byNode

provider.ThreadpoolIndexQueue

AWS 엘라스틱서치

aws.es.ThreadpoolIndexRejected.byNode

provider.ThreadpoolIndexRejected

AWS 엘라스틱서치

aws.es.ThreadpoolIndexThreads.byNode

provider.ThreadpoolIndexThreads

AWS 엘라스틱서치

aws.es.ThreadpoolSearchQueue.byNode

provider.ThreadpoolSearchQueue

AWS 엘라스틱서치

aws.es.ThreadpoolSearchRejected.byNode

provider.ThreadpoolSearchRejected

AWS 엘라스틱서치

aws.es.ThreadpoolSearchThreads.byNode

provider.ThreadpoolSearchThreads

AWS 엘라스티캐시

aws.elasticache.CPUCreditBalance.byMemcachedCluster

provider.cpuCreditBalance

AWS 엘라스티캐시

aws.elasticache.CPUCreditUsage.byMemcachedCluster

provider.cpuCreditUsage

AWS 엘라스티캐시

aws.elasticache.CPUUtilization.byMemcachedCluster

provider.cpuUtilization

AWS 엘라스티캐시

aws.elasticache.DatabaseMemoryUsagePercentage.byMemcachedCluster

provider.databaseMemoryUsagePercentage

AWS 엘라스티캐시

aws.elasticache.FreeableMemory.byMemcachedCluster

provider.freeableMemory

AWS 엘라스티캐시

aws.elasticache.NetworkBytesIn.byMemcachedCluster

provider.networkBytesIn

AWS 엘라스티캐시

aws.elasticache.NetworkBytesOut.byMemcachedCluster

provider.networkBytesOut

AWS 엘라스티캐시

aws.elasticache.SwapUsage.byMemcachedCluster

provider.swapUsage

AWS 엘라스티캐시

aws.elasticache.BytesReadIntoMemcached

provider.bytesReadIntoMemcached

AWS 엘라스티캐시

aws.elasticache.BytesUsedForCacheItems

provider.bytesUsedForCacheItems

AWS 엘라스티캐시

aws.elasticache.BytesUsedForHash

provider.bytesUsedForHash

AWS 엘라스티캐시

aws.elasticache.BytesWrittenOutFromMemcached

provider.bytesWrittenOutFromMemcached

AWS 엘라스티캐시

aws.elasticache.CasBadval

provider.casBadval

AWS 엘라스티캐시

aws.elasticache.CasHits

provider.casHits

AWS 엘라스티캐시

aws.elasticache.CasMisses

provider.casMisses

AWS 엘라스티캐시

aws.elasticache.CmdConfigGet

provider.cmdConfigGet

AWS 엘라스티캐시

aws.elasticache.CmdConfigSet

provider.cmdConfigSet

AWS 엘라스티캐시

aws.elasticache.CmdFlush

provider.cmdFlush

AWS 엘라스티캐시

aws.elasticache.CmdGet

provider.cmdGet

AWS 엘라스티캐시

aws.elasticache.CmdSet

provider.cmdSet

AWS 엘라스티캐시

aws.elasticache.CmdTouch

provider.cmdTouch

AWS 엘라스티캐시

aws.elasticache.CPUCreditBalance.byMemcachedNode

provider.cpuCreditBalance

AWS 엘라스티캐시

aws.elasticache.CPUCreditUsage.byMemcachedNode

provider.cpuCreditUsage

AWS 엘라스티캐시

aws.elasticache.CPUUtilization.byMemcachedNode

provider.cpuUtilization

AWS 엘라스티캐시

aws.elasticache.CurrConfig

provider.currConfig

AWS 엘라스티캐시

aws.elasticache.CurrConnections.byMemcachedNode

provider.currConnections

AWS 엘라스티캐시

aws.elasticache.CurrItems.byMemcachedNode

provider.currItems

AWS 엘라스티캐시

aws.elasticache.DatabaseMemoryUsagePercentage.byMemcachedNode

provider.databaseMemoryUsagePercentage

AWS 엘라스티캐시

aws.elasticache.DecrHits

provider.decrHits

AWS 엘라스티캐시

aws.elasticache.DecrMisses

provider.decrMisses

AWS 엘라스티캐시

aws.elasticache.DeleteHits

provider.deleteHits

AWS 엘라스티캐시

aws.elasticache.DeleteMisses

provider.deleteMisses

AWS 엘라스티캐시

aws.elasticache.EvictedUnfetched

provider.evictedUnfetched

AWS 엘라스티캐시

aws.elasticache.Evictions.byMemcachedNode

provider.evictions

AWS 엘라스티캐시

aws.elasticache.ExpiredUnfetched

provider.expiredUnfetched

AWS 엘라스티캐시

aws.elasticache.FreeableMemory.byMemcachedNode

provider.freeableMemory

AWS 엘라스티캐시

aws.elasticache.GetHits

provider.getHits

AWS 엘라스티캐시

aws.elasticache.GetMisses

provider.getMisses

AWS 엘라스티캐시

aws.elasticache.IncrHits

provider.incrHits

AWS 엘라스티캐시

aws.elasticache.IncrMisses

provider.incrMisses

AWS 엘라스티캐시

aws.elasticache.NetworkBytesIn.byMemcachedNode

provider.networkBytesIn

AWS 엘라스티캐시

aws.elasticache.NetworkBytesOut.byMemcachedNode

provider.networkBytesOut

AWS 엘라스티캐시

aws.elasticache.NewConnections.byMemcachedNode

provider.newConnections

AWS 엘라스티캐시

aws.elasticache.NewItems

provider.newItems

AWS 엘라스티캐시

aws.elasticache.Reclaimed.byMemcachedNode

provider.reclaimed

AWS 엘라스티캐시

aws.elasticache.SlabsMoved

provider.slabsMoved

AWS 엘라스티캐시

aws.elasticache.SwapUsage.byMemcachedNode

provider.swapUsage

AWS 엘라스티캐시

aws.elasticache.TouchHits

provider.touchHits

AWS 엘라스티캐시

aws.elasticache.TouchMisses

provider.touchMisses

AWS 엘라스티캐시

aws.elasticache.UnusedMemory

provider.unusedMemory

AWS 엘라스티캐시

aws.elasticache.ActiveDefragHits.byRedisCluster

provider.activeDefragHits

AWS 엘라스티캐시

aws.elasticache.CPUCreditBalance.byRedisCluster

provider.cpuCreditBalance

AWS 엘라스티캐시

aws.elasticache.CPUCreditUsage.byRedisCluster

provider.cpuCreditUsage

AWS 엘라스티캐시

aws.elasticache.CPUUtilization.byRedisCluster

provider.cpuUtilization

AWS 엘라스티캐시

aws.elasticache.DatabaseMemoryUsagePercentage.byRedisCluster

provider.databaseMemoryUsagePercentage

AWS 엘라스티캐시

aws.elasticache.EngineCPUUtilization.byRedisCluster

provider.engineCpuUtilization

AWS 엘라스티캐시

aws.elasticache.FreeableMemory.byRedisCluster

provider.freeableMemory

AWS 엘라스티캐시

aws.elasticache.NetworkBytesIn.byRedisCluster

provider.networkBytesIn

AWS 엘라스티캐시

aws.elasticache.NetworkBytesOut.byRedisCluster

provider.networkBytesOut

AWS 엘라스티캐시

aws.elasticache.StreamBasedCmds.byRedisCluster

provider.streamBasedCmds

AWS 엘라스티캐시

aws.elasticache.SwapUsage.byRedisCluster

provider.swapUsage

AWS 엘라스티캐시

aws.elasticache.ActiveDefragHits.byRedisNode

provider.activeDefragHits

AWS 엘라스티캐시

aws.elasticache.BytesUsedForCache

provider.bytesUsedForCache

AWS 엘라스티캐시

aws.elasticache.CacheHitRate

provider.cacheHitRate

AWS 엘라스티캐시

aws.elasticache.CacheHits

provider.cacheHits

AWS 엘라스티캐시

aws.elasticache.CacheMisses

provider.cacheMisses

AWS 엘라스티캐시

aws.elasticache.CPUCreditBalance.byRedisNode

provider.cpuCreditBalance

AWS 엘라스티캐시

aws.elasticache.CPUCreditUsage.byRedisNode

provider.cpuCreditUsage

AWS 엘라스티캐시

aws.elasticache.CPUUtilization.byRedisNode

provider.cpuUtilization

AWS 엘라스티캐시

aws.elasticache.CurrConnections.byRedisNode

provider.currConnections

AWS 엘라스티캐시

aws.elasticache.CurrItems.byRedisNode

provider.currItems

AWS 엘라스티캐시

aws.elasticache.DatabaseMemoryUsagePercentage.byRedisNode

provider.databaseMemoryUsagePercentage

AWS 엘라스티캐시

aws.elasticache.DB0AverageTTL

provider.db0AverageTtl

AWS 엘라스티캐시

aws.elasticache.EngineCPUUtilization.byRedisNode

provider.engineCpuUtilization

AWS 엘라스티캐시

aws.elasticache.EvalBasedCmds

provider.evalBasedCmds

AWS 엘라스티캐시

aws.elasticache.EvalBasedCmdsLatency

provider.evalBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.Evictions.byRedisNode

provider.evictions

AWS 엘라스티캐시

aws.elasticache.FreeableMemory.byRedisNode

provider.freeableMemory

AWS 엘라스티캐시

aws.elasticache.GeoSpatialBasedCmds

provider.geoSpatialBasedCmds

AWS 엘라스티캐시

aws.elasticache.GeoSpatialBasedCmdsLatency

provider.geoSpatialBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.GetTypeCmds

provider.getTypeCmds

AWS 엘라스티캐시

aws.elasticache.GetTypeCmdsLatency

provider.getTypeCmdsLatency

AWS 엘라스티캐시

aws.elasticache.HashBasedCmds

provider.hashBasedCmds

AWS 엘라스티캐시

aws.elasticache.HashBasedCmdsLatency

provider.hashBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.HyperLogLogBasedCmds

provider.hyperLogLogBasedCmds

AWS 엘라스티캐시

aws.elasticache.HyperLogLogBasedCmdsLatency

provider.hyperLogLogBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.KeyBasedCmds

provider.keyBasedCmds

AWS 엘라스티캐시

aws.elasticache.KeyBasedCmdsLatency

provider.keyBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.ListBasedCmds

provider.listBasedCmds

AWS 엘라스티캐시

aws.elasticache.ListBasedCmdsLatency

provider.listBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.MasterLinkHealthStatus

provider.masterLinkHealthStatus

AWS 엘라스티캐시

aws.elasticache.MemoryFragmentationRatio

provider.memoryFragmentationRatio

AWS 엘라스티캐시

aws.elasticache.NetworkBytesIn.byRedisNode

provider.networkBytesIn

AWS 엘라스티캐시

aws.elasticache.NetworkBytesOut.byRedisNode

provider.networkBytesOut

AWS 엘라스티캐시

aws.elasticache.NewConnections.byRedisNode

provider.newConnections

AWS 엘라스티캐시

aws.elasticache.PubSubBasedCmds

provider.pubSubBasedCmds

AWS 엘라스티캐시

aws.elasticache.PubSubBasedCmdsLatency

provider.pubSubBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.Reclaimed.byRedisNode

provider.reclaimed

AWS 엘라스티캐시

aws.elasticache.ReplicationBytes

provider.replicationBytes

AWS 엘라스티캐시

aws.elasticache.ReplicationLag

provider.replicationLag

AWS 엘라스티캐시

aws.elasticache.SaveInProgress

provider.saveInProgress

AWS 엘라스티캐시

aws.elasticache.SetBasedCmds

provider.setBasedCmds

AWS 엘라스티캐시

aws.elasticache.SetBasedCmdsLatency

provider.setBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.SetTypeCmds

provider.setTypeCmds

AWS 엘라스티캐시

aws.elasticache.SetTypeCmdsLatency

provider.setTypeCmdsLatency

AWS 엘라스티캐시

aws.elasticache.SortedBasedCmdsLatency

provider.sortedBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.SortedSetBasedCmds

provider.sortedSetBasedCmds

AWS 엘라스티캐시

aws.elasticache.StreamBasedCmds.byRedisNode

provider.streamBasedCmds

AWS 엘라스티캐시

aws.elasticache.StreamBasedCmdsLatency

provider.streamBasedCmdsLatency

AWS 엘라스티캐시

aws.elasticache.StringBasedCmds

provider.stringBasedCmds

AWS 엘라스티캐시

aws.elasticache.StringBasedCmdsLatency

provider.stringBasedCmdsLatency

AWS 엘라스티캐시

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 글루

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

provider.glue.ALL.jvm.heap.usage

AWS 글루

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

provider.glue.ALL.jvm.heap.used

AWS 글루

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

provider.glue.ALL.s3.filesystem.read_bytes

AWS 글루

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

provider.glue.ALL.s3.filesystem.write_bytes

AWS 글루

aws.glue.glue.ALL.system.cpuSystemLoad

provider.glue.ALL.system.cpuSystemLoad

AWS 글루

aws.glue.glue.driver.aggregate.bytesRead

provider.glue.driver.aggregate.bytesRead

AWS 글루

aws.glue.glue.driver.aggregate.elapsedTime

provider.glue.driver.aggregate.elapsedTime

AWS 글루

aws.glue.glue.driver.aggregate.numCompletedStages

provider.glue.driver.aggregate.numCompletedStages

AWS 글루

aws.glue.glue.driver.aggregate.numCompletedTasks

provider.glue.driver.aggregate.numCompletedTasks

AWS 글루

aws.glue.glue.driver.aggregate.numFailedTasks

provider.glue.driver.aggregate.numFailedTasks

AWS 글루

aws.glue.glue.driver.aggregate.numKilledTasks

provider.glue.driver.aggregate.numKilledTasks

AWS 글루

aws.glue.glue.driver.aggregate.recordsRead

provider.glue.driver.aggregate.recordsRead

AWS 글루

aws.glue.glue.driver.aggregate.shuffleBytesWritten

provider.glue.driver.aggregate.shuffleBytesWritten

AWS 글루

aws.glue.glue.driver.aggregate.shuffleLocalBytesRead

provider.glue.driver.aggregate.shuffleLocalBytesRead

AWS 글루

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

provider.glue.driver.BlockManager.disk.diskSpaceUsed_MB

AWS 글루

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

provider.glue.driver.ExecutorAllocationManager.executors.numberAllExecutors

AWS 글루

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

provider.glue.driver.ExecutorAllocationManager.executors.numberMaxNeededExecutors

AWS 글루

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

provider.glue.driver.jvm.heap.usage

AWS 글루

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

provider.glue.driver.jvm.heap.used

AWS 글루

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

provider.glue.driver.s3.filesystem.read_bytes

AWS 글루

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

provider.glue.driver.s3.filesystem.write_bytes

AWS 글루

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 키네시스

aws.kinesis.GetRecords.Bytes

provider.getRecordsBytes

AWS 키네시스

aws.kinesis.GetRecords.IteratorAgeMilliseconds

provider.getRecordsIteratorAgeMilliseconds

AWS 키네시스

aws.kinesis.GetRecords.Latency

provider.getRecordsLatency

AWS 키네시스

aws.kinesis.GetRecords.Records

provider.getRecordsRecords

AWS 키네시스

aws.kinesis.GetRecords.Success

provider.getRecordsSuccess

AWS 키네시스

aws.kinesis.IncomingBytes.byStream

provider.incomingBytes

AWS 키네시스

aws.kinesis.IncomingRecords.byStream

provider.incomingRecords

AWS 키네시스

aws.kinesis.PutRecord.Bytes

provider.putRecordBytes

AWS 키네시스

aws.kinesis.PutRecord.Latency

provider.putRecordLatency

AWS 키네시스

aws.kinesis.PutRecord.Success

provider.putRecordSuccess

AWS 키네시스

aws.kinesis.PutRecords.Bytes

provider.putRecordsBytes

AWS 키네시스

aws.kinesis.PutRecords.Latency

provider.putRecordsLatency

AWS 키네시스

aws.kinesis.PutRecords.Records

provider.putRecordsRecords

AWS 키네시스

aws.kinesis.PutRecords.Success

provider.putRecordsSuccess

AWS 키네시스

aws.kinesis.ReadProvisionedThroughputExceeded.byStream

provider.readProvisionedThroughputExceeded

AWS 키네시스

aws.kinesis.WriteProvisionedThroughputExceeded.byStream

provider.writeProvisionedThroughputExceeded

AWS 키네시스

aws.kinesis.IncomingBytes.byStreamShard

provider.incomingBytes

AWS 키네시스

aws.kinesis.IncomingRecords.byStreamShard

provider.incomingRecords

AWS 키네시스

aws.kinesis.IteratorAgeMilliseconds

provider.iteratorAgeMilliseconds

AWS 키네시스

aws.kinesis.OutgoingBytes

provider.outgoingBytes

AWS 키네시스

aws.kinesis.OutgoingRecords

provider.outgoingRecords

AWS 키네시스

aws.kinesis.ReadProvisionedThroughputExceeded.byStreamShard

provider.readProvisionedThroughputExceeded

AWS 키네시스

aws.kinesis.WriteProvisionedThroughputExceeded.byStreamShard

provider.writeProvisionedThroughputExceeded

AWS 키네시스 파이어호스

aws.firehose.DeliveryToElasticsearch.Bytes

provider.deliveryToElasticsearchBytes

AWS 키네시스 파이어호스

aws.firehose.DeliveryToElasticsearch.Records

provider.deliveryToElasticsearchRecords

AWS 키네시스 파이어호스

aws.firehose.DeliveryToElasticsearch.Success

provider.deliveryToElasticsearchSuccess

AWS 키네시스 파이어호스

aws.firehose.DeliveryToRedshift.Bytes

provider.deliveryToRedshiftBytes

AWS 키네시스 파이어호스

aws.firehose.DeliveryToRedshift.Records

provider.deliveryToRedshiftRecords

AWS 키네시스 파이어호스

aws.firehose.DeliveryToRedshift.Success

provider.deliveryToRedshiftSuccess

AWS 키네시스 파이어호스

aws.firehose.DeliveryToS3.Bytes

provider.deliveryToS3Bytes

AWS 키네시스 파이어호스

aws.firehose.DeliveryToS3.DataFreshness

provider.deliveryToS3DataFreshness

AWS 키네시스 파이어호스

aws.firehose.DeliveryToS3.Records

provider.deliveryToS3Records

AWS 키네시스 파이어호스

aws.firehose.DeliveryToS3.Success

provider.deliveryToS3Success

AWS 키네시스 파이어호스

aws.firehose.IncomingBytes

provider.incomingBytes

AWS 키네시스 파이어호스

aws.firehose.IncomingRecords

provider.incomingRecords

AWS 키네시스 파이어호스

aws.firehose.PutRecord.Bytes

provider.putRecordBytes

AWS 키네시스 파이어호스

aws.firehose.PutRecord.Latency

provider.putRecordLatency

AWS 키네시스 파이어호스

aws.firehose.PutRecord.Requests

provider.putRecordRequests

AWS 키네시스 파이어호스

aws.firehose.PutRecordBatch.Bytes

provider.putRecordBatchBytes

AWS 키네시스 파이어호스

aws.firehose.PutRecordBatch.Latency

provider.putRecordBatchLatency

AWS 키네시스 파이어호스

aws.firehose.PutRecordBatch.Records

provider.putRecordBatchRecords

AWS 키네시스 파이어호스

aws.firehose.PutRecordBatch.Requests

provider.putRecordBatchRequests

AWS 람다

aws.lambda.ConcurrentExecutions.byFunction

provider.concurrentExecutions

AWS 람다

aws.lambda.DeadLetterErrors.byFunction

provider.deadLetterErrors

AWS 람다

aws.lambda.Duration.byFunction

provider.duration

AWS 람다

aws.lambda.Errors.byFunction

provider.errors

AWS 람다

aws.lambda.Invocations.byFunction

provider.invocations

AWS 람다

aws.lambda.IteratorAge.byFunction

provider.iteratorAge

AWS 람다

aws.lambda.ProvisionedConcurrencyInvocations.byFunction

provider.provisionedConcurrencyInvocations

AWS 람다

aws.lambda.ProvisionedConcurrencySpilloverInvocations.byFunction

provider.provisionedConcurrencySpilloverInvocations

AWS 람다

aws.lambda.ProvisionedConcurrentExecutions.byFunction

provider.provisionedConcurrentExecutions

AWS 람다

aws.lambda.Throttles.byFunction

provider.throttles

AWS 람다

aws.lambda.DeadLetterErrors.byFunctionAlias

provider.deadLetterErrors

AWS 람다

aws.lambda.Duration.byFunctionAlias

provider.duration

AWS 람다

aws.lambda.Errors.byFunctionAlias

provider.errors

AWS 람다

aws.lambda.Invocations.byFunctionAlias

provider.invocations

AWS 람다

aws.lambda.IteratorAge.byFunctionAlias

provider.iteratorAge

AWS 람다

aws.lambda.ProvisionedConcurrencyInvocations.byFunctionAlias

provider.provisionedConcurrencyInvocations

AWS 람다

aws.lambda.ProvisionedConcurrencySpilloverInvocations.byFunctionAlias

provider.provisionedConcurrencySpilloverInvocations

AWS 람다

aws.lambda.ProvisionedConcurrencyUtilization.byFunctionAlias

provider.provisionedConcurrencyUtilization

AWS 람다

aws.lambda.ProvisionedConcurrentExecutions.byFunctionAlias

provider.provisionedConcurrentExecutions

AWS 람다

aws.lambda.Throttles.byFunctionAlias

provider.throttles

AWS 람다

aws.lambda.ConcurrentExecutions.byRegion

provider.concurrentExecutions

AWS 람다

aws.lambda.UnreservedConcurrentExecutions

provider.unreservedConcurrentExecutions

AWS Elemental 미디어 변환

aws.mediaconvert.8KOutputDuration

provider.8KOutputDuration

AWS Elemental 미디어 변환

aws.mediaconvert.AudioOutputDuration

provider.audioOutputDuration

AWS Elemental 미디어 변환

aws.mediaconvert.HDOutputDuration

provider.hDOutputDuration

AWS Elemental 미디어 변환

aws.mediaconvert.JobsCompletedCount

provider.jobsCompletedCount

AWS Elemental 미디어 변환

aws.mediaconvert.JobsErroredCount

provider.jobsErroredCount

AWS Elemental 미디어 변환

aws.mediaconvert.SDOutputDuration

provider.sDOutputDuration

AWS Elemental 미디어 변환

aws.mediaconvert.StandbyTime

provider.standbyTime

AWS Elemental 미디어 변환

aws.mediaconvert.TranscodingTime

provider.transcodingTime

AWS Elemental 미디어 변환

aws.mediaconvert.UHDOutputDuration

provider.uHDOutputDuration

AWS Elemental 미디어 변환

aws.mediaconvert.Errors

provider.errors

AWS 미디어패키지 VOD

aws.mediapackage.EgressBytes

provider.egressBytes

AWS 미디어패키지 VOD

aws.mediapackage.EgressRequestCount

provider.egressRequestCount

AWS 미디어패키지 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 넵튠

aws.neptune.BackupRetentionPeriodStorageUsed.byInstance

provider.backupRetentionPeriodStorageUsed

AWS 넵튠

aws.neptune.ClusterReplicaLag.byInstance

provider.clusterReplicaLag

AWS 넵튠

aws.neptune.ClusterReplicaLagMaximum.byInstance

provider.clusterReplicaLagMaximum

AWS 넵튠

aws.neptune.ClusterReplicaLagMinimum.byInstance

provider.clusterReplicaLagMinimum

AWS 넵튠

aws.neptune.CPUUtilization.byInstance

provider.cpuUtilization

AWS 넵튠

aws.neptune.EngineUptime.byInstance

provider.engineUptime

AWS 넵튠

aws.neptune.FreeableMemory.byInstance

provider.freeableMemory

AWS 넵튠

aws.neptune.GremlinRequestsPerSec.byInstance

provider.gremlinRequestsPerSec

AWS 넵튠

aws.neptune.GremlinWebSocketOpenConnections.byInstance

provider.gremlinWebSocketOpenConnections

AWS 넵튠

aws.neptune.LoaderRequestsPerSec.byInstance

provider.loaderRequestsPerSec

AWS 넵튠

aws.neptune.MainRequestQueuePendingRequests.byInstance

provider.mainRequestQueuePendingRequests

AWS 넵튠

aws.neptune.NetworkReceiveThroughput.byInstance

provider.networkReceiveThroughput

AWS 넵튠

aws.neptune.NetworkThroughput.byInstance

provider.networkThroughput

AWS 넵튠

aws.neptune.NetworkTransmitThroughput.byInstance

provider.networkTransmitThroughput

AWS 넵튠

aws.neptune.NumTxCommitted.byInstance

provider.numTxCommitted

AWS 넵튠

aws.neptune.NumTxOpened.byInstance

provider.numTxOpened

AWS 넵튠

aws.neptune.NumTxRolledBack.byInstance

provider.numTxRolledBack

AWS 넵튠

aws.neptune.SnapshotStorageUsed.byInstance

provider.snapshotStorageUsed

AWS 넵튠

aws.neptune.SparqlRequestsPerSec.byInstance

provider.sparqlRequestsPerSec

AWS 넵튠

aws.neptune.TotalBackupStorageBilled.byInstance

provider.totalBackupStorageBilled

AWS 넵튠

aws.neptune.TotalClientErrorsPerSec.byInstance

provider.totalClientErrorsPerSec

AWS 넵튠

aws.neptune.TotalRequestsPerSec.byInstance

provider.totalRequestsPerSec

AWS 넵튠

aws.neptune.TotalServerErrorsPerSec.byInstance

provider.totalServerErrorsPerSec

AWS 넵튠

aws.neptune.VolumeBytesUsed.byInstance

provider.volumeBytesUsed

AWS 넵튠

aws.neptune.VolumeReadIOPs.byInstance

provider.volumeReadIOPs

AWS 넵튠

aws.neptune.VolumeWriteIOPs.byInstance

provider.volumeWriteIOPs

AWS 넵튠

aws.neptune.BackupRetentionPeriodStorageUsed.byCluster

provider.backupRetentionPeriodStorageUsed

AWS 넵튠

aws.neptune.ClusterReplicaLag.byCluster

provider.clusterReplicaLag

AWS 넵튠

aws.neptune.ClusterReplicaLagMaximum.byCluster

provider.clusterReplicaLagMaximum

AWS 넵튠

aws.neptune.ClusterReplicaLagMinimum.byCluster

provider.clusterReplicaLagMinimum

AWS 넵튠

aws.neptune.CPUUtilization.byCluster

provider.cpuUtilization

AWS 넵튠

aws.neptune.EngineUptime.byCluster

provider.engineUptime

AWS 넵튠

aws.neptune.FreeableMemory.byCluster

provider.freeableMemory

AWS 넵튠

aws.neptune.GremlinRequestsPerSec.byCluster

provider.gremlinRequestsPerSec

AWS 넵튠

aws.neptune.GremlinWebSocketOpenConnections.byCluster

provider.gremlinWebSocketOpenConnections

AWS 넵튠

aws.neptune.LoaderRequestsPerSec.byCluster

provider.loaderRequestsPerSec

AWS 넵튠

aws.neptune.MainRequestQueuePendingRequests.byCluster

provider.mainRequestQueuePendingRequests

AWS 넵튠

aws.neptune.NetworkReceiveThroughput.byCluster

provider.networkReceiveThroughput

AWS 넵튠

aws.neptune.NetworkThroughput.byCluster

provider.networkThroughput

AWS 넵튠

aws.neptune.NetworkTransmitThroughput.byCluster

provider.networkTransmitThroughput

AWS 넵튠

aws.neptune.NumTxCommitted.byCluster

provider.numTxCommitted

AWS 넵튠

aws.neptune.NumTxOpened.byCluster

provider.numTxOpened

AWS 넵튠

aws.neptune.NumTxRolledBack.byCluster

provider.numTxRolledBack

AWS 넵튠

aws.neptune.SnapshotStorageUsed.byCluster

provider.snapshotStorageUsed

AWS 넵튠

aws.neptune.SparqlRequestsPerSec.byCluster

provider.sparqlRequestsPerSec

AWS 넵튠

aws.neptune.TotalBackupStorageBilled.byCluster

provider.totalBackupStorageBilled

AWS 넵튠

aws.neptune.TotalClientErrorsPerSec.byCluster

provider.totalClientErrorsPerSec

AWS 넵튠

aws.neptune.TotalRequestsPerSec.byCluster

provider.totalRequestsPerSec

AWS 넵튠

aws.neptune.TotalServerErrorsPerSec.byCluster

provider.totalServerErrorsPerSec

AWS 넵튠

aws.neptune.VolumeBytesUsed.byCluster

provider.volumeBytesUsed

AWS 넵튠

aws.neptune.VolumeReadIOPs.byCluster

provider.volumeReadIOPs

AWS 넵튠

aws.neptune.VolumeWriteIOPs.byCluster

provider.volumeWriteIOPs

AWS 넵튠

aws.neptune.BackupRetentionPeriodStorageUsed.byClusterByRole

provider.backupRetentionPeriodStorageUsed

AWS 넵튠

aws.neptune.ClusterReplicaLag.byClusterByRole

provider.clusterReplicaLag

AWS 넵튠

aws.neptune.ClusterReplicaLagMaximum.byClusterByRole

provider.clusterReplicaLagMaximum

AWS 넵튠

aws.neptune.ClusterReplicaLagMinimum.byClusterByRole

provider.clusterReplicaLagMinimum

AWS 넵튠

aws.neptune.CPUUtilization.byClusterByRole

provider.cpuUtilization

AWS 넵튠

aws.neptune.EngineUptime.byClusterByRole

provider.engineUptime

AWS 넵튠

aws.neptune.FreeableMemory.byClusterByRole

provider.freeableMemory

AWS 넵튠

aws.neptune.GremlinRequestsPerSec.byClusterByRole

provider.gremlinRequestsPerSec

AWS 넵튠

aws.neptune.GremlinWebSocketOpenConnections.byClusterByRole

provider.gremlinWebSocketOpenConnections

AWS 넵튠

aws.neptune.LoaderRequestsPerSec.byClusterByRole

provider.loaderRequestsPerSec

AWS 넵튠

aws.neptune.MainRequestQueuePendingRequests.byClusterByRole

provider.mainRequestQueuePendingRequests

AWS 넵튠

aws.neptune.NetworkReceiveThroughput.byClusterByRole

provider.networkReceiveThroughput

AWS 넵튠

aws.neptune.NetworkThroughput.byClusterByRole

provider.networkThroughput

AWS 넵튠

aws.neptune.NetworkTransmitThroughput.byClusterByRole

provider.networkTransmitThroughput

AWS 넵튠

aws.neptune.NumTxCommitted.byClusterByRole

provider.numTxCommitted

AWS 넵튠

aws.neptune.NumTxOpened.byClusterByRole

provider.numTxOpened

AWS 넵튠

aws.neptune.NumTxRolledBack.byClusterByRole

provider.numTxRolledBack

AWS 넵튠

aws.neptune.SnapshotStorageUsed.byClusterByRole

provider.snapshotStorageUsed

AWS 넵튠

aws.neptune.SparqlRequestsPerSec.byClusterByRole

provider.sparqlRequestsPerSec

AWS 넵튠

aws.neptune.TotalBackupStorageBilled.byClusterByRole

provider.totalBackupStorageBilled

AWS 넵튠

aws.neptune.TotalClientErrorsPerSec.byClusterByRole

provider.totalClientErrorsPerSec

AWS 넵튠

aws.neptune.TotalRequestsPerSec.byClusterByRole

provider.totalRequestsPerSec

AWS 넵튠

aws.neptune.TotalServerErrorsPerSec.byClusterByRole

provider.totalServerErrorsPerSec

AWS 넵튠

aws.neptune.VolumeBytesUsed.byClusterByRole

provider.volumeBytesUsed

AWS 넵튠

aws.neptune.VolumeReadIOPs.byClusterByRole

provider.volumeReadIOPs

AWS 넵튠

aws.neptune.VolumeWriteIOPs.byClusterByRole

provider.volumeWriteIOPs

AWS 넵튠

aws.neptune.BackupRetentionPeriodStorageUsed.byDatabaseClass

provider.backupRetentionPeriodStorageUsed

AWS 넵튠

aws.neptune.ClusterReplicaLag.byDatabaseClass

provider.clusterReplicaLag

AWS 넵튠

aws.neptune.ClusterReplicaLagMaximum.byDatabaseClass

provider.clusterReplicaLagMaximum

AWS 넵튠

aws.neptune.ClusterReplicaLagMinimum.byDatabaseClass

provider.clusterReplicaLagMinimum

AWS 넵튠

aws.neptune.CPUUtilization.byDatabaseClass

provider.cpuUtilization

AWS 넵튠

aws.neptune.EngineUptime.byDatabaseClass

provider.engineUptime

AWS 넵튠

aws.neptune.FreeableMemory.byDatabaseClass

provider.freeableMemory

AWS 넵튠

aws.neptune.GremlinRequestsPerSec.byDatabaseClass

provider.gremlinRequestsPerSec

AWS 넵튠

aws.neptune.GremlinWebSocketOpenConnections.byDatabaseClass

provider.gremlinWebSocketOpenConnections

AWS 넵튠

aws.neptune.LoaderRequestsPerSec.byDatabaseClass

provider.loaderRequestsPerSec

AWS 넵튠

aws.neptune.MainRequestQueuePendingRequests.byDatabaseClass

provider.mainRequestQueuePendingRequests

AWS 넵튠

aws.neptune.NetworkReceiveThroughput.byDatabaseClass

provider.networkReceiveThroughput

AWS 넵튠

aws.neptune.NetworkThroughput.byDatabaseClass

provider.networkThroughput

AWS 넵튠

aws.neptune.NetworkTransmitThroughput.byDatabaseClass

provider.networkTransmitThroughput

AWS 넵튠

aws.neptune.NumTxCommitted.byDatabaseClass

provider.numTxCommitted

AWS 넵튠

aws.neptune.NumTxOpened.byDatabaseClass

provider.numTxOpened

AWS 넵튠

aws.neptune.NumTxRolledBack.byDatabaseClass

provider.numTxRolledBack

AWS 넵튠

aws.neptune.SnapshotStorageUsed.byDatabaseClass

provider.snapshotStorageUsed

AWS 넵튠

aws.neptune.SparqlRequestsPerSec.byDatabaseClass

provider.sparqlRequestsPerSec

AWS 넵튠

aws.neptune.TotalBackupStorageBilled.byDatabaseClass

provider.totalBackupStorageBilled

AWS 넵튠

aws.neptune.TotalClientErrorsPerSec.byDatabaseClass

provider.totalClientErrorsPerSec

AWS 넵튠

aws.neptune.TotalRequestsPerSec.byDatabaseClass

provider.totalRequestsPerSec

AWS 넵튠

aws.neptune.TotalServerErrorsPerSec.byDatabaseClass

provider.totalServerErrorsPerSec

AWS 넵튠

aws.neptune.VolumeBytesUsed.byDatabaseClass

provider.volumeBytesUsed

AWS 넵튠

aws.neptune.VolumeReadIOPs.byDatabaseClass

provider.volumeReadIOPs

AWS 넵튠

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 레드시프트

aws.redshift.CPUUtilization.byCluster

provider.cpuUtilization

AWS 레드시프트

aws.redshift.DatabaseConnections.byCluster

provider.DatabaseConnections

AWS 레드시프트

aws.redshift.HealthStatus.byCluster

provider.HealthStatus

AWS 레드시프트

aws.redshift.MaintenanceMode.byCluster

provider.MaintenanceMode

AWS 레드시프트

aws.redshift.NetworkReceiveThroughput.byCluster

provider.NetworkReceiveThroughput

AWS 레드시프트

aws.redshift.NetworkTransmitThroughput.byCluster

provider.NetworkTransmitThroughput

AWS 레드시프트

aws.redshift.PercentageDiskSpaceUsed.byCluster

provider.PercentageDiskSpaceUsed

AWS 레드시프트

aws.redshift.QueriesCompletedPerSecond

provider.QueriesCompletedPerSecond

AWS 레드시프트

aws.redshift.QueryDuration

provider.QueryDuration

AWS 레드시프트

aws.redshift.ReadIOPS.byCluster

provider.readIops

AWS 레드시프트

aws.redshift.ReadLatency.byCluster

provider.ReadLatency

AWS 레드시프트

aws.redshift.ReadThroughput.byCluster

provider.ReadThroughput

AWS 레드시프트

aws.redshift.WriteIOPS.byCluster

provider.writeIops

AWS 레드시프트

aws.redshift.WriteLatency.byCluster

provider.WriteLatency

AWS 레드시프트

aws.redshift.WriteThroughput.byCluster

provider.WriteThroughput

AWS 레드시프트

aws.redshift.CPUUtilization.byNode

provider.cpuUtilization

AWS 레드시프트

aws.redshift.DatabaseConnections.byNode

provider.DatabaseConnections

AWS 레드시프트

aws.redshift.HealthStatus.byNode

provider.HealthStatus

AWS 레드시프트

aws.redshift.MaintenanceMode.byNode

provider.MaintenanceMode

AWS 레드시프트

aws.redshift.NetworkReceiveThroughput.byNode

provider.NetworkReceiveThroughput

AWS 레드시프트

aws.redshift.NetworkTransmitThroughput.byNode

provider.NetworkTransmitThroughput

AWS 레드시프트

aws.redshift.PercentageDiskSpaceUsed.byNode

provider.PercentageDiskSpaceUsed

AWS 레드시프트

aws.redshift.ReadIOPS.byNode

provider.readIops

AWS 레드시프트

aws.redshift.ReadLatency.byNode

provider.ReadLatency

AWS 레드시프트

aws.redshift.ReadThroughput.byNode

provider.ReadThroughput

AWS 레드시프트

aws.redshift.WriteIOPS.byNode

provider.writeIops

AWS 레드시프트

aws.redshift.WriteLatency.byNode

provider.WriteLatency

AWS 레드시프트

aws.redshift.WriteThroughput.byNode

provider.WriteThroughput

AWS 루트53

aws.route53.ChildHealthCheckHealthyCount

provider.childHealthCheckHealthyCount

AWS 루트53

aws.route53.ConnectionTime

provider.connectionTime

AWS 루트53

aws.route53.HealthCheckPercentageHealthy

provider.healthCheckPercentageHealthy

AWS 루트53

aws.route53.HealthCheckStatus

provider.healthCheckStatus

AWS 루트53

aws.route53.SSLHandshakeTime

provider.sSLHandshakeTime

AWS 루트53

aws.route53.TimeToFirstByte

provider.timeToFirstByte

AWS Route53 리졸버

aws.route53resolver.InboundQueryVolume

provider.inboundQueryVolume

AWS Route53 리졸버

aws.route53resolver.OutboundQueryAggregatedVolume

provider.outboundQueryAggregatedVolume

AWS Route53 리졸버

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 단계 함수

aws.states.ExecutionsAborted

provider.executionsAborted

AWS 단계 함수

aws.states.ExecutionsFailed

provider.executionsFailed

AWS 단계 함수

aws.states.ExecutionsStarted

provider.executionsStarted

AWS 단계 함수

aws.states.ExecutionsSucceeded

provider.executionsSucceeded

AWS 단계 함수

aws.states.ExecutionsTimedOut

provider.executionsTimedOut

AWS 단계 함수

aws.states.ExecutionThrottled

provider.executionThrottled

AWS 단계 함수

aws.states.ExecutionTime

provider.executionTime

AWS 단계 함수

aws.states.ActivitiesFailed

provider.activitiesFailed

AWS 단계 함수

aws.states.ActivitiesHeartbeatTimedOut

provider.activitiesHeartbeatTimedOut

AWS 단계 함수

aws.states.ActivitiesScheduled

provider.activitiesScheduled

AWS 단계 함수

aws.states.ActivitiesStarted

provider.activitiesStarted

AWS 단계 함수

aws.states.ActivitiesSucceeded

provider.activitiesSucceeded

AWS 단계 함수

aws.states.ActivitiesTimedOut

provider.activitiesTimedOut

AWS 단계 함수

aws.states.ActivityRunTime

provider.activityRunTime

AWS 단계 함수

aws.states.ActivityScheduleTime

provider.activityScheduleTime

AWS 단계 함수

aws.states.ActivityTime

provider.activityTime

AWS 단계 함수

aws.states.LambdaFunctionRunTime

provider.lambdaFunctionRunTime

AWS 단계 함수

aws.states.LambdaFunctionScheduleTime

provider.lambdaFunctionScheduleTime

AWS 단계 함수

aws.states.LambdaFunctionsFailed

provider.lambdaFunctionsFailed

AWS 단계 함수

aws.states.LambdaFunctionsScheduled

provider.lambdaFunctionsScheduled

AWS 단계 함수

aws.states.LambdaFunctionsStarted

provider.lambdaFunctionsStarted

AWS 단계 함수

aws.states.LambdaFunctionsSucceeded

provider.lambdaFunctionsSucceeded

AWS 단계 함수

aws.states.LambdaFunctionsTimedOut

provider.lambdaFunctionsTimedOut

AWS 단계 함수

aws.states.LambdaFunctionTime

provider.lambdaFunctionTime

AWS 단계 함수

aws.states.ServiceIntegrationRunTime

provider.serviceIntegrationRunTime

AWS 단계 함수

aws.states.ServiceIntegrationScheduleTime

provider.serviceIntegrationScheduleTime

AWS 단계 함수

aws.states.ServiceIntegrationsFailed

provider.serviceIntegrationsFailed

AWS 단계 함수

aws.states.ServiceIntegrationsScheduled

provider.serviceIntegrationsScheduled

AWS 단계 함수

aws.states.ServiceIntegrationsStarted

provider.serviceIntegrationsStarted

AWS 단계 함수

aws.states.ServiceIntegrationsSucceeded

provider.serviceIntegrationsSucceeded

AWS 단계 함수

aws.states.ServiceIntegrationsTimedOut

provider.serviceIntegrationsTimedOut

AWS 단계 함수

aws.states.ServiceIntegrationTime

provider.serviceIntegrationTime

AWS 단계 함수

aws.states.ConsumedCapacity.byService

provider.consumedCapacity

AWS 단계 함수

aws.states.ProvisionedBucketSize.byService

provider.provisionedBucketSize

AWS 단계 함수

aws.states.ProvisionedRefillRate.byApiUsage

provider.provisionedRefillRate

AWS 단계 함수

aws.states.ThrottledEvents.byService

provider.throttledEvents

AWS 단계 함수

aws.states.ConsumedCapacity.byApiUsage

provider.consumedCapacity

AWS 단계 함수

aws.states.ProvisionedBucketSize.byApiUsage

provider.provisionedBucketSize

AWS 단계 함수

aws.states.ProvisionedRefillRate.byService

provider.provisionedRefillRate

AWS 단계 함수

aws.states.ThrottledEvents.byApiUsage

provider.throttledEvents

AWS 전송 게이트웨이

aws.transitgateway.BytesDropCountBlackhole

provider.bytesDropCountBlackhole

AWS 전송 게이트웨이

aws.transitgateway.BytesDropCountNoRoute

provider.bytesDropCountNoRoute

AWS 전송 게이트웨이

aws.transitgateway.BytesIn

provider.bytesIn

AWS 전송 게이트웨이

aws.transitgateway.BytesOut

provider.bytesOut

AWS 전송 게이트웨이

aws.transitgateway.PacketDropCountBlackhole

provider.packetDropCountBlackhole

AWS 전송 게이트웨이

aws.transitgateway.PacketDropCountNoRoute

provider.packetDropCountNoRoute

AWS 전송 게이트웨이

aws.transitgateway.PacketsIn

provider.packetsIn

AWS 전송 게이트웨이

aws.transitgateway.PacketsOut

provider.packetsOut

AWS 신뢰할 수 있는 고문

aws.trustedadvisor.currentUsage

currentUsage

AWS 신뢰할 수 있는 고문

aws.trustedadvisor.limitAmount

limitAmount

AWS 신뢰할 수 있는 고문

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.