• 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 メトリクスのドキュメント Web サイトを参照してください。

メトリクス名がディメンション名のいずれかと一致します

メトリクス名といずれかのディメンションの名前がまったく同じである場合、このディメンションの名前は大文字ではないため、両方の値は異なります。

  • 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 ポーリング統合によって収集されるメトリックとその ディメンション メトリックの 変換の非包括的なリストです。

統合

ディメンションメトリック名(新規)

サンプルメトリック名(旧)

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 App Gateway

azure.network.applicationgateways.ApplicationGatewayTotalTime

applicationGatewayTotalTimeMilliseconds

Azure App Gateway

azure.network.applicationgateways.AvgRequestCountPerHealthyHost

avgRequestCountPerHealthyHost

Azure App Gateway

azure.network.applicationgateways.BackendConnectTime

backendConnectTimeMilliseconds

Azure App Gateway

azure.network.applicationgateways.BackendFirstByteResponseTime

backendFirstByteResponseTimeMilliseconds

Azure App Gateway

azure.network.applicationgateways.BackendLastByteResponseTime

backendLastByteResponseTimeMilliseconds

Azure App Gateway

azure.network.applicationgateways.BackendResponseStatus

backendResponseStatus

Azure App Gateway

azure.network.applicationgateways.BlockedCount

blockedCount

Azure App Gateway

azure.network.applicationgateways.BlockedReqCount

blockedReqCount

Azure App Gateway

azure.network.applicationgateways.BytesReceived

bytesReceivedBytes

Azure App Gateway

azure.network.applicationgateways.BytesSent

bytesSentBytes

Azure App Gateway

azure.network.applicationgateways.CapacityUnits

capacityUnits

Azure App Gateway

azure.network.applicationgateways.ClientRtt

clientRttMilliseconds

Azure App Gateway

azure.network.applicationgateways.ComputeUnits

computeUnits

Azure App Gateway

azure.network.applicationgateways.CpuUtilization

cpuUtilizationPercent

Azure App Gateway

azure.network.applicationgateways.CurrentConnections

currentConnections

Azure App Gateway

azure.network.applicationgateways.EstimatedBilledCapacityUnits

estimatedBilledCapacityUnits

Azure App Gateway

azure.network.applicationgateways.FailedRequests

failedRequests

Azure App Gateway

azure.network.applicationgateways.FixedBillableCapacityUnits

fixedBillableCapacityUnits

Azure App Gateway

azure.network.applicationgateways.HealthyHostCount

healthyHostCount

Azure App Gateway

azure.network.applicationgateways.MatchedCount

matchedCount

Azure App Gateway

azure.network.applicationgateways.NewConnectionsPerSecond

newConnectionsPerSecondCountPerSecond

Azure App Gateway

azure.network.applicationgateways.ResponseStatus

responseStatus

Azure App Gateway

azure.network.applicationgateways.Throughput

throughputBytesPerSecond

Azure App Gateway

azure.network.applicationgateways.TlsProtocol

tlsProtocol

Azure App Gateway

azure.network.applicationgateways.TotalRequests

totalRequests

Azure App Gateway

azure.network.applicationgateways.UnhealthyHostCount

unhealthyHostCount

Azure App Service

azure.web.serverfarms.BytesReceived

bytesReceivedBytes

Azure App Service

azure.web.serverfarms.BytesSent

bytesSentBytes

Azure App Service

azure.web.serverfarms.CpuPercentage

cpuPercent

Azure App Service

azure.web.serverfarms.DiskQueueLength

diskQueueLength

Azure App Service

azure.web.serverfarms.HttpQueueLength

httpQueueLength

Azure App Service

azure.web.serverfarms.MemoryPercentage

memoryPercent

Azure App Service

azure.web.sites.AppConnections

appConnections

Azure App Service

azure.web.sites.AverageMemoryWorkingSet.byWebApp

averageMemoryWorkingSetBytes

Azure App Service

azure.web.sites.AverageResponseTime

averageResponseTimeSeconds

Azure App Service

azure.web.sites.BytesReceived.byWebApp

receivedBytes

Azure App Service

azure.web.sites.BytesSent.byWebApp

sentBytes

Azure App Service

azure.web.sites.CpuTime

cpuTimeSeconds

Azure App Service

azure.web.sites.CurrentAssemblies

currentAssemblies

Azure App Service

azure.web.sites.Gen0Collections

gen0Collections

Azure App Service

azure.web.sites.Gen1Collections

gen1Collections

Azure App Service

azure.web.sites.Gen2Collections

gen2Collections

Azure App Service

azure.web.sites.Handles

handles

Azure App Service

azure.web.sites.Http101

http101

Azure App Service

azure.web.sites.Http2xx

http2xx

Azure App Service

azure.web.sites.Http3xx

http3xx

Azure App Service

azure.web.sites.Http401

http401

Azure App Service

azure.web.sites.Http403

http403

Azure App Service

azure.web.sites.Http404

http404

Azure App Service

azure.web.sites.Http406

http406

Azure App Service

azure.web.sites.Http4xx

http4xx

Azure App Service

azure.web.sites.Http5xx.byWebApp

http5xx

Azure App Service

azure.web.sites.MemoryWorkingSet.byWebApp

memoryWorkingSetBytes

Azure App Service

azure.web.sites.Requests

requests

Azure App Service

azure.web.sites.Threads

threads

Azure App Service

azure.web.sites.TotalAppDomains

totalAppDomains

Azure App Service

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

Azure Cosmos DB

azure.documentdb.databaseaccounts.AvailableStorage.byAccount

availableStorageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraConnectionClosures.byAccount

cassandraConnectionClosures

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraRequestCharges.byAccount

cassandraRequestCharges

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraRequests.byAccount

cassandraRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.DataUsage.byAccount

dataUsageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.DocumentCount.byAccount

documentCount

Azure Cosmos DB

azure.documentdb.databaseaccounts.DocumentQuota.byAccount

documentQuotaBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.IndexUsage.byAccount

indexUsageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.MetadataRequests.byAccount

metadataRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.MongoRequestCharge.byAccount

mongoRequestCharge

Azure Cosmos DB

azure.documentdb.databaseaccounts.MongoRequests.byAccount

mongoRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.ProvisionedThroughput.byAccount

provisionedThroughput

Azure Cosmos DB

azure.documentdb.databaseaccounts.ReplicationLatency.byAccount

replicationLatencyMilliseconds

Azure Cosmos DB

azure.documentdb.databaseaccounts.ServiceAvailability.byAccount

serviceAvailabilityPercent

Azure Cosmos DB

azure.documentdb.databaseaccounts.TotalRequests.byAccount

totalRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.TotalRequestUnits.byAccount

totalRequestUnits

Azure Cosmos DB

azure.documentdb.databaseaccounts.AvailableStorage.byCollection

availableStorageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraConnectionClosures.byCollection

cassandraConnectionClosures

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraRequestCharges.byCollection

cassandraRequestCharges

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraRequests.byCollection

cassandraRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.DataUsage.byCollection

dataUsageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.DocumentCount.byCollection

documentCount

Azure Cosmos DB

azure.documentdb.databaseaccounts.DocumentQuota.byCollection

documentQuotaBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.IndexUsage.byCollection

indexUsageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.MetadataRequests.byCollection

metadataRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.MongoRequestCharge.byCollection

mongoRequestCharge

Azure Cosmos DB

azure.documentdb.databaseaccounts.MongoRequests.byCollection

mongoRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.ProvisionedThroughput.byCollection

provisionedThroughput

Azure Cosmos DB

azure.documentdb.databaseaccounts.ReplicationLatency.byCollection

replicationLatencyMilliseconds

Azure Cosmos DB

azure.documentdb.databaseaccounts.ServiceAvailability.byCollection

serviceAvailabilityPercent

Azure Cosmos DB

azure.documentdb.databaseaccounts.TotalRequests.byCollection

totalRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.TotalRequestUnits.byCollection

totalRequestUnits

Azure Cosmos DB

azure.documentdb.databaseaccounts.AvailableStorage.byDatabase

availableStorageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraConnectionClosures.byDatabase

cassandraConnectionClosures

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraRequestCharges.byDatabase

cassandraRequestCharges

Azure Cosmos DB

azure.documentdb.databaseaccounts.CassandraRequests.byDatabase

cassandraRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.DataUsage.byDatabase

dataUsageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.DocumentCount.byDatabase

documentCount

Azure Cosmos DB

azure.documentdb.databaseaccounts.DocumentQuota.byDatabase

documentQuotaBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.IndexUsage.byDatabase

indexUsageBytes

Azure Cosmos DB

azure.documentdb.databaseaccounts.MetadataRequests.byDatabase

metadataRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.MongoRequestCharge.byDatabase

mongoRequestCharge

Azure Cosmos DB

azure.documentdb.databaseaccounts.MongoRequests.byDatabase

mongoRequests

Azure Cosmos DB

azure.documentdb.databaseaccounts.ProvisionedThroughput.byDatabase

provisionedThroughput

Azure Cosmos DB

azure.documentdb.databaseaccounts.ReplicationLatency.byDatabase

replicationLatencyMilliseconds

Azure Cosmos DB

azure.documentdb.databaseaccounts.ServiceAvailability.byDatabase

serviceAvailabilityPercent

Azure Cosmos DB

azure.documentdb.databaseaccounts.TotalRequests.byDatabase

totalRequests

Azure Cosmos 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 Data Factory

azure.datafactory.datafactories.FailedRuns

failedRuns

Azure Data Factory

azure.datafactory.datafactories.SuccessfulRuns

successfulRuns

Azure Data Factory

azure.datafactory.factories.ActivityCancelledRuns

activityCancelledRuns

Azure Data Factory

azure.datafactory.factories.ActivityFailedRuns

activityFailedRuns

Azure Data Factory

azure.datafactory.factories.ActivitySucceededRuns

activitySucceededRuns

Azure Data Factory

azure.datafactory.factories.FactorySizeInGbUnits

factorySizeInGbUnits

Azure Data Factory

azure.datafactory.factories.IntegrationRuntimeAvailableMemory

integrationRuntimeAvailableMemoryBytes

Azure Data Factory

azure.datafactory.factories.IntegrationRuntimeAvailableNodeNumber

integrationRuntimeAvailableNodeNumber

Azure Data Factory

azure.datafactory.factories.IntegrationRuntimeAverageTaskPickupDelay

integrationRuntimeAverageTaskPickupDelaySeconds

Azure Data Factory

azure.datafactory.factories.IntegrationRuntimeCpuPercentage

integrationRuntimeCpuPercentagePercent

Azure Data Factory

azure.datafactory.factories.IntegrationRuntimeQueueLength

integrationRuntimeQueueLength

Azure Data Factory

azure.datafactory.factories.MaxAllowedFactorySizeInGbUnits

maxAllowedFactorySizeInGbUnits

Azure Data Factory

azure.datafactory.factories.MaxAllowedResourceCount

maxAllowedResourceCount

Azure Data Factory

azure.datafactory.factories.PipelineCancelledRuns

pipelineCancelledRuns

Azure Data Factory

azure.datafactory.factories.PipelineFailedRuns

pipelineFailedRuns

Azure Data Factory

azure.datafactory.factories.PipelineSucceededRuns

pipelineSucceededRuns

Azure Data Factory

azure.datafactory.factories.ResourceCount

resourceCount

Azure Data Factory

azure.datafactory.factories.TriggerCancelledRuns

triggerCancelledRuns

Azure Data Factory

azure.datafactory.factories.TriggerFailedRuns

triggerFailedRuns

Azure Data Factory

azure.datafactory.factories.TriggerSucceededRuns

triggerSucceededRuns

Azure Database for MariaDB

azure.dbformariadb.servers.active_connections

activeConnections

Azure Database for MariaDB

azure.dbformariadb.servers.backup_storage_used

backupStorageUsedBytes

Azure Database for MariaDB

azure.dbformariadb.servers.connections_failed

connectionsFailed

Azure Database for MariaDB

azure.dbformariadb.servers.cpu_percent

cpuPercent

Azure Database for MariaDB

azure.dbformariadb.servers.io_consumption_percent

ioConsumptionPercent

Azure Database for MariaDB

azure.dbformariadb.servers.memory_percent

memoryPercent

Azure Database for MariaDB

azure.dbformariadb.servers.network_bytes_egress

networkEgressBytes

Azure Database for MariaDB

azure.dbformariadb.servers.network_bytes_ingress

networkIngressBytes

Azure Database for MariaDB

azure.dbformariadb.servers.serverlog_storage_limit

serverlogStorageLimitBytes

Azure Database for MariaDB

azure.dbformariadb.servers.serverlog_storage_percent

serverlogStoragePercent

Azure Database for MariaDB

azure.dbformariadb.servers.serverlog_storage_usage

serverlogStorageUsageBytes

Azure Database for MariaDB

azure.dbformariadb.servers.storage_limit

storageLimitBytes

Azure Database for MariaDB

azure.dbformariadb.servers.storage_percent

storagePercent

Azure Database for MariaDB

azure.dbformariadb.servers.storage_used

storageUsedBytes

Azure Database for MySQL

azure.dbformysql.servers.active_connections

activeConnections

Azure Database for MySQL

azure.dbformysql.servers.backup_storage_used

backupStorageUsedBytes

Azure Database for MySQL

azure.dbformysql.servers.connections_failed

connectionsFailed

Azure Database for MySQL

azure.dbformysql.servers.cpu_percent

cpuPercent

Azure Database for MySQL

azure.dbformysql.servers.io_consumption_percent

ioConsumptionPercent

Azure Database for MySQL

azure.dbformysql.servers.memory_percent

memoryPercent

Azure Database for MySQL

azure.dbformysql.servers.network_bytes_egress

networkEgressBytes

Azure Database for MySQL

azure.dbformysql.servers.network_bytes_ingress

networkIngressBytes

Azure Database for MySQL

azure.dbformysql.servers.seconds_behind_master

secondsBehindMaster

Azure Database for MySQL

azure.dbformysql.servers.serverlog_storage_limit

serverlogStorageLimitBytes

Azure Database for MySQL

azure.dbformysql.servers.serverlog_storage_percent

serverlogStoragePercent

Azure Database for MySQL

azure.dbformysql.servers.serverlog_storage_usage

serverlogStorageUsageBytes

Azure Database for MySQL

azure.dbformysql.servers.storage_limit

storageLimitBytes

Azure Database for MySQL

azure.dbformysql.servers.storage_percent

storagePercent

Azure Database for MySQL

azure.dbformysql.servers.storage_used

storageUsedBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.active_connections

activeConnections

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.backup_storage_used

backupStorageUsedBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.connections_failed

connectionsFailed

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.cpu_percent

cpuPercent

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.io_consumption_percent

ioConsumptionPercent

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.memory_percent

memoryPercent

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.network_bytes_egress

networkEgressBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.network_bytes_ingress

networkIngressBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.pg_replica_log_delay_in_bytes

pgReplicaLogDelayBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.pg_replica_log_delay_in_seconds

pgReplicaLogDelaySeconds

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.serverlog_storage_limit

serverlogStorageLimitBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.serverlog_storage_percent

serverlogStoragePercent

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.serverlog_storage_usage

serverlogStorageUsageBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.storage_limit

storageLimitBytes

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.storage_percent

storagePercent

Azure Database for PostgreSQL

azure.dbforpostgresql.servers.storage_used

storageUsedBytes

Azure Event Hub

azure.eventhub.namespaces.ActiveConnections

activeConnections

Azure Event Hub

azure.eventhub.namespaces.CaptureBacklog

captureBacklog

Azure Event Hub

azure.eventhub.namespaces.CapturedBytes

capturedBytes

Azure Event Hub

azure.eventhub.namespaces.CapturedMessages

capturedMessages

Azure Event Hub

azure.eventhub.namespaces.ConnectionsClosed

connectionsClosed

Azure Event Hub

azure.eventhub.namespaces.ConnectionsOpened

connectionsOpened

Azure Event Hub

azure.eventhub.namespaces.IncomingBytes

incomingBytes

Azure Event Hub

azure.eventhub.namespaces.IncomingMessages

incomingMessages

Azure Event Hub

azure.eventhub.namespaces.IncomingRequests

incomingRequests

Azure Event Hub

azure.eventhub.namespaces.OutgoingBytes

outgoingBytes

Azure Event Hub

azure.eventhub.namespaces.OutgoingMessages

outgoingMessages

Azure Event Hub

azure.eventhub.namespaces.QuotaExceededErrors

quotaExceededErrors

Azure Event Hub

azure.eventhub.namespaces.ServerErrors

serverErrors

Azure Event Hub

azure.eventhub.namespaces.Size

sizeBytes

Azure Event Hub

azure.eventhub.namespaces.SuccessfulRequests

successfulRequests

Azure Event Hub

azure.eventhub.namespaces.ThrottledRequests

throttledRequests

Azure Event Hub

azure.eventhub.namespaces.UserErrors

userErrors

Azure Event Hub

azure.eventhub.clusters.ActiveConnections

activeConnections

Azure Event Hub

azure.eventhub.clusters.AvailableMemory

availableMemoryPercent

Azure Event Hub

azure.eventhub.clusters.CaptureBacklog

captureBacklog

Azure Event Hub

azure.eventhub.clusters.CapturedBytes

capturedBytes

Azure Event Hub

azure.eventhub.clusters.CapturedMessages

capturedMessages

Azure Event Hub

azure.eventhub.clusters.ConnectionsClosed

connectionsClosed

Azure Event Hub

azure.eventhub.clusters.ConnectionsOpened

connectionsOpened

Azure Event Hub

azure.eventhub.clusters.CPU

cpuPercent

Azure Event Hub

azure.eventhub.clusters.IncomingBytes

incomingBytes

Azure Event Hub

azure.eventhub.clusters.IncomingMessages

incomingMessages

Azure Event Hub

azure.eventhub.clusters.IncomingRequests

incomingRequests

Azure Event Hub

azure.eventhub.clusters.OutgoingBytes

outgoingBytes

Azure Event Hub

azure.eventhub.clusters.OutgoingMessages

outgoingMessages

Azure Event Hub

azure.eventhub.clusters.QuotaExceededErrors

quotaExceededErrors

Azure Event Hub

azure.eventhub.clusters.ServerErrors

serverErrors

Azure Event Hub

azure.eventhub.clusters.Size

sizeBytes

Azure Event Hub

azure.eventhub.clusters.SuccessfulRequests

successfulRequests

Azure Event Hub

azure.eventhub.clusters.ThrottledRequests

throttledRequests

Azure Event Hub

azure.eventhub.clusters.UserErrors

userErrors

Azure Express Route

azure.network.expressrouteports.AdminState

adminState

Azure Express Route

azure.network.expressrouteports.LineProtocol

lineProtocol

Azure Express Route

azure.network.expressrouteports.PortBitsInPerSecond

portBitsInPerSecondCountPerSecond

Azure Express Route

azure.network.expressrouteports.PortBitsOutPerSecond

portBitsOutPerSecondCountPerSecond

Azure Express Route

azure.network.expressrouteports.RxLightLevel

rxLightLevel

Azure Express Route

azure.network.expressrouteports.TxLightLevel

txLightLevel

Azure Express Route

azure.network.expressroutecircuits.ArpAvailability

arpAvailabilityPercent

Azure Express Route

azure.network.expressroutecircuits.BgpAvailability

bgpAvailabilityPercent

Azure Express Route

azure.network.expressroutecircuits.BitsInPerSecond

bitsInPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.BitsOutPerSecond

bitsOutPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.GlobalReachBitsInPerSecond

globalReachBitsInPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.GlobalReachBitsOutPerSecond

globalReachBitsOutPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.QosDropBitsInPerSecond

qosDropBitsInPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.QosDropBitsOutPerSecond

qosDropBitsOutPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.peerings.BitsInPerSecond

bitsInPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutecircuits.peerings.BitsOutPerSecond

bitsOutPerSecondCountPerSecond

Azure Express Route

azure.network.connections.BitsInPerSecond

bitsInPerSecondCountPerSecond

Azure Express Route

azure.network.connections.BitsOutPerSecond

bitsOutPerSecondCountPerSecond

Azure Express Route

azure.network.expressroutegateways.ErGatewayConnectionBitsInPerSecond

erGatewayConnectionBitsInPerSecondCountPerSecond

Azure Express Route

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.network.frontdoors.BackendHealthPercentage

backendHealthPercent

アズールフロントドア

azure.network.frontdoors.BackendRequestCount

backendRequestCount

アズールフロントドア

azure.network.frontdoors.BackendRequestLatency

backendRequestLatencyMilliseconds

アズールフロントドア

azure.network.frontdoors.BillableResponseSize

billableResponseSizeBytes

アズールフロントドア

azure.network.frontdoors.RequestCount

requestCount

アズールフロントドア

azure.network.frontdoors.RequestSize

requestSizeBytes

アズールフロントドア

azure.network.frontdoors.ResponseSize

responseSizeBytes

アズールフロントドア

azure.network.frontdoors.TotalLatency

totalLatencyMilliseconds

アズールフロントドア

azure.network.frontdoors.WebApplicationFirewallRequestCount

webApplicationFirewallRequestCount

Azure Functions

azure.web.sites.AverageMemoryWorkingSet.byFunctionsApp

averageMemoryWorkingSetBytes

Azure Functions

azure.web.sites.BytesReceived.byFunctionsApp

receivedBytes

Azure Functions

azure.web.sites.BytesSent.byFunctionsApp

sentBytes

Azure Functions

azure.web.sites.FunctionExecutionCount

functionExecutionCount

Azure Functions

azure.web.sites.FunctionExecutionUnits

functionExecutionUnits

Azure Functions

azure.web.sites.Http5xx.byFunctionsApp

http5xx

Azure Functions

azure.web.sites.MemoryWorkingSet.byFunctionsApp

memoryWorkingSetBytes

Azure Key Vault

azure.keyvault.vaults.Availability

availabilityPercent

Azure Key Vault

azure.keyvault.vaults.SaturationShoebox

saturationShoeboxPercent

Azure Key Vault

azure.keyvault.vaults.ServiceApiHit

serviceApiHit

Azure Key Vault

azure.keyvault.vaults.ServiceApiLatency

serviceApiLatencyMilliseconds

Azure Key Vault

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 Logic Apps

azure.logic.workflows.ActionLatency

actionLatencySeconds

Azure Logic Apps

azure.logic.workflows.ActionsCompleted

actionsCompleted

Azure Logic Apps

azure.logic.workflows.ActionsFailed

actionsFailed

Azure Logic Apps

azure.logic.workflows.ActionsSkipped

actionsSkipped

Azure Logic Apps

azure.logic.workflows.ActionsStarted

actionsStarted

Azure Logic Apps

azure.logic.workflows.ActionsSucceeded

actionsSucceeded

Azure Logic Apps

azure.logic.workflows.ActionSuccessLatency

actionSuccessLatencySeconds

Azure Logic Apps

azure.logic.workflows.ActionThrottledEvents

actionThrottledEvents

Azure Logic Apps

azure.logic.workflows.BillableActionExecutions

billableActionExecutions

Azure Logic Apps

azure.logic.workflows.BillableTriggerExecutions

billableTriggerExecutions

Azure Logic Apps

azure.logic.workflows.BillingUsageNativeOperation

billingUsageNativeOperation

Azure Logic Apps

azure.logic.workflows.BillingUsageStandardConnector

billingUsageStandardConnector

Azure Logic Apps

azure.logic.workflows.BillingUsageStorageConsumption

billingUsageStorageConsumption

Azure Logic Apps

azure.logic.workflows.RunFailurePercentage

runFailurePercent

Azure Logic Apps

azure.logic.workflows.RunLatency

runLatencySeconds

Azure Logic Apps

azure.logic.workflows.RunsCancelled

runsCancelled

Azure Logic Apps

azure.logic.workflows.RunsCompleted

runsCompleted

Azure Logic Apps

azure.logic.workflows.RunsFailed

runsFailed

Azure Logic Apps

azure.logic.workflows.RunsStarted

runsStarted

Azure Logic Apps

azure.logic.workflows.RunsSucceeded

runsSucceeded

Azure Logic Apps

azure.logic.workflows.RunStartThrottledEvents

runStartThrottledEvents

Azure Logic Apps

azure.logic.workflows.RunSuccessLatency

runSuccessLatencySeconds

Azure Logic Apps

azure.logic.workflows.RunThrottledEvents

runThrottledEvents

Azure Logic Apps

azure.logic.workflows.TotalBillableExecutions

totalBillableExecutions

Azure Logic Apps

azure.logic.workflows.TriggerFireLatency

triggerFireLatencySeconds

Azure Logic Apps

azure.logic.workflows.TriggerLatency

triggerLatencySeconds

Azure Logic Apps

azure.logic.workflows.TriggersCompleted

triggersCompleted

Azure Logic Apps

azure.logic.workflows.TriggersFailed

triggersFailed

Azure Logic Apps

azure.logic.workflows.TriggersFired

triggersFired

Azure Logic Apps

azure.logic.workflows.TriggersSkipped

triggersSkipped

Azure Logic Apps

azure.logic.workflows.TriggersStarted

triggersStarted

Azure Logic Apps

azure.logic.workflows.TriggersSucceeded

triggersSucceeded

Azure Logic Apps

azure.logic.workflows.TriggerSuccessLatency

triggerSuccessLatencySeconds

Azure Logic Apps

azure.logic.workflows.TriggerThrottledEvents

triggerThrottledEvents

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionLatency

actionLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionsCompleted

actionsCompleted

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionsFailed

actionsFailed

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionsSkipped

actionsSkipped

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionsStarted

actionsStarted

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionsSucceeded

actionsSucceeded

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionSuccessLatency

actionSuccessLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.ActionThrottledEvents

actionThrottledEvents

Azure Logic Apps

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentConnectorMemoryUsage

integrationServiceEnvironmentConnectorMemoryUsagePercent

Azure Logic Apps

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentConnectorProcessorUsage

integrationServiceEnvironmentConnectorProcessorUsagePercent

Azure Logic Apps

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentWorkflowMemoryUsage

integrationServiceEnvironmentWorkflowMemoryUsagePercent

Azure Logic Apps

azure.logic.integrationserviceenvironments.IntegrationServiceEnvironmentWorkflowProcessorUsage

integrationServiceEnvironmentWorkflowProcessorUsagePercent

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunFailurePercentage

runFailurePercent

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunLatency

runLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunsCancelled

runsCancelled

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunsCompleted

runsCompleted

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunsFailed

runsFailed

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunsStarted

runsStarted

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunsSucceeded

runsSucceeded

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunStartThrottledEvents

runStartThrottledEvents

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunSuccessLatency

runSuccessLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.RunThrottledEvents

runThrottledEvents

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggerFireLatency

triggerFireLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggerLatency

triggerLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggersCompleted

triggersCompleted

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggersFailed

triggersFailed

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggersFired

triggersFired

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggersSkipped

triggersSkipped

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggersStarted

triggersStarted

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggersSucceeded

triggersSucceeded

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggerSuccessLatency

triggerSuccessLatencySeconds

Azure Logic Apps

azure.logic.integrationserviceenvironments.TriggerThrottledEvents

triggerThrottledEvents

Azure Machine Learning

azure.machinelearningservices.workspaces.ActiveCores

activeCores

Azure Machine Learning

azure.machinelearningservices.workspaces.ActiveNodes

activeNodes

Azure Machine Learning

azure.machinelearningservices.workspaces.CompletedRuns

completedRuns

Azure Machine Learning

azure.machinelearningservices.workspaces.CpuUtilization

cpuUtilization

Azure Machine Learning

azure.machinelearningservices.workspaces.FailedRuns

failedRuns

Azure Machine Learning

azure.machinelearningservices.workspaces.GpuUtilization

gpuUtilization

Azure Machine Learning

azure.machinelearningservices.workspaces.IdleCores

idleCores

Azure Machine Learning

azure.machinelearningservices.workspaces.IdleNodes

idleNodes

Azure Machine Learning

azure.machinelearningservices.workspaces.LeavingCores

leavingCores

Azure Machine Learning

azure.machinelearningservices.workspaces.LeavingNodes

leavingNodes

Azure Machine Learning

azure.machinelearningservices.workspaces.ModelDeployFailed

modelDeployFailed

Azure Machine Learning

azure.machinelearningservices.workspaces.ModelDeployStarted

modelDeployStarted

Azure Machine Learning

azure.machinelearningservices.workspaces.ModelDeploySucceeded

modelDeploySucceeded

Azure Machine Learning

azure.machinelearningservices.workspaces.ModelRegisterFailed

modelRegisterFailed

Azure Machine Learning

azure.machinelearningservices.workspaces.ModelRegisterSucceeded

modelRegisterSucceeded

Azure Machine Learning

azure.machinelearningservices.workspaces.PreemptedCores

preemptedCores

Azure Machine Learning

azure.machinelearningservices.workspaces.PreemptedNodes

preemptedNodes

Azure Machine Learning

azure.machinelearningservices.workspaces.QuotaUtilizationPercentage

quotaUtilizationPercentage

Azure Machine Learning

azure.machinelearningservices.workspaces.StartedRuns

startedRuns

Azure Machine Learning

azure.machinelearningservices.workspaces.TotalCores

totalCores

Azure Machine Learning

azure.machinelearningservices.workspaces.TotalNodes

totalNodes

Azure Machine Learning

azure.machinelearningservices.workspaces.UnusableCores

unusableCores

Azure Machine Learning

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 Redis

azure.cache.redis.cachehits

cacheHits

Azure Redis

azure.cache.redis.cachemisses

cacheMisses

Azure Redis

azure.cache.redis.cacheRead

cacheReadBytesPerSecond

Azure Redis

azure.cache.redis.cacheWrite

cacheWriteBytesPerSecond

Azure Redis

azure.cache.redis.connectedclients

connectedClients

Azure Redis

azure.cache.redis.evictedkeys

evictedKeys

Azure Redis

azure.cache.redis.expiredkeys

expiredKeys

Azure Redis

azure.cache.redis.getcommands

getCommands

Azure Redis

azure.cache.redis.operationsPerSecond

operationsPerSecond

Azure Redis

azure.cache.redis.percentProcessorTime

processorTimePercent

Azure Redis

azure.cache.redis.serverLoad

serverLoadPercent

Azure Redis

azure.cache.redis.setcommands

setCommands

Azure Redis

azure.cache.redis.totalcommandsprocessed

totalCommandsProcessed

Azure Redis

azure.cache.redis.totalkeys

totalKeys

Azure Redis

azure.cache.redis.usedmemory

usedMemoryBytes

Azure Redis

azure.cache.redis.usedmemoryRss

usedMemoryRssBytes

Azure Redis

azure.cache.redis.cachehits0

cacheHits

Azure Redis

azure.cache.redis.cachemisses0

cacheMisses

Azure Redis

azure.cache.redis.cacheRead0

cacheReadBytesPerSecond

Azure Redis

azure.cache.redis.cacheWrite0

cacheWriteBytesPerSecond

Azure Redis

azure.cache.redis.connectedclients0

connectedClients

Azure Redis

azure.cache.redis.evictedkeys0

evictedKeys

Azure Redis

azure.cache.redis.expiredkeys0

expiredKeys

Azure Redis

azure.cache.redis.getcommands0

getCommands

Azure Redis

azure.cache.redis.operationsPerSecond0

operationsPerSecond

Azure Redis

azure.cache.redis.percentProcessorTime0

processorTimePercent

Azure Redis

azure.cache.redis.serverLoad0

serverLoadPercent

Azure Redis

azure.cache.redis.setcommands0

setCommands

Azure Redis

azure.cache.redis.totalcommandsprocessed0

totalCommandsProcessed

Azure Redis

azure.cache.redis.totalkeys0

totalKeys

Azure Redis

azure.cache.redis.usedmemory0

usedMemoryBytes

Azure Redis

azure.cache.redis.usedmemoryRss0

usedMemoryRssBytes

Azure Service Bus

azure.servicebus.namespaces.ActiveConnections

activeConnections

Azure Service Bus

azure.servicebus.namespaces.ActiveMessages.byNamespace

activeMessages

Azure Service Bus

azure.servicebus.namespaces.ConnectionsClosed.byNamespace

connectionsClosed

Azure Service Bus

azure.servicebus.namespaces.ConnectionsOpened.byNamespace

connectionsOpened

Azure Service Bus

azure.servicebus.namespaces.CPUXNS

cpuUsagePercent

Azure Service Bus

azure.servicebus.namespaces.DeadletteredMessages.byNamespace

deadletteredMessages

Azure Service Bus

azure.servicebus.namespaces.IncomingMessages.byNamespace

incomingMessages

Azure Service Bus

azure.servicebus.namespaces.IncomingRequests.byNamespace

incomingRequests

Azure Service Bus

azure.servicebus.namespaces.Messages.byNamespace

messages

Azure Service Bus

azure.servicebus.namespaces.OutgoingMessages.byNamespace

outgoingMessages

Azure Service Bus

azure.servicebus.namespaces.ScheduledMessages.byNamespace

scheduledMessages

Azure Service Bus

azure.servicebus.namespaces.ServerErrors.byNamespace

serverErrors

Azure Service Bus

azure.servicebus.namespaces.Size.byNamespace

sizeBytes

Azure Service Bus

azure.servicebus.namespaces.SuccessfulRequests.byNamespace

successfulRequests

Azure Service Bus

azure.servicebus.namespaces.ThrottledRequests.byNamespace

throttledRequests

Azure Service Bus

azure.servicebus.namespaces.UserErrors.byNamespace

userErrors

Azure Service Bus

azure.servicebus.namespaces.WSXNS

memoryUsagePercent

Azure Service Bus

azure.servicebus.namespaces.ActiveMessages.byQueue

activeMessages

Azure Service Bus

azure.servicebus.namespaces.ConnectionsClosed.byQueue

connectionsClosed

Azure Service Bus

azure.servicebus.namespaces.ConnectionsOpened.byQueue

connectionsOpened

Azure Service Bus

azure.servicebus.namespaces.currentSizeInBytes.byQueue

currentSizeBytes

Azure Service Bus

azure.servicebus.namespaces.DeadletteredMessages.byQueue

deadletteredMessages

Azure Service Bus

azure.servicebus.namespaces.deadLetterMessageCount.byQueue

deadLetterMessages

Azure Service Bus

azure.servicebus.namespaces.IncomingMessages.byQueue

incomingMessages

Azure Service Bus

azure.servicebus.namespaces.IncomingRequests.byQueue

incomingRequests

Azure Service Bus

azure.servicebus.namespaces.Messages.byQueue

messages

Azure Service Bus

azure.servicebus.namespaces.OutgoingMessages.byQueue

outgoingMessages

Azure Service Bus

azure.servicebus.namespaces.ScheduledMessages.byQueue

scheduledMessages

Azure Service Bus

azure.servicebus.namespaces.ServerErrors.byQueue

serverErrors

Azure Service Bus

azure.servicebus.namespaces.Size.byQueue

sizeBytes

Azure Service Bus

azure.servicebus.namespaces.SuccessfulRequests.byQueue

successfulRequests

Azure Service Bus

azure.servicebus.namespaces.ThrottledRequests.byQueue

throttledRequests

Azure Service Bus

azure.servicebus.namespaces.transferDeadLetterMessageCount.byQueue

transferDeadLetterMessages

Azure Service Bus

azure.servicebus.namespaces.transferMessageCount.byQueue

transferMessages

Azure Service Bus

azure.servicebus.namespaces.UserErrors.byQueue

userErrors

Azure Service Bus

azure.servicebus.namespaces.activeMessageCount

activeMessages

Azure Service Bus

azure.servicebus.namespaces.deadLetterMessageCount.bySubscription

deadLetterMessages

Azure Service Bus

azure.servicebus.namespaces.messageCount

messages

Azure Service Bus

azure.servicebus.namespaces.scheduledMessageCount

scheduledMessages

Azure Service Bus

azure.servicebus.namespaces.transferDeadLetterMessageCount.bySubscription

transferDeadLetterMessages

Azure Service Bus

azure.servicebus.namespaces.transferMessageCount.bySubscription

transferMessages

Azure Service Bus

azure.servicebus.namespaces.ActiveMessages.byTopic

activeMessages

Azure Service Bus

azure.servicebus.namespaces.ConnectionsClosed.byTopic

connectionsClosed

Azure Service Bus

azure.servicebus.namespaces.ConnectionsOpened.byTopic

connectionsOpened

Azure Service Bus

azure.servicebus.namespaces.currentSizeInBytes.byTopic

currentSizeInBytes

Azure Service Bus

azure.servicebus.namespaces.DeadletteredMessages.byTopic

deadletteredMessages

Azure Service Bus

azure.servicebus.namespaces.deadLetterMessageCount.byTopic

deadLetterMessages

Azure Service Bus

azure.servicebus.namespaces.IncomingMessages.byTopic

incomingMessages

Azure Service Bus

azure.servicebus.namespaces.IncomingRequests.byTopic

incomingRequests

Azure Service Bus

azure.servicebus.namespaces.Messages.byTopic

messages

Azure Service Bus

azure.servicebus.namespaces.OutgoingMessages.byTopic

outgoingMessages

Azure Service Bus

azure.servicebus.namespaces.ScheduledMessages.byTopic

scheduledMessages

Azure Service Bus

azure.servicebus.namespaces.ServerErrors.byTopic

serverErrors

Azure Service Bus

azure.servicebus.namespaces.Size.byTopic

sizeBytes

Azure Service Bus

azure.servicebus.namespaces.subscriptionCount

subscriptions

Azure Service Bus

azure.servicebus.namespaces.SuccessfulRequests.byTopic

successfulRequests

Azure Service Bus

azure.servicebus.namespaces.ThrottledRequests.byTopic

throttledRequests

Azure Service Bus

azure.servicebus.namespaces.transferDeadLetterMessageCount.byTopic

transferDeadLetterMessages

Azure Service Bus

azure.servicebus.namespaces.transferMessageCount.byTopic

transferMessages

Azure Service Bus

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 Managed Instance

azure.sql.managedinstances.avg_cpu_percent

avgCpuPercent

Azure SQL Managed Instance

azure.sql.managedinstances.io_bytes_read

ioReadBytes

Azure SQL Managed Instance

azure.sql.managedinstances.io_bytes_written

ioWrittenBytes

Azure SQL Managed Instance

azure.sql.managedinstances.io_requests

ioRequests

Azure SQL Managed Instance

azure.sql.managedinstances.reserved_storage_mb

reservedStorage

Azure SQL Managed Instance

azure.sql.managedinstances.storage_space_used_mb

storageSpaceUsed

Azure SQL Managed Instance

azure.sql.managedinstances.virtual_core_count

virtualCore

Azure Storageアカウント

azure.storage.storageaccounts.Availability

availabilityPercent

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.Availability

blobs.availabilityPercent

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.BlobCapacity

blobs.blobCapacityBytes

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.BlobCount

blobs.blobCount

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.ContainerCount

blobs.containerCount

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.Egress

blobs.egressBytes

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.Ingress

blobs.ingressBytes

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.SuccessE2ELatency

blobs.successE2ELatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.SuccessServerLatency

blobs.successServerLatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.blobservices.Transactions

blobs.transactions

Azure Storageアカウント

azure.storage.storageaccounts.Egress

egressBytes

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.Availability

files.availabilityPercent

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.Egress

files.egressBytes

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.FileCapacity

files.fileCapacityBytes

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.FileCount

files.fileCount

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.FileShareCount

files.fileShareCount

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.Ingress

files.ingressBytes

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.SuccessE2ELatency

files.successE2ELatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.SuccessServerLatency

files.successServerLatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.fileservices.Transactions

files.transactions

Azure Storageアカウント

azure.storage.storageaccounts.Ingress

ingressBytes

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.Availability

queues.availabilityPercent

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.Egress

queues.egressBytes

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.Ingress

queues.ingressBytes

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.QueueCapacity

queues.queueCapacityBytes

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.QueueCount

queues.queueCount

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.QueueMessageCount

queues.queueMessagesCount

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.SuccessE2ELatency

queues.successE2ELatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.SuccessServerLatency

queues.successServerLatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.queueservices.Transactions

queues.transactions

Azure Storageアカウント

azure.storage.storageaccounts.SuccessE2ELatency

successE2ELatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.SuccessServerLatency

successServerLatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.Availability

tables.availabilityPercent

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.Egress

tables.egressBytes

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.Ingress

tables.ingressBytes

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.SuccessE2ELatency

tables.successE2ELatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.SuccessServerLatency

tables.successServerLatencyMilliseconds

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.TableCapacity

tables.tableCapacityBytes

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.TableCount

tables.tableCount

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.TableEntityCount

tables.tableEntityCount

Azure Storageアカウント

azure.storage.storageaccounts.tableservices.Transactions

tables.transactions

Azure Storageアカウント

azure.storage.storageaccounts.Transactions

transactions

Azure Storageアカウント

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株式会社。

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