• EnglishEspañol日本語한국어Português
  • 로그인지금 시작하기

이 한글 문서는 사용자의 편의를 위해 기계 번역되었습니다.

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

문제 신고

Azure 통합 메트릭

차원 메트릭 명명 규칙

Azure Monitor API에서 가져온 메트릭은 다음 규칙에 따라 New Relic에 차원 메트릭 으로 저장됩니다.

  • 메트릭은 모두 소문자로 된 Azure 리소스 유형의 접두사가 붙습니다. 여기서 /. 로 바뀌고 Microsoft.azure. 로 바뀝니다.

    • Microsoft.Compute/virtualMachines -> azure.compute.virtualmachines
    • Microsoft.Network/loadBalancers -> azure.network.loadbalancers
  • 원래 Azure 메트릭 이름은 원래 대/소문자를 유지하고 모든 공백을 제거하고 위에서 설명한 대로 리소스 유형 접두사가 붙습니다.

    • Microsoft.Compute/virtualMachines + Percentage CPU -> azure.compute.virtualmachines.PercentageCPU
    • Microsoft.Network/loadBalancers + ByteCount -> azure.network.loadbalancers.ByteCount

이러한 변환 후 결과 측정항목 이름이 azure. 로 시작하지 않으면 접두사가 추가됩니다.

지원되는 Azure 리소스 유형에 대한 자세한 내용은 Azure Monitor Metrics 설명서 웹 사이트를 참조하세요.

측정항목 이름이 측정기준 이름 중 하나와 일치합니다.

측정항목 이름과 차원 중 하나의 이름이 정확히 동일한 경우 이 차원의 이름은 대문자로 표시되지 않으므로 두 값이 모두 다릅니다.

  • azure.network.applicationgateways.TlsProtocol 치수 포함 azure.network.applicationgateways.tlsprotocol

다양한 측정기준 조합이 포함된 측정항목

지표 정의에는 해당 이름과 다양한 차원이 모두 포함됩니다. 때로는 동일한 측정항목 이름이 측정기준 조합이 다른 여러 측정항목에 표시되는 경우가 있습니다. 예를 들면 다음과 같습니다.

  • azure.cache.redis.percentProcessorTime 치수 포함 azure.cache.redis.ShardId
  • azure.cache.redis.percentProcessorTime 치수가 없습니다.

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

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

sum() 또는 count() 과 같은 일부 집계가 두 지표와 동시에 일치하지 않도록 하려면 IS NULL 또는 IS NOT NULL 를 사용하여 측정기준을 필터링하세요. 예를 들어:

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

SELECT sum(azure.cache.redis.percentProcessorTime) FROM METRIC

ShardId 차원이 없는 지표만 일치합니다.

SELECT sum(azure.cache.redis.percentProcessorTime) FROM METRIC WHERE azure.cache.redis.ShardId IS NULL

차원과만 일치하는 지표:

SELECT sum(azure.cache.redis.percentProcessorTime) FROM METRIC WHERE azure.cache.redis.ShardId IS NOT NULL

API 폴링 지표

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

다음 표는 Azure Polling 통합 및 해당 차원 메트릭 변환에서 수집한 메트릭의 포괄적이지 않은 목록입니다.

완성

차원 측정항목 이름(신규)

샘플 메트릭 이름(이전)

Azure API 관리

azure.apimanagement.service.Capacity

capacityPercent

Azure API 관리

azure.apimanagement.service.Duration

durationMilliseconds

Azure API 관리

azure.apimanagement.service.EventHubDroppedEvents

eventHubDroppedEvents

Azure API 관리

azure.apimanagement.service.EventHubRejectedEvents

eventHubRejectedEvents

Azure API 관리

azure.apimanagement.service.EventHubSuccessfulEvents

eventHubSuccessfulEvents

Azure API 관리

azure.apimanagement.service.EventHubThrottledEvents

eventHubThrottledEvents

Azure API 관리

azure.apimanagement.service.EventHubTimedoutEvents

eventHubTimedoutEvents

Azure API 관리

azure.apimanagement.service.EventHubTotalBytesSent

eventHubTotalBytesSentBytes

Azure API 관리

azure.apimanagement.service.EventHubTotalEvents

eventHubTotalEvents

Azure API 관리

azure.apimanagement.service.EventHubTotalFailedEvents

eventHubTotalFailedEvents

Azure API 관리

azure.apimanagement.service.FailedRequests

failedRequests

Azure API 관리

azure.apimanagement.service.OtherRequests

otherRequests

Azure API 관리

azure.apimanagement.service.SuccessfulRequests

successfulRequests

Azure API 관리

azure.apimanagement.service.TotalRequests

totalRequests

Azure API 관리

azure.apimanagement.service.UnauthorizedRequests

unauthorizedRequests

Azure 앱 게이트웨이

azure.network.applicationgateways.ApplicationGatewayTotalTime

applicationGatewayTotalTimeMilliseconds

Azure 앱 게이트웨이

azure.network.applicationgateways.AvgRequestCountPerHealthyHost

avgRequestCountPerHealthyHost

Azure 앱 게이트웨이

azure.network.applicationgateways.BackendConnectTime

backendConnectTimeMilliseconds

Azure 앱 게이트웨이

azure.network.applicationgateways.BackendFirstByteResponseTime

backendFirstByteResponseTimeMilliseconds

Azure 앱 게이트웨이

azure.network.applicationgateways.BackendLastByteResponseTime

backendLastByteResponseTimeMilliseconds

Azure 앱 게이트웨이

azure.network.applicationgateways.BackendResponseStatus

backendResponseStatus

Azure 앱 게이트웨이

azure.network.applicationgateways.BlockedCount

blockedCount

Azure 앱 게이트웨이

azure.network.applicationgateways.BlockedReqCount

blockedReqCount

Azure 앱 게이트웨이

azure.network.applicationgateways.BytesReceived

bytesReceivedBytes

Azure 앱 게이트웨이

azure.network.applicationgateways.BytesSent

bytesSentBytes

Azure 앱 게이트웨이

azure.network.applicationgateways.CapacityUnits

capacityUnits

Azure 앱 게이트웨이

azure.network.applicationgateways.ClientRtt

clientRttMilliseconds

Azure 앱 게이트웨이

azure.network.applicationgateways.ComputeUnits

computeUnits

Azure 앱 게이트웨이

azure.network.applicationgateways.CpuUtilization

cpuUtilizationPercent

Azure 앱 게이트웨이

azure.network.applicationgateways.CurrentConnections

currentConnections

Azure 앱 게이트웨이

azure.network.applicationgateways.EstimatedBilledCapacityUnits

estimatedBilledCapacityUnits

Azure 앱 게이트웨이

azure.network.applicationgateways.FailedRequests

failedRequests

Azure 앱 게이트웨이

azure.network.applicationgateways.FixedBillableCapacityUnits

fixedBillableCapacityUnits

Azure 앱 게이트웨이

azure.network.applicationgateways.HealthyHostCount

healthyHostCount

Azure 앱 게이트웨이

azure.network.applicationgateways.MatchedCount

matchedCount

Azure 앱 게이트웨이

azure.network.applicationgateways.NewConnectionsPerSecond

newConnectionsPerSecondCountPerSecond

Azure 앱 게이트웨이

azure.network.applicationgateways.ResponseStatus

responseStatus

Azure 앱 게이트웨이

azure.network.applicationgateways.Throughput

throughputBytesPerSecond

Azure 앱 게이트웨이

azure.network.applicationgateways.TlsProtocol

tlsProtocol

Azure 앱 게이트웨이

azure.network.applicationgateways.TotalRequests

totalRequests

Azure 앱 게이트웨이

azure.network.applicationgateways.UnhealthyHostCount

unhealthyHostCount

애저 앱 서비스

azure.web.serverfarms.BytesReceived

bytesReceivedBytes

애저 앱 서비스

azure.web.serverfarms.BytesSent

bytesSentBytes

애저 앱 서비스

azure.web.serverfarms.CpuPercentage

cpuPercent

애저 앱 서비스

azure.web.serverfarms.DiskQueueLength

diskQueueLength

애저 앱 서비스

azure.web.serverfarms.HttpQueueLength

httpQueueLength

애저 앱 서비스

azure.web.serverfarms.MemoryPercentage

memoryPercent

애저 앱 서비스

azure.web.sites.AppConnections

appConnections

애저 앱 서비스

azure.web.sites.AverageMemoryWorkingSet.byWebApp

averageMemoryWorkingSetBytes

애저 앱 서비스

azure.web.sites.AverageResponseTime

averageResponseTimeSeconds

애저 앱 서비스

azure.web.sites.BytesReceived.byWebApp

receivedBytes

애저 앱 서비스

azure.web.sites.BytesSent.byWebApp

sentBytes

애저 앱 서비스

azure.web.sites.CpuTime

cpuTimeSeconds

애저 앱 서비스

azure.web.sites.CurrentAssemblies

currentAssemblies

애저 앱 서비스

azure.web.sites.Gen0Collections

gen0Collections

애저 앱 서비스

azure.web.sites.Gen1Collections

gen1Collections

애저 앱 서비스

azure.web.sites.Gen2Collections

gen2Collections

애저 앱 서비스

azure.web.sites.Handles

handles

애저 앱 서비스

azure.web.sites.Http101

http101

애저 앱 서비스

azure.web.sites.Http2xx

http2xx

애저 앱 서비스

azure.web.sites.Http3xx

http3xx

애저 앱 서비스

azure.web.sites.Http401

http401

애저 앱 서비스

azure.web.sites.Http403

http403

애저 앱 서비스

azure.web.sites.Http404

http404

애저 앱 서비스

azure.web.sites.Http406

http406

애저 앱 서비스

azure.web.sites.Http4xx

http4xx

애저 앱 서비스

azure.web.sites.Http5xx.byWebApp

http5xx

애저 앱 서비스

azure.web.sites.MemoryWorkingSet.byWebApp

memoryWorkingSetBytes

애저 앱 서비스

azure.web.sites.Requests

requests

애저 앱 서비스

azure.web.sites.Threads

threads

애저 앱 서비스

azure.web.sites.TotalAppDomains

totalAppDomains

애저 앱 서비스

azure.web.sites.TotalAppDomainsUnloaded

totalAppDomainsUnloaded

Azure 컨테이너

azure.containerinstance.containergroups.CpuUsage

cpuUsage

Azure 컨테이너

azure.containerinstance.containergroups.MemoryUsage

memoryUsageBytes

Azure 컨테이너

azure.containerinstance.containergroups.NetworkBytesReceivedPerSecond

networkReceivedBytesPerSecond

Azure 컨테이너

azure.containerinstance.containergroups.NetworkBytesTransmittedPerSecond

networkTransmittedBytesPerSecond

Azure 컨테이너

azure.containerregistry.registries.RunDuration

runDurationMilliseconds

Azure 컨테이너

azure.containerregistry.registries.SuccessfulPullCount

successfulPullCount

Azure 컨테이너

azure.containerregistry.registries.SuccessfulPushCount

successfulPushCount

Azure 컨테이너

azure.containerregistry.registries.TotalPullCount

totalPullCount

Azure 컨테이너

azure.containerregistry.registries.TotalPushCount

totalPushCount

Azure 컨테이너

azure.containerservice.managedclusters.kube_node_status_allocatable_cpu_cores

kubeNodeStatusAllocatableCpuCores

Azure 컨테이너

azure.containerservice.managedclusters.kube_node_status_allocatable_memory_bytes

kubeNodeStatusAllocatableMemoryBytes

Azure 컨테이너

azure.containerservice.managedclusters.kube_node_status_condition

kubeNodeStatusCondition

Azure 컨테이너

azure.containerservice.managedclusters.kube_pod_status_phase

kubePodStatusPhase

Azure 컨테이너

azure.containerservice.managedclusters.kube_pod_status_ready

kubePodStatusReady

애저 코스모스 DB

azure.documentdb.databaseaccounts.AvailableStorage.byAccount

availableStorageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraConnectionClosures.byAccount

cassandraConnectionClosures

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraRequestCharges.byAccount

cassandraRequestCharges

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraRequests.byAccount

cassandraRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.DataUsage.byAccount

dataUsageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.DocumentCount.byAccount

documentCount

애저 코스모스 DB

azure.documentdb.databaseaccounts.DocumentQuota.byAccount

documentQuotaBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.IndexUsage.byAccount

indexUsageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.MetadataRequests.byAccount

metadataRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.MongoRequestCharge.byAccount

mongoRequestCharge

애저 코스모스 DB

azure.documentdb.databaseaccounts.MongoRequests.byAccount

mongoRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.ProvisionedThroughput.byAccount

provisionedThroughput

애저 코스모스 DB

azure.documentdb.databaseaccounts.ReplicationLatency.byAccount

replicationLatencyMilliseconds

애저 코스모스 DB

azure.documentdb.databaseaccounts.ServiceAvailability.byAccount

serviceAvailabilityPercent

애저 코스모스 DB

azure.documentdb.databaseaccounts.TotalRequests.byAccount

totalRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.TotalRequestUnits.byAccount

totalRequestUnits

애저 코스모스 DB

azure.documentdb.databaseaccounts.AvailableStorage.byCollection

availableStorageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraConnectionClosures.byCollection

cassandraConnectionClosures

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraRequestCharges.byCollection

cassandraRequestCharges

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraRequests.byCollection

cassandraRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.DataUsage.byCollection

dataUsageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.DocumentCount.byCollection

documentCount

애저 코스모스 DB

azure.documentdb.databaseaccounts.DocumentQuota.byCollection

documentQuotaBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.IndexUsage.byCollection

indexUsageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.MetadataRequests.byCollection

metadataRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.MongoRequestCharge.byCollection

mongoRequestCharge

애저 코스모스 DB

azure.documentdb.databaseaccounts.MongoRequests.byCollection

mongoRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.ProvisionedThroughput.byCollection

provisionedThroughput

애저 코스모스 DB

azure.documentdb.databaseaccounts.ReplicationLatency.byCollection

replicationLatencyMilliseconds

애저 코스모스 DB

azure.documentdb.databaseaccounts.ServiceAvailability.byCollection

serviceAvailabilityPercent

애저 코스모스 DB

azure.documentdb.databaseaccounts.TotalRequests.byCollection

totalRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.TotalRequestUnits.byCollection

totalRequestUnits

애저 코스모스 DB

azure.documentdb.databaseaccounts.AvailableStorage.byDatabase

availableStorageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraConnectionClosures.byDatabase

cassandraConnectionClosures

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraRequestCharges.byDatabase

cassandraRequestCharges

애저 코스모스 DB

azure.documentdb.databaseaccounts.CassandraRequests.byDatabase

cassandraRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.DataUsage.byDatabase

dataUsageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.DocumentCount.byDatabase

documentCount

애저 코스모스 DB

azure.documentdb.databaseaccounts.DocumentQuota.byDatabase

documentQuotaBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.IndexUsage.byDatabase

indexUsageBytes

애저 코스모스 DB

azure.documentdb.databaseaccounts.MetadataRequests.byDatabase

metadataRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.MongoRequestCharge.byDatabase

mongoRequestCharge

애저 코스모스 DB

azure.documentdb.databaseaccounts.MongoRequests.byDatabase

mongoRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.ProvisionedThroughput.byDatabase

provisionedThroughput

애저 코스모스 DB

azure.documentdb.databaseaccounts.ReplicationLatency.byDatabase

replicationLatencyMilliseconds

애저 코스모스 DB

azure.documentdb.databaseaccounts.ServiceAvailability.byDatabase

serviceAvailabilityPercent

애저 코스모스 DB

azure.documentdb.databaseaccounts.TotalRequests.byDatabase

totalRequests

애저 코스모스 DB

azure.documentdb.databaseaccounts.TotalRequestUnits.byDatabase

totalRequestUnits

Azure 비용 관리

azure.costmanagement.cost.byLocation

cost

Azure 비용 관리

azure.costmanagement.cost.byResourceGroup

cost

Azure 비용 관리

azure.costmanagement.cost.byService

cost

Azure 비용 관리

azure.costmanagement.cost.byTag

cost

애저 데이터 팩토리

azure.datafactory.datafactories.FailedRuns

failedRuns

애저 데이터 팩토리

azure.datafactory.datafactories.SuccessfulRuns

successfulRuns

애저 데이터 팩토리

azure.datafactory.factories.ActivityCancelledRuns

activityCancelledRuns

애저 데이터 팩토리

azure.datafactory.factories.ActivityFailedRuns

activityFailedRuns

애저 데이터 팩토리

azure.datafactory.factories.ActivitySucceededRuns

activitySucceededRuns

애저 데이터 팩토리

azure.datafactory.factories.FactorySizeInGbUnits

factorySizeInGbUnits

애저 데이터 팩토리

azure.datafactory.factories.IntegrationRuntimeAvailableMemory

integrationRuntimeAvailableMemoryBytes

애저 데이터 팩토리

azure.datafactory.factories.IntegrationRuntimeAvailableNodeNumber

integrationRuntimeAvailableNodeNumber

애저 데이터 팩토리

azure.datafactory.factories.IntegrationRuntimeAverageTaskPickupDelay

integrationRuntimeAverageTaskPickupDelaySeconds

애저 데이터 팩토리

azure.datafactory.factories.IntegrationRuntimeCpuPercentage

integrationRuntimeCpuPercentagePercent

애저 데이터 팩토리

azure.datafactory.factories.IntegrationRuntimeQueueLength

integrationRuntimeQueueLength

애저 데이터 팩토리

azure.datafactory.factories.MaxAllowedFactorySizeInGbUnits

maxAllowedFactorySizeInGbUnits

애저 데이터 팩토리

azure.datafactory.factories.MaxAllowedResourceCount

maxAllowedResourceCount

애저 데이터 팩토리

azure.datafactory.factories.PipelineCancelledRuns

pipelineCancelledRuns

애저 데이터 팩토리

azure.datafactory.factories.PipelineFailedRuns

pipelineFailedRuns

애저 데이터 팩토리

azure.datafactory.factories.PipelineSucceededRuns

pipelineSucceededRuns

애저 데이터 팩토리

azure.datafactory.factories.ResourceCount

resourceCount

애저 데이터 팩토리

azure.datafactory.factories.TriggerCancelledRuns

triggerCancelledRuns

애저 데이터 팩토리

azure.datafactory.factories.TriggerFailedRuns

triggerFailedRuns

애저 데이터 팩토리

azure.datafactory.factories.TriggerSucceededRuns

triggerSucceededRuns

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.active_connections

activeConnections

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.backup_storage_used

backupStorageUsedBytes

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.connections_failed

connectionsFailed

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.cpu_percent

cpuPercent

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.io_consumption_percent

ioConsumptionPercent

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.memory_percent

memoryPercent

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.network_bytes_egress

networkEgressBytes

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.network_bytes_ingress

networkIngressBytes

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.serverlog_storage_limit

serverlogStorageLimitBytes

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.serverlog_storage_percent

serverlogStoragePercent

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.serverlog_storage_usage

serverlogStorageUsageBytes

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.storage_limit

storageLimitBytes

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.storage_percent

storagePercent

MariaDB용 Azure 데이터베이스

azure.dbformariadb.servers.storage_used

storageUsedBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.active_connections

activeConnections

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.backup_storage_used

backupStorageUsedBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.connections_failed

connectionsFailed

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.cpu_percent

cpuPercent

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.io_consumption_percent

ioConsumptionPercent

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.memory_percent

memoryPercent

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.network_bytes_egress

networkEgressBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.network_bytes_ingress

networkIngressBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.seconds_behind_master

secondsBehindMaster

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.serverlog_storage_limit

serverlogStorageLimitBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.serverlog_storage_percent

serverlogStoragePercent

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.serverlog_storage_usage

serverlogStorageUsageBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.storage_limit

storageLimitBytes

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.storage_percent

storagePercent

MySQL용 Azure 데이터베이스

azure.dbformysql.servers.storage_used

storageUsedBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.active_connections

activeConnections

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.backup_storage_used

backupStorageUsedBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.connections_failed

connectionsFailed

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.cpu_percent

cpuPercent

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.io_consumption_percent

ioConsumptionPercent

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.memory_percent

memoryPercent

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.network_bytes_egress

networkEgressBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.network_bytes_ingress

networkIngressBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.pg_replica_log_delay_in_bytes

pgReplicaLogDelayBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.pg_replica_log_delay_in_seconds

pgReplicaLogDelaySeconds

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.serverlog_storage_limit

serverlogStorageLimitBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.serverlog_storage_percent

serverlogStoragePercent

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.serverlog_storage_usage

serverlogStorageUsageBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.storage_limit

storageLimitBytes

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.storage_percent

storagePercent

PostgreSQL용 Azure 데이터베이스

azure.dbforpostgresql.servers.storage_used

storageUsedBytes

Azure 이벤트 허브

azure.eventhub.namespaces.ActiveConnections

activeConnections

Azure 이벤트 허브

azure.eventhub.namespaces.CaptureBacklog

captureBacklog

Azure 이벤트 허브

azure.eventhub.namespaces.CapturedBytes

capturedBytes

Azure 이벤트 허브

azure.eventhub.namespaces.CapturedMessages

capturedMessages

Azure 이벤트 허브

azure.eventhub.namespaces.ConnectionsClosed

connectionsClosed

Azure 이벤트 허브

azure.eventhub.namespaces.ConnectionsOpened

connectionsOpened

Azure 이벤트 허브

azure.eventhub.namespaces.IncomingBytes

incomingBytes

Azure 이벤트 허브

azure.eventhub.namespaces.IncomingMessages

incomingMessages

Azure 이벤트 허브

azure.eventhub.namespaces.IncomingRequests

incomingRequests

Azure 이벤트 허브

azure.eventhub.namespaces.OutgoingBytes

outgoingBytes

Azure 이벤트 허브

azure.eventhub.namespaces.OutgoingMessages

outgoingMessages

Azure 이벤트 허브

azure.eventhub.namespaces.QuotaExceededErrors

quotaExceededErrors

Azure 이벤트 허브

azure.eventhub.namespaces.ServerErrors

serverErrors

Azure 이벤트 허브

azure.eventhub.namespaces.Size

sizeBytes

Azure 이벤트 허브

azure.eventhub.namespaces.SuccessfulRequests

successfulRequests

Azure 이벤트 허브

azure.eventhub.namespaces.ThrottledRequests

throttledRequests

Azure 이벤트 허브

azure.eventhub.namespaces.UserErrors

userErrors

Azure 이벤트 허브

azure.eventhub.clusters.ActiveConnections

activeConnections

Azure 이벤트 허브

azure.eventhub.clusters.AvailableMemory

availableMemoryPercent

Azure 이벤트 허브

azure.eventhub.clusters.CaptureBacklog

captureBacklog

Azure 이벤트 허브

azure.eventhub.clusters.CapturedBytes

capturedBytes

Azure 이벤트 허브

azure.eventhub.clusters.CapturedMessages

capturedMessages

Azure 이벤트 허브

azure.eventhub.clusters.ConnectionsClosed

connectionsClosed

Azure 이벤트 허브

azure.eventhub.clusters.ConnectionsOpened

connectionsOpened

Azure 이벤트 허브

azure.eventhub.clusters.CPU

cpuPercent

Azure 이벤트 허브

azure.eventhub.clusters.IncomingBytes

incomingBytes

Azure 이벤트 허브

azure.eventhub.clusters.IncomingMessages

incomingMessages

Azure 이벤트 허브

azure.eventhub.clusters.IncomingRequests

incomingRequests

Azure 이벤트 허브

azure.eventhub.clusters.OutgoingBytes

outgoingBytes

Azure 이벤트 허브

azure.eventhub.clusters.OutgoingMessages

outgoingMessages

Azure 이벤트 허브

azure.eventhub.clusters.QuotaExceededErrors

quotaExceededErrors

Azure 이벤트 허브

azure.eventhub.clusters.ServerErrors

serverErrors

Azure 이벤트 허브

azure.eventhub.clusters.Size

sizeBytes

Azure 이벤트 허브

azure.eventhub.clusters.SuccessfulRequests

successfulRequests

Azure 이벤트 허브

azure.eventhub.clusters.ThrottledRequests

throttledRequests

Azure 이벤트 허브

azure.eventhub.clusters.UserErrors

userErrors

애저 익스프레스 루트

azure.network.expressrouteports.AdminState

adminState

애저 익스프레스 루트

azure.network.expressrouteports.LineProtocol

lineProtocol

애저 익스프레스 루트

azure.network.expressrouteports.PortBitsInPerSecond

portBitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressrouteports.PortBitsOutPerSecond

portBitsOutPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressrouteports.RxLightLevel

rxLightLevel

애저 익스프레스 루트

azure.network.expressrouteports.TxLightLevel

txLightLevel

애저 익스프레스 루트

azure.network.expressroutecircuits.ArpAvailability

arpAvailabilityPercent

애저 익스프레스 루트

azure.network.expressroutecircuits.BgpAvailability

bgpAvailabilityPercent

애저 익스프레스 루트

azure.network.expressroutecircuits.BitsInPerSecond

bitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.BitsOutPerSecond

bitsOutPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.GlobalReachBitsInPerSecond

globalReachBitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.GlobalReachBitsOutPerSecond

globalReachBitsOutPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.QosDropBitsInPerSecond

qosDropBitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.QosDropBitsOutPerSecond

qosDropBitsOutPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.peerings.BitsInPerSecond

bitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutecircuits.peerings.BitsOutPerSecond

bitsOutPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.connections.BitsInPerSecond

bitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.connections.BitsOutPerSecond

bitsOutPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutegateways.ErGatewayConnectionBitsInPerSecond

erGatewayConnectionBitsInPerSecondCountPerSecond

애저 익스프레스 루트

azure.network.expressroutegateways.ErGatewayConnectionBitsOutPerSecond

erGatewayConnectionBitsOutPerSecondCountPerSecond

Azure 방화벽

azure.network.azurefirewalls.ApplicationRuleHit

applicationRuleHit

Azure 방화벽

azure.network.azurefirewalls.DataProcessed

dataProcessedBytes

Azure 방화벽

azure.network.azurefirewalls.FirewallHealth

firewallHealthPercent

Azure 방화벽

azure.network.azurefirewalls.NetworkRuleHit

networkRuleHit

Azure 방화벽

azure.network.azurefirewalls.SNATPortUtilization

sNATPortUtilizationPercent

Azure 방화벽

azure.network.azurefirewalls.Throughput

throughputBitsPerSecond

Azure 정문

azure.network.frontdoors.BackendHealthPercentage

backendHealthPercent

Azure 정문

azure.network.frontdoors.BackendRequestCount

backendRequestCount

Azure 정문

azure.network.frontdoors.BackendRequestLatency

backendRequestLatencyMilliseconds

Azure 정문

azure.network.frontdoors.BillableResponseSize

billableResponseSizeBytes

Azure 정문

azure.network.frontdoors.RequestCount

requestCount

Azure 정문

azure.network.frontdoors.RequestSize

requestSizeBytes

Azure 정문

azure.network.frontdoors.ResponseSize

responseSizeBytes

Azure 정문

azure.network.frontdoors.TotalLatency

totalLatencyMilliseconds

Azure 정문

azure.network.frontdoors.WebApplicationFirewallRequestCount

webApplicationFirewallRequestCount

애저 기능

azure.web.sites.AverageMemoryWorkingSet.byFunctionsApp

averageMemoryWorkingSetBytes

애저 기능

azure.web.sites.BytesReceived.byFunctionsApp

receivedBytes

애저 기능

azure.web.sites.BytesSent.byFunctionsApp

sentBytes

애저 기능

azure.web.sites.FunctionExecutionCount

functionExecutionCount

애저 기능

azure.web.sites.FunctionExecutionUnits

functionExecutionUnits

애저 기능

azure.web.sites.Http5xx.byFunctionsApp

http5xx

애저 기능

azure.web.sites.MemoryWorkingSet.byFunctionsApp

memoryWorkingSetBytes

Azure 키 자격 증명 모음

azure.keyvault.vaults.Availability

availabilityPercent

Azure 키 자격 증명 모음

azure.keyvault.vaults.SaturationShoebox

saturationShoeboxPercent

Azure 키 자격 증명 모음

azure.keyvault.vaults.ServiceApiHit

serviceApiHit

Azure 키 자격 증명 모음

azure.keyvault.vaults.ServiceApiLatency

serviceApiLatencyMilliseconds

Azure 키 자격 증명 모음

azure.keyvault.vaults.ServiceApiResult

serviceApiResult

Azure 로드 밸런서

azure.network.loadbalancers.AllocatedSnatPorts

allocatedSnatPorts

Azure 로드 밸런서

azure.network.loadbalancers.ByteCount

byteCountBytes

Azure 로드 밸런서

azure.network.loadbalancers.DipAvailability

dipAvailability

Azure 로드 밸런서

azure.network.loadbalancers.PacketCount

packetCount

Azure 로드 밸런서

azure.network.loadbalancers.SnatConnectionCount

snatConnectionCount

Azure 로드 밸런서

azure.network.loadbalancers.SYNCount

synCount

Azure 로드 밸런서

azure.network.loadbalancers.UsedSnatPorts

usedSnatPorts

Azure 로드 밸런서

azure.network.loadbalancers.VipAvailability

vipAvailability

Azure 논리 앱

azure.logic.workflows.ActionLatency

actionLatencySeconds

Azure 논리 앱

azure.logic.workflows.ActionsCompleted

actionsCompleted

Azure 논리 앱

azure.logic.workflows.ActionsFailed

actionsFailed

Azure 논리 앱

azure.logic.workflows.ActionsSkipped

actionsSkipped

Azure 논리 앱

azure.logic.workflows.ActionsStarted

actionsStarted

Azure 논리 앱

azure.logic.workflows.ActionsSucceeded

actionsSucceeded

Azure 논리 앱

azure.logic.workflows.ActionSuccessLatency

actionSuccessLatencySeconds

Azure 논리 앱

azure.logic.workflows.ActionThrottledEvents

actionThrottledEvents

Azure 논리 앱

azure.logic.workflows.BillableActionExecutions

billableActionExecutions

Azure 논리 앱

azure.logic.workflows.BillableTriggerExecutions

billableTriggerExecutions

Azure 논리 앱

azure.logic.workflows.BillingUsageNativeOperation

billingUsageNativeOperation

Azure 논리 앱

azure.logic.workflows.BillingUsageStandardConnector

billingUsageStandardConnector

Azure 논리 앱

azure.logic.workflows.BillingUsageStorageConsumption

billingUsageStorageConsumption

Azure 논리 앱

azure.logic.workflows.RunFailurePercentage

runFailurePercent

Azure 논리 앱

azure.logic.workflows.RunLatency

runLatencySeconds

Azure 논리 앱

azure.logic.workflows.RunsCancelled

runsCancelled

Azure 논리 앱

azure.logic.workflows.RunsCompleted

runsCompleted

Azure 논리 앱

azure.logic.workflows.RunsFailed

runsFailed

Azure 논리 앱

azure.logic.workflows.RunsStarted

runsStarted

Azure 논리 앱

azure.logic.workflows.RunsSucceeded

runsSucceeded

Azure 논리 앱

azure.logic.workflows.RunStartThrottledEvents

runStartThrottledEvents

Azure 논리 앱

azure.logic.workflows.RunSuccessLatency

runSuccessLatencySeconds

Azure 논리 앱

azure.logic.workflows.RunThrottledEvents

runThrottledEvents

Azure 논리 앱

azure.logic.workflows.TotalBillableExecutions

totalBillableExecutions

Azure 논리 앱

azure.logic.workflows.TriggerFireLatency

triggerFireLatencySeconds

Azure 논리 앱

azure.logic.workflows.TriggerLatency

triggerLatencySeconds

Azure 논리 앱

azure.logic.workflows.TriggersCompleted

triggersCompleted

Azure 논리 앱

azure.logic.workflows.TriggersFailed

triggersFailed

Azure 논리 앱

azure.logic.workflows.TriggersFired

triggersFired

Azure 논리 앱

azure.logic.workflows.TriggersSkipped

triggersSkipped

Azure 논리 앱

azure.logic.workflows.TriggersStarted

triggersStarted

Azure 논리 앱

azure.logic.workflows.TriggersSucceeded

triggersSucceeded

Azure 논리 앱

azure.logic.workflows.TriggerSuccessLatency

triggerSuccessLatencySeconds

Azure 논리 앱

azure.logic.workflows.TriggerThrottledEvents

triggerThrottledEvents

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionLatency

actionLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionsCompleted

actionsCompleted

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionsFailed

actionsFailed

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionsSkipped

actionsSkipped

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionsStarted

actionsStarted

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionsSucceeded

actionsSucceeded

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionSuccessLatency

actionSuccessLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.ActionThrottledEvents

actionThrottledEvents

Azure 논리 앱

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentConnectorMemoryUsage

integrationServiceEnvironmentConnectorMemoryUsagePercent

Azure 논리 앱

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentConnectorProcessorUsage

integrationServiceEnvironmentConnectorProcessorUsagePercent

Azure 논리 앱

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentWorkflowMemoryUsage

integrationServiceEnvironmentWorkflowMemoryUsagePercent

Azure 논리 앱

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentWorkflowProcessorUsage

integrationServiceEnvironmentWorkflowProcessorUsagePercent

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunFailurePercentage

runFailurePercent

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunLatency

runLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunsCancelled

runsCancelled

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunsCompleted

runsCompleted

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunsFailed

runsFailed

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunsStarted

runsStarted

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunsSucceeded

runsSucceeded

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunStartThrottledEvents

runStartThrottledEvents

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunSuccessLatency

runSuccessLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.RunThrottledEvents

runThrottledEvents

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggerFireLatency

triggerFireLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggerLatency

triggerLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggersCompleted

triggersCompleted

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggersFailed

triggersFailed

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggersFired

triggersFired

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggersSkipped

triggersSkipped

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggersStarted

triggersStarted

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggersSucceeded

triggersSucceeded

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggerSuccessLatency

triggerSuccessLatencySeconds

Azure 논리 앱

azure.logic.integrationserviceenvironments.TriggerThrottledEvents

triggerThrottledEvents

Azure 기계 학습

azure.machinelearningservices.workspaces.ActiveCores

activeCores

Azure 기계 학습

azure.machinelearningservices.workspaces.ActiveNodes

activeNodes

Azure 기계 학습

azure.machinelearningservices.workspaces.CompletedRuns

completedRuns

Azure 기계 학습

azure.machinelearningservices.workspaces.CpuUtilization

cpuUtilization

Azure 기계 학습

azure.machinelearningservices.workspaces.FailedRuns

failedRuns

Azure 기계 학습

azure.machinelearningservices.workspaces.GpuUtilization

gpuUtilization

Azure 기계 학습

azure.machinelearningservices.workspaces.IdleCores

idleCores

Azure 기계 학습

azure.machinelearningservices.workspaces.IdleNodes

idleNodes

Azure 기계 학습

azure.machinelearningservices.workspaces.LeavingCores

leavingCores

Azure 기계 학습

azure.machinelearningservices.workspaces.LeavingNodes

leavingNodes

Azure 기계 학습

azure.machinelearningservices.workspaces.ModelDeployFailed

modelDeployFailed

Azure 기계 학습

azure.machinelearningservices.workspaces.ModelDeployStarted

modelDeployStarted

Azure 기계 학습

azure.machinelearningservices.workspaces.ModelDeploySucceeded

modelDeploySucceeded

Azure 기계 학습

azure.machinelearningservices.workspaces.ModelRegisterFailed

modelRegisterFailed

Azure 기계 학습

azure.machinelearningservices.workspaces.ModelRegisterSucceeded

modelRegisterSucceeded

Azure 기계 학습

azure.machinelearningservices.workspaces.PreemptedCores

preemptedCores

Azure 기계 학습

azure.machinelearningservices.workspaces.PreemptedNodes

preemptedNodes

Azure 기계 학습

azure.machinelearningservices.workspaces.QuotaUtilizationPercentage

quotaUtilizationPercentage

Azure 기계 학습

azure.machinelearningservices.workspaces.StartedRuns

startedRuns

Azure 기계 학습

azure.machinelearningservices.workspaces.TotalCores

totalCores

Azure 기계 학습

azure.machinelearningservices.workspaces.TotalNodes

totalNodes

Azure 기계 학습

azure.machinelearningservices.workspaces.UnusableCores

unusableCores

Azure 기계 학습

azure.machinelearningservices.workspaces.UnusableNodes

unusableNodes

Azure Power BI 전용

azure.powerbidedicated.capacities.memory_metric

memoryMetricBytes

Azure Power BI 전용

azure.powerbidedicated.capacities.memory_thrashing_metric

memoryThrashingMetricPercent

Azure Power BI 전용

azure.powerbidedicated.capacities.qpu_high_utilization_metric

qpuHighUtilizationMetric

Azure Power BI 전용

azure.powerbidedicated.capacities.QueryDuration

queryDurationMilliseconds

Azure Power BI 전용

azure.powerbidedicated.capacities.QueryPoolJobQueueLength

queryPoolJobQueueLength

애저 레디스

azure.cache.redis.cachehits

cacheHits

애저 레디스

azure.cache.redis.cachemisses

cacheMisses

애저 레디스

azure.cache.redis.cacheRead

cacheReadBytesPerSecond

애저 레디스

azure.cache.redis.cacheWrite

cacheWriteBytesPerSecond

애저 레디스

azure.cache.redis.connectedclients

connectedClients

애저 레디스

azure.cache.redis.evictedkeys

evictedKeys

애저 레디스

azure.cache.redis.expiredkeys

expiredKeys

애저 레디스

azure.cache.redis.getcommands

getCommands

애저 레디스

azure.cache.redis.operationsPerSecond

operationsPerSecond

애저 레디스

azure.cache.redis.percentProcessorTime

processorTimePercent

애저 레디스

azure.cache.redis.serverLoad

serverLoadPercent

애저 레디스

azure.cache.redis.setcommands

setCommands

애저 레디스

azure.cache.redis.totalcommandsprocessed

totalCommandsProcessed

애저 레디스

azure.cache.redis.totalkeys

totalKeys

애저 레디스

azure.cache.redis.usedmemory

usedMemoryBytes

애저 레디스

azure.cache.redis.usedmemoryRss

usedMemoryRssBytes

애저 레디스

azure.cache.redis.cachehits0

cacheHits

애저 레디스

azure.cache.redis.cachemisses0

cacheMisses

애저 레디스

azure.cache.redis.cacheRead0

cacheReadBytesPerSecond

애저 레디스

azure.cache.redis.cacheWrite0

cacheWriteBytesPerSecond

애저 레디스

azure.cache.redis.connectedclients0

connectedClients

애저 레디스

azure.cache.redis.evictedkeys0

evictedKeys

애저 레디스

azure.cache.redis.expiredkeys0

expiredKeys

애저 레디스

azure.cache.redis.getcommands0

getCommands

애저 레디스

azure.cache.redis.operationsPerSecond0

operationsPerSecond

애저 레디스

azure.cache.redis.percentProcessorTime0

processorTimePercent

애저 레디스

azure.cache.redis.serverLoad0

serverLoadPercent

애저 레디스

azure.cache.redis.setcommands0

setCommands

애저 레디스

azure.cache.redis.totalcommandsprocessed0

totalCommandsProcessed

애저 레디스

azure.cache.redis.totalkeys0

totalKeys

애저 레디스

azure.cache.redis.usedmemory0

usedMemoryBytes

애저 레디스

azure.cache.redis.usedmemoryRss0

usedMemoryRssBytes

Azure 서비스 버스

azure.servicebus.namespaces.ActiveConnections

activeConnections

Azure 서비스 버스

azure.servicebus.namespaces.ActiveMessages.byNamespace

activeMessages

Azure 서비스 버스

azure.servicebus.namespaces.ConnectionsClosed.byNamespace

connectionsClosed

Azure 서비스 버스

azure.servicebus.namespaces.ConnectionsOpened.byNamespace

connectionsOpened

Azure 서비스 버스

azure.servicebus.namespaces.CPUXNS

cpuUsagePercent

Azure 서비스 버스

azure.servicebus.namespaces.DeadletteredMessages.byNamespace

deadletteredMessages

Azure 서비스 버스

azure.servicebus.namespaces.IncomingMessages.byNamespace

incomingMessages

Azure 서비스 버스

azure.servicebus.namespaces.IncomingRequests.byNamespace

incomingRequests

Azure 서비스 버스

azure.servicebus.namespaces.Messages.byNamespace

messages

Azure 서비스 버스

azure.servicebus.namespaces.OutgoingMessages.byNamespace

outgoingMessages

Azure 서비스 버스

azure.servicebus.namespaces.ScheduledMessages.byNamespace

scheduledMessages

Azure 서비스 버스

azure.servicebus.namespaces.ServerErrors.byNamespace

serverErrors

Azure 서비스 버스

azure.servicebus.namespaces.Size.byNamespace

sizeBytes

Azure 서비스 버스

azure.servicebus.namespaces.SuccessfulRequests.byNamespace

successfulRequests

Azure 서비스 버스

azure.servicebus.namespaces.ThrottledRequests.byNamespace

throttledRequests

Azure 서비스 버스

azure.servicebus.namespaces.UserErrors.byNamespace

userErrors

Azure 서비스 버스

azure.servicebus.namespaces.WSXNS

memoryUsagePercent

Azure 서비스 버스

azure.servicebus.namespaces.ActiveMessages.byQueue

activeMessages

Azure 서비스 버스

azure.servicebus.namespaces.ConnectionsClosed.byQueue

connectionsClosed

Azure 서비스 버스

azure.servicebus.namespaces.ConnectionsOpened.byQueue

connectionsOpened

Azure 서비스 버스

azure.servicebus.namespaces.currentSizeInBytes.byQueue

currentSizeBytes

Azure 서비스 버스

azure.servicebus.namespaces.DeadletteredMessages.byQueue

deadletteredMessages

Azure 서비스 버스

azure.servicebus.namespaces.deadLetterMessageCount.byQueue

deadLetterMessages

Azure 서비스 버스

azure.servicebus.namespaces.IncomingMessages.byQueue

incomingMessages

Azure 서비스 버스

azure.servicebus.namespaces.IncomingRequests.byQueue

incomingRequests

Azure 서비스 버스

azure.servicebus.namespaces.Messages.byQueue

messages

Azure 서비스 버스

azure.servicebus.namespaces.OutgoingMessages.byQueue

outgoingMessages

Azure 서비스 버스

azure.servicebus.namespaces.ScheduledMessages.byQueue

scheduledMessages

Azure 서비스 버스

azure.servicebus.namespaces.ServerErrors.byQueue

serverErrors

Azure 서비스 버스

azure.servicebus.namespaces.Size.byQueue

sizeBytes

Azure 서비스 버스

azure.servicebus.namespaces.SuccessfulRequests.byQueue

successfulRequests

Azure 서비스 버스

azure.servicebus.namespaces.ThrottledRequests.byQueue

throttledRequests

Azure 서비스 버스

azure.servicebus.namespaces.transferDeadLetterMessageCount.byQueue

transferDeadLetterMessages

Azure 서비스 버스

azure.servicebus.namespaces.transferMessageCount.byQueue

transferMessages

Azure 서비스 버스

azure.servicebus.namespaces.UserErrors.byQueue

userErrors

Azure 서비스 버스

azure.servicebus.namespaces.activeMessageCount

activeMessages

Azure 서비스 버스

azure.servicebus.namespaces.deadLetterMessageCount.bySubscription

deadLetterMessages

Azure 서비스 버스

azure.servicebus.namespaces.messageCount

messages

Azure 서비스 버스

azure.servicebus.namespaces.scheduledMessageCount

scheduledMessages

Azure 서비스 버스

azure.servicebus.namespaces.transferDeadLetterMessageCount.bySubscription

transferDeadLetterMessages

Azure 서비스 버스

azure.servicebus.namespaces.transferMessageCount.bySubscription

transferMessages

Azure 서비스 버스

azure.servicebus.namespaces.ActiveMessages.byTopic

activeMessages

Azure 서비스 버스

azure.servicebus.namespaces.ConnectionsClosed.byTopic

connectionsClosed

Azure 서비스 버스

azure.servicebus.namespaces.ConnectionsOpened.byTopic

connectionsOpened

Azure 서비스 버스

azure.servicebus.namespaces.currentSizeInBytes.byTopic

currentSizeInBytes

Azure 서비스 버스

azure.servicebus.namespaces.DeadletteredMessages.byTopic

deadletteredMessages

Azure 서비스 버스

azure.servicebus.namespaces.deadLetterMessageCount.byTopic

deadLetterMessages

Azure 서비스 버스

azure.servicebus.namespaces.IncomingMessages.byTopic

incomingMessages

Azure 서비스 버스

azure.servicebus.namespaces.IncomingRequests.byTopic

incomingRequests

Azure 서비스 버스

azure.servicebus.namespaces.Messages.byTopic

messages

Azure 서비스 버스

azure.servicebus.namespaces.OutgoingMessages.byTopic

outgoingMessages

Azure 서비스 버스

azure.servicebus.namespaces.ScheduledMessages.byTopic

scheduledMessages

Azure 서비스 버스

azure.servicebus.namespaces.ServerErrors.byTopic

serverErrors

Azure 서비스 버스

azure.servicebus.namespaces.Size.byTopic

sizeBytes

Azure 서비스 버스

azure.servicebus.namespaces.subscriptionCount

subscriptions

Azure 서비스 버스

azure.servicebus.namespaces.SuccessfulRequests.byTopic

successfulRequests

Azure 서비스 버스

azure.servicebus.namespaces.ThrottledRequests.byTopic

throttledRequests

Azure 서비스 버스

azure.servicebus.namespaces.transferDeadLetterMessageCount.byTopic

transferDeadLetterMessages

Azure 서비스 버스

azure.servicebus.namespaces.transferMessageCount.byTopic

transferMessages

Azure 서비스 버스

azure.servicebus.namespaces.UserErrors.byTopic

userErrors

Azure SQL

azure.sql.servers.database.currentSize

databaseSizeCurrentBytes

Azure SQL

azure.sql.servers.database.limitSize

databaseSizeLimitBytes

Azure SQL

azure.sql.servers.databases.blocked_by_firewall

blockedByFirewall

Azure SQL

azure.sql.servers.databases.connection_failed

connectionFailed

Azure SQL

azure.sql.servers.databases.connection_successful

connectionSuccessful

Azure SQL

azure.sql.servers.databases.cpu_percent

cpuPercent

Azure SQL

azure.sql.servers.databases.deadlock

deadlock

Azure SQL

azure.sql.servers.databases.dtu_consumption_percent

dtuConsumptionPercent

Azure SQL

azure.sql.servers.databases.dtu_limit

dtuLimit

Azure SQL

azure.sql.servers.databases.dtu_used

dtuUsed

Azure SQL

azure.sql.servers.databases.dw_cpu_percent

dwCpuPercent

Azure SQL

azure.sql.servers.databases.dw_physical_data_read_percent

dwPhysicalDataReadPercent

Azure SQL

azure.sql.servers.databases.dwu_consumption_percent

dwuConsumptionPercent

Azure SQL

azure.sql.servers.databases.dwu_limit

dwuLimit

Azure SQL

azure.sql.servers.databases.dwu_used

dwuUsed

Azure SQL

azure.sql.servers.databases.log_write_percent

logWritePercent

Azure SQL

azure.sql.servers.databases.physical_data_read_percent

physicalDataReadPercent

Azure SQL

azure.sql.servers.databases.sessions_percent

sessionsPercent

Azure SQL

azure.sql.servers.databases.storage

storageBytes

Azure SQL

azure.sql.servers.databases.storage_percent

storagePercent

Azure SQL

azure.sql.servers.databases.workers_percent

workersPercent

Azure SQL

azure.sql.servers.databases.xtp_storage_percent

xtpStoragePercent

Azure SQL

azure.sql.elasticPool.database_physical_data_read_percent

databasePhysicalDataRead

Azure SQL

azure.sql.elasticPool.database_storage_used

databaseStorageUsed

Azure SQL

azure.sql.servers.elasticpools.cpu_percent

cpuPercent

Azure SQL

azure.sql.servers.elasticpools.database_cpu_percent

databaseCpuPercent

Azure SQL

azure.sql.servers.elasticpools.database_dtu_consumption_percent

databaseDtuConsumptionPercent

Azure SQL

azure.sql.servers.elasticpools.database_log_write_percent

databaseLogWritePercent

Azure SQL

azure.sql.servers.elasticpools.database_sessions_percent

databaseSessionsPercent

Azure SQL

azure.sql.servers.elasticpools.database_workers_percent

databaseWorkersPercent

Azure SQL

azure.sql.servers.elasticpools.dtu_consumption_percent

dtuConsumptionPercent

Azure SQL

azure.sql.servers.elasticpools.eDTU_limit

eDTULimit

Azure SQL

azure.sql.servers.elasticpools.eDTU_used

eDTUUsed

Azure SQL

azure.sql.servers.elasticpools.log_write_percent

logWritePercent

Azure SQL

azure.sql.servers.elasticpools.physical_data_read_percent

physicalDataReadPercent

Azure SQL

azure.sql.servers.elasticpools.sessions_percent

sessionsPercent

Azure SQL

azure.sql.servers.elasticpools.storage_limit

storageLimitBytes

Azure SQL

azure.sql.servers.elasticpools.storage_percent

storagePercent

Azure SQL

azure.sql.servers.elasticpools.storage_used

storageUsedBytes

Azure SQL

azure.sql.servers.elasticpools.workers_percent

workersPercent

Azure SQL

azure.sql.servers.elasticpools.xtp_storage_percent

xtpStoragePercent

Azure SQL

azure.sql.server.dtuLimit

dtuLimit

Azure SQL

azure.sql.servers.dtuCurrent

dtuCurrent

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.avg_cpu_percent

avgCpuPercent

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.io_bytes_read

ioReadBytes

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.io_bytes_written

ioWrittenBytes

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.io_requests

ioRequests

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.reserved_storage_mb

reservedStorage

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.storage_space_used_mb

storageSpaceUsed

Azure SQL 관리형 인스턴스

azure.sql.managedinstances.virtual_core_count

virtualCore

Azure 저장소 계정

azure.storage.storageaccounts.Availability

availabilityPercent

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.Availability

blobs.availabilityPercent

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.BlobCapacity

blobs.blobCapacityBytes

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.BlobCount

blobs.blobCount

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.ContainerCount

blobs.containerCount

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.Egress

blobs.egressBytes

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.Ingress

blobs.ingressBytes

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.SuccessE2ELatency

blobs.successE2ELatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.SuccessServerLatency

blobs.successServerLatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.blobservices.Transactions

blobs.transactions

Azure 저장소 계정

azure.storage.storageaccounts.Egress

egressBytes

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.Availability

files.availabilityPercent

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.Egress

files.egressBytes

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.FileCapacity

files.fileCapacityBytes

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.FileCount

files.fileCount

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.FileShareCount

files.fileShareCount

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.Ingress

files.ingressBytes

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.SuccessE2ELatency

files.successE2ELatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.SuccessServerLatency

files.successServerLatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.fileservices.Transactions

files.transactions

Azure 저장소 계정

azure.storage.storageaccounts.Ingress

ingressBytes

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.Availability

queues.availabilityPercent

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.Egress

queues.egressBytes

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.Ingress

queues.ingressBytes

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.QueueCapacity

queues.queueCapacityBytes

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.QueueCount

queues.queueCount

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.QueueMessageCount

queues.queueMessagesCount

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.SuccessE2ELatency

queues.successE2ELatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.SuccessServerLatency

queues.successServerLatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.queueservices.Transactions

queues.transactions

Azure 저장소 계정

azure.storage.storageaccounts.SuccessE2ELatency

successE2ELatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.SuccessServerLatency

successServerLatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.Availability

tables.availabilityPercent

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.Egress

tables.egressBytes

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.Ingress

tables.ingressBytes

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.SuccessE2ELatency

tables.successE2ELatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.SuccessServerLatency

tables.successServerLatencyMilliseconds

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.TableCapacity

tables.tableCapacityBytes

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.TableCount

tables.tableCount

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.TableEntityCount

tables.tableEntityCount

Azure 저장소 계정

azure.storage.storageaccounts.tableservices.Transactions

tables.transactions

Azure 저장소 계정

azure.storage.storageaccounts.Transactions

transactions

Azure 저장소 계정

azure.storage.storageaccounts.UsedCapacity

usedCapacityBytes

Azure 가상 네트워크

azure.network.virtualnetworks.PingMeshAverageRoundtripMs

pingMeshAverageRoundtripMs

Azure 가상 네트워크

azure.network.virtualnetworks.PingMeshProbesFailedPercent

pingMeshProbesFailedPercent

Azure 가상 네트워크

azure.network.publicipaddresses.BytesDroppedDDoS

droppedDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.BytesForwardedDDoS

forwardedDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.BytesInDDoS

inDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.DDoSTriggerTCPPackets

ddosTriggerTcpPacketsPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.DDoSTriggerUDPPackets

ddosTriggerUdpPacketsPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.IfUnderDDoSAttack

ifUnderDdosAttack

Azure 가상 네트워크

azure.network.publicipaddresses.PacketsDroppedDDoS

packetsDroppedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.PacketsForwardedDDoS

packetsForwardedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.PacketsInDDoS

packetsInDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.TCPBytesDroppedDDoS

tcpDroppedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.TCPBytesForwardedDDoS

tcpForwardedDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.TCPBytesInDDoS

tcpInDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.TCPPacketsDroppedDDoS

tcpPacketsDroppedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.TCPPacketsForwardedDDoS

tcpPacketsForwardedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.TCPPacketsInDDoS

tcpPacketsInDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.UDPBytesDroppedDDoS

udpDroppedDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.UDPBytesForwardedDDoS

udpForwardedDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.UDPBytesInDDoS

udpInDdosBytesPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.UDPPacketsDroppedDDoS

udpPacketsDroppedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.UDPPacketsForwardedDDoS

udpPacketsForwardedDdosPerSecond

Azure 가상 네트워크

azure.network.publicipaddresses.UDPPacketsInDDoS

udpPacketsInDdosPerSecond

Azure 가상 네트워크

azure.network.virtualnetworks.availableAddresses

availableAddresses

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.CPUCreditsConsumed

cpuCreditsConsumed

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.CPUCreditsRemaining

cpuCreditsRemaining

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DataDiskQueueDepth

dataDiskQueueDepth

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DataDiskReadBytessec

dataDiskReadBytesCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DataDiskReadOperationsSec

dataDiskReadOperationsCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DataDiskWriteBytessec

dataDiskWriteBytesCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DataDiskWriteOperationsSec

dataDiskWriteOperationsCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DiskReadBytes

diskReadBytes

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DiskReadOperationsSec

diskReadOperationsCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DiskWriteBytes

diskWriteBytes

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.DiskWriteOperationsSec

diskWriteOperationsCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.InboundFlows

inboundFlows

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.InboundFlowsMaximumCreationRate

inboundFlowsMaximumCreationRateCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.NetworkInTotal

networkInTotalBytes

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.NetworkOutTotal

networkOutTotalBytes

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OSDiskQueueDepth

osDiskQueueDepth

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OSDiskReadBytessec

osDiskReadBytesCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OSDiskReadOperationsSec

osDiskReadOperationsCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OSDiskWriteBytessec

osDiskWriteBytesCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OSDiskWriteOperationsSec

osDiskWriteOperationsCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OutboundFlows

outboundFlows

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.OutboundFlowsMaximumCreationRate

outboundFlowsMaximumCreationRateCountPerSecond

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.PercentageCPU

cpuPercent

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.PremiumDataDiskCacheReadHit

premiumDataDiskCacheReadHitPercent

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.PremiumDataDiskCacheReadMiss

premiumDataDiskCacheReadMissPercent

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.PremiumOSDiskCacheReadHit

premiumOsDiskCacheReadHitPercent

Azure VM 확장 집합

azure.compute.virtualmachinescalesets.PremiumOSDiskCacheReadMiss

premiumOsDiskCacheReadMissPercent

Azure VM

azure.compute.virtualmachines.DiskReadBytes

diskReadBytes

Azure VM

azure.compute.virtualmachines.DiskReadOperations.Sec

diskReadOpsPerSecond

Azure VM

azure.compute.virtualmachines.DiskWriteBytes

diskWriteBytes

Azure VM

azure.compute.virtualmachines.DiskWriteOperations.Sec

diskWriteOpsPerSecond

Azure VM

azure.compute.virtualmachines.NetworkIn

networkInBytes

Azure VM

azure.compute.virtualmachines.NetworkOut

networkOutBytes

Azure VM

azure.compute.virtualmachines.PercentageCPU

cpuUsagePercent

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.AverageBandwidth

averageBandwidthBytesPerSecond

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.P2SBandwidth

p2SBandwidthBytesPerSecond

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.P2SConnectionCount

p2SConnectionCount

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelAverageBandwidth

tunnelAverageBandwidthBytesPerSecond

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelEgressBytes

tunnelEgressBytes

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelEgressPacketDropTSMismatch

tunnelEgressPacketDropTSMismatch

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelEgressPackets

tunnelEgressPackets

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelIngressBytes

tunnelIngressBytes

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelIngressPacketDropTSMismatch

tunnelIngressPacketDropTSMismatch

Azure VPN 게이트웨이

azure.network.virtualnetworkgateways.TunnelIngressPackets

tunnelIngressPackets

Copyright © 2024 New Relic Inc.

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