Skip to content

Commit 52ae83b

Browse files
committed
24/1 before publish
1 parent b56db69 commit 52ae83b

File tree

2 files changed

+65
-37
lines changed

2 files changed

+65
-37
lines changed

articles/azure-monitor/essentials/metrics-supported.md

Lines changed: 39 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: EdB-MSFT
55
services: azure-monitor
66
ms.topic: reference
77
ms.custom: ignite-2022
8-
ms.date: 01/12/2023
8+
ms.date: 01/24/2023
99
ms.author: edbaynash
1010
ms.reviewer: priyamishra
1111
---
@@ -15,7 +15,7 @@ ms.reviewer: priyamishra
1515
> [!NOTE]
1616
> This list is largely auto-generated. Any modification made to this list via GitHub might be written over without warning. Contact the author of this article for details on how to make permanent updates.
1717

18-
Date list was last updated: 01/12/2023.
18+
Date list was last updated: 01/24/2023.
1919

2020
Azure Monitor provides several ways to interact with metrics, including charting them in the Azure portal, accessing them through the REST API, or querying them by using PowerShell or the Azure CLI (Command Line Interface).
2121

@@ -736,7 +736,7 @@ This latest update adds a new column and reorders the metrics to be alphabetical
736736
|SuccessE2ELatency |Yes |Success E2E Latency |Milliseconds |Average |The end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response. |GeoType, ApiName, Authentication |
737737
|SuccessServerLatency |Yes |Success Server Latency |Milliseconds |Average |The latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in SuccessE2ELatency. |GeoType, ApiName, Authentication |
738738
|Transactions |Yes |Transactions |Count |Total |The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response. |ResponseType, GeoType, ApiName, Authentication |
739-
|UsedCapacity |Yes |Used capacity |Bytes |Average |Account used capacity |No Dimensions |
739+
|UsedCapacity |No |Used capacity |Bytes |Average |Account used capacity |No Dimensions |
740740

741741

742742
## Microsoft.ClassicStorage/storageAccounts/blobServices
@@ -1739,6 +1739,32 @@ This latest update adds a new column and reorders the metrics to be alphabetical
17391739
|RegistrationAttempts |Yes |Registration attempts |Count |Total |Number of device registrations attempted |ProvisioningServiceName, IotHubName, Status |
17401740

17411741

1742+
## Microsoft.DigitalTwins/digitalTwinsInstances
1743+
<!-- Data source : arm-->
1744+
1745+
|Metric|Exportable via Diagnostic Settings?|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
1746+
|---|---|---|---|---|---|---|
1747+
|ApiRequests |Yes |API Requests |Count |Total |The number of API requests made for Digital Twins read, write, delete and query operations. |Operation, Authentication, Protocol, StatusCode, StatusCodeClass, StatusText |
1748+
|ApiRequestsFailureRate |Yes |API Requests Failure Rate |Percent |Average |The percentage of API requests that the service receives for your instance that return an internal error (500) response code for Digital Twins read, write, delete and query operations. |Operation, Authentication, Protocol |
1749+
|ApiRequestsLatency |Yes |API Requests Latency |Milliseconds |Average |The response time for API requests, i.e. from when the request is received by Azure Digital Twins until the service sends a success/fail result for Digital Twins read, write, delete and query operations. |Operation, Authentication, Protocol, StatusCode, StatusCodeClass, StatusText |
1750+
|BillingApiOperations |Yes |Billing API Operations |Count |Total |Billing metric for the count of all API requests made against the Azure Digital Twins service. |MeterId |
1751+
|BillingMessagesProcessed |Yes |Billing Messages Processed |Count |Total |Billing metric for the number of messages sent out from Azure Digital Twins to external endpoints. |MeterId |
1752+
|BillingQueryUnits |Yes |Billing Query Units |Count |Total |The number of Query Units, an internally computed measure of service resource usage, consumed to execute queries. |MeterId |
1753+
|BulkOperationEntityCount |Yes |Bulk Operation Entity Count (preview) |Count |Total |The number of twins, models, or relationships processed by a bulk operation. |Operation, Result |
1754+
|BulkOperationLatency |Yes |Bulk Operation Latency (preview) |Milliseconds |Average |Total time taken for a bulk operation to complete. |Operation, Authentication, Protocol |
1755+
|DataHistoryRouting |Yes |Data History Messages Routed (preview) |Count |Total |The number of messages routed to a time series database. |EndpointType, Result |
1756+
|DataHistoryRoutingFailureRate |Yes |Data History Routing Failure Rate (preview) |Percent |Average |The percentage of events that result in an error as they are routed from Azure Digital Twins to a time series database. |EndpointType |
1757+
|DataHistoryRoutingLatency |Yes |Data History Routing Latency (preview) |Milliseconds |Average |Time elapsed between an event getting routed from Azure Digital Twins to when it is posted to a time series database. |EndpointType, Result |
1758+
|IngressEvents |Yes |Ingress Events |Count |Total |The number of incoming telemetry events into Azure Digital Twins. |Result |
1759+
|IngressEventsFailureRate |Yes |Ingress Events Failure Rate |Percent |Average |The percentage of incoming telemetry events for which the service returns an internal error (500) response code. |No Dimensions |
1760+
|IngressEventsLatency |Yes |Ingress Events Latency |Milliseconds |Average |The time from when an event arrives to when it is ready to be egressed by Azure Digital Twins, at which point the service sends a success/fail result. |Result |
1761+
|ModelCount |Yes |Model Count |Count |Total |Total number of models in the Azure Digital Twins instance. Use this metric to determine if you are approaching the service limit for max number of models allowed per instance. |No Dimensions |
1762+
|Routing |Yes |Messages Routed |Count |Total |The number of messages routed to an endpoint Azure service such as Event Hub, Service Bus or Event Grid. |EndpointType, Result |
1763+
|RoutingFailureRate |Yes |Routing Failure Rate |Percent |Average |The percentage of events that result in an error as they are routed from Azure Digital Twins to an endpoint Azure service such as Event Hub, Service Bus or Event Grid. |EndpointType |
1764+
|RoutingLatency |Yes |Routing Latency |Milliseconds |Average |Time elapsed between an event getting routed from Azure Digital Twins to when it is posted to the endpoint Azure service such as Event Hub, Service Bus or Event Grid. |EndpointType, Result |
1765+
|TwinCount |Yes |Twin Count |Count |Total |Total number of twins in the Azure Digital Twins instance. Use this metric to determine if you are approaching the service limit for max number of twins allowed per instance. |No Dimensions |
1766+
1767+
17421768
## Microsoft.DocumentDB/cassandraClusters
17431769
<!-- Data source : naam-->
17441770

@@ -2793,10 +2819,10 @@ This latest update adds a new column and reorders the metrics to be alphabetical
27932819
|---|---|---|---|---|---|---|
27942820
|ApplicationGatewayTotalTime |No |Application Gateway Total Time |MilliSeconds |Average |Average time that it takes for a request to be processed and its response to be sent. This is calculated as average of the interval from the time when Application Gateway receives the first byte of an HTTP request to the time when the response send operation finishes. It's important to note that this usually includes the Application Gateway processing time, time that the request and response packets are traveling over the network and the time the backend server took to respond. |Listener |
27952821
|AvgRequestCountPerHealthyHost |No |Requests per minute per Healthy Host |Count |Average |Average request count per minute per healthy backend host in a pool |BackendSettingsPool |
2796-
|AzwafBotProtection |Yes |WAF Bot Protection Matches |Count |Total |Matched Bot Rules |Action, Category, Mode, CountryCode |
2797-
|AzwafCustomRule |Yes |WAF Custom Rule Matches |Count |Total |Matched Custom Rules |Action, CustomRuleID, Mode, CountryCode |
2798-
|AzwafSecRule |Yes |WAF Managed Rule Matches |Count |Total |Matched Managed Rules |Action, Mode, RuleGroupID, RuleID, CountryCode |
2799-
|AzwafTotalRequests |Yes |WAF Total Requests |Count |Total |Total number of requests evaluated by WAF |Action, CountryCode, Method, Mode |
2822+
|AzwafBotProtection |Yes |WAF Bot Protection Matches |Count |Total |Matched Bot Rules |Action, Category, Mode, CountryCode, PolicyName, PolicyScope |
2823+
|AzwafCustomRule |Yes |WAF Custom Rule Matches |Count |Total |Matched Custom Rules |Action, CustomRuleID, Mode, CountryCode, PolicyName, PolicyScope |
2824+
|AzwafSecRule |Yes |WAF Managed Rule Matches |Count |Total |Matched Managed Rules |Action, Mode, RuleGroupID, RuleID, CountryCode, PolicyName, PolicyScope, RuleSetName |
2825+
|AzwafTotalRequests |Yes |WAF Total Requests |Count |Total |Total number of requests evaluated by WAF |Action, CountryCode, Method, Mode, PolicyName, PolicyScope |
28002826
|BackendConnectTime |No |Backend Connect Time |MilliSeconds |Average |Time spent establishing a connection with a backend server |Listener, BackendServer, BackendPool, BackendHttpSetting |
28012827
|BackendFirstByteResponseTime |No |Backend First Byte Response Time |MilliSeconds |Average |Time interval between start of establishing a connection to backend server and receiving the first byte of the response header, approximating processing time of backend server |Listener, BackendServer, BackendPool, BackendHttpSetting |
28022828
|BackendLastByteResponseTime |No |Backend Last Byte Response Time |MilliSeconds |Average |Time interval between start of establishing a connection to backend server and receiving the last byte of the response body |Listener, BackendServer, BackendPool, BackendHttpSetting |
@@ -3690,17 +3716,6 @@ This latest update adds a new column and reorders the metrics to be alphabetical
36903716
|cpu_limit |Yes |CPU limit |Count |Average |CPU limit. Applies to vCore-based elastic pools. |No Dimensions |
36913717
|cpu_percent |Yes |CPU percentage |Percent |Average |CPU percentage |No Dimensions |
36923718
|cpu_used |Yes |CPU used |Count |Average |CPU used. Applies to vCore-based elastic pools. |No Dimensions |
3693-
|database_allocated_data_storage |No |Data space allocated |Bytes |Average |Data space allocated |DatabaseResourceId |
3694-
|database_cpu_limit |No |CPU limit |Count |Average |CPU limit |DatabaseResourceId |
3695-
|database_cpu_percent |No |CPU percentage |Percent |Average |CPU percentage |DatabaseResourceId |
3696-
|database_cpu_used |No |CPU used |Count |Average |CPU used |DatabaseResourceId |
3697-
|database_dtu_consumption_percent |No |DTU percentage |Percent |Average |DTU percentage |DatabaseResourceId |
3698-
|database_eDTU_used |No |eDTU used |Count |Average |eDTU used |DatabaseResourceId |
3699-
|database_log_write_percent |No |Log IO percentage |Percent |Average |Log IO percentage |DatabaseResourceId |
3700-
|database_physical_data_read_percent |No |Data IO percentage |Percent |Average |Data IO percentage |DatabaseResourceId |
3701-
|database_sessions_percent |No |Sessions percentage |Percent |Average |Sessions percentage |DatabaseResourceId |
3702-
|database_storage_used |No |Data space used |Bytes |Average |Data space used |DatabaseResourceId |
3703-
|database_workers_percent |No |Workers percentage |Percent |Average |Workers percentage |DatabaseResourceId |
37043719
|dtu_consumption_percent |Yes |DTU percentage |Percent |Average |DTU Percentage. Applies to DTU-based elastic pools. |No Dimensions |
37053720
|eDTU_limit |Yes |eDTU limit |Count |Average |eDTU limit. Applies to DTU-based elastic pools. |No Dimensions |
37063721
|eDTU_used |Yes |eDTU used |Count |Average |eDTU used. Applies to DTU-based elastic pools. |No Dimensions |
@@ -3731,7 +3746,7 @@ This latest update adds a new column and reorders the metrics to be alphabetical
37313746
|SuccessE2ELatency |Yes |Success E2E Latency |MilliSeconds |Average |The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response. |GeoType, ApiName, Authentication |
37323747
|SuccessServerLatency |Yes |Success Server Latency |MilliSeconds |Average |The average time used to process a successful request by Azure Storage. This value does not include the network latency specified in SuccessE2ELatency. |GeoType, ApiName, Authentication |
37333748
|Transactions |Yes |Transactions |Count |Total |The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response. |ResponseType, GeoType, ApiName, Authentication, TransactionType |
3734-
|UsedCapacity |Yes |Used capacity |Bytes |Average |The amount of storage used by the storage account. For standard storage accounts, it's the sum of capacity used by blob, table, file, and queue. For premium storage accounts and Blob storage accounts, it is the same as BlobCapacity or FileCapacity. |No Dimensions |
3749+
|UsedCapacity |No |Used capacity |Bytes |Average |The amount of storage used by the storage account. For standard storage accounts, it's the sum of capacity used by blob, table, file, and queue. For premium storage accounts and Blob storage accounts, it is the same as BlobCapacity or FileCapacity. |No Dimensions |
37353750

37363751

37373752
## Microsoft.Storage/storageAccounts/blobServices
@@ -4075,12 +4090,14 @@ This latest update adds a new column and reorders the metrics to be alphabetical
40754090
|WarmStorageUsedProperties |Yes |Warm Storage Used Properties |Count |Maximum |Number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU |No Dimensions |
40764091

40774092

4078-
## Microsoft.Web/connections
4093+
## Microsoft.VoiceServices/CommunicationsGateways
40794094
<!-- Data source : naam-->
40804095

40814096
|Metric|Exportable via Diagnostic Settings?|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
40824097
|---|---|---|---|---|---|---|
4083-
|Requests |No |Requests |Count |Total |API Connection Requests |HttpStatusCode, ClientIPAddress |
4098+
|ActiveCallFailures |No |Active Call Failures |Percent |Average |Percentage of active call failures |PerimetaRegion |
4099+
|ActiveCalls |No |Active Calls |Count |Average |Count of the total number of active calls (signaling sessions) |PerimetaRegion |
4100+
|ActiveEmergencyCalls |No |Active Emergency Calls |Count |Average |Count of the total number of active emergency calls |PerimetaRegion |
40844101

40854102

40864103
## Microsoft.Web/containerapps
@@ -4339,4 +4356,4 @@ This latest update adds a new column and reorders the metrics to be alphabetical
43394356
- [Export metrics to storage, Event Hub, or Log Analytics](../essentials/platform-logs-overview.md)
43404357

43414358

4342-
<!--Gen Date: Thu Jan 12 2023 14:50:44 GMT+0200 (Israel Standard Time)-->
4359+
<!--Gen Date: Tue Jan 24 2023 08:57:30 GMT+0200 (Israel Standard Time)-->

articles/azure-monitor/essentials/resource-logs-categories.md

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Supported categories for Azure Monitor resource logs
33
description: Understand the supported services and event schemas for Azure Monitor resource logs.
44
author: EdB-MSFT
55
ms.topic: reference
6-
ms.date: 01/12/2023
6+
ms.date: 01/24/2023
77
ms.author: edbaynash
88
ms.reviewer: lualderm
99

@@ -474,17 +474,6 @@ If you think something is missing, you can open a GitHub comment at the bottom o
474474
|Requests |Request Logs |No |
475475

476476

477-
## Microsoft.DataProtection/BackupVaults
478-
<!-- Data source : naam-->
479-
480-
|Category|Category Display Name|Costs To Export|
481-
|---|---|---|
482-
|AddonAzureBackupJobs |Addon Azure Backup Job Data |Yes |
483-
|AddonAzureBackupPolicy |Addon Azure Backup Policy Data |Yes |
484-
|AddonAzureBackupProtectedInstance |Addon Azure Backup Protected Instance Data |Yes |
485-
|CoreAzureBackup |Core Azure Backup Data |Yes |
486-
487-
488477
## Microsoft.DataShare/accounts
489478
<!-- Data source : arm-->
490479

@@ -643,6 +632,19 @@ If you think something is missing, you can open a GitHub comment at the bottom o
643632
|ServiceOperations |Service Operations |No |
644633

645634

635+
## Microsoft.DigitalTwins/digitalTwinsInstances
636+
<!-- Data source : arm-->
637+
638+
|Category|Category Display Name|Costs To Export|
639+
|---|---|---|
640+
|DataHistoryOperation |DataHistoryOperation |Yes |
641+
|DigitalTwinsOperation |DigitalTwinsOperation |No |
642+
|EventRoutesOperation |EventRoutesOperation |No |
643+
|ModelsOperation |ModelsOperation |No |
644+
|QueryOperation |QueryOperation |No |
645+
|ResourceProviderOperation |ResourceProviderOperation |Yes |
646+
647+
646648
## Microsoft.DocumentDB/cassandraClusters
647649
<!-- Data source : naam-->
648650

@@ -1267,6 +1269,14 @@ If you think something is missing, you can open a GitHub comment at the bottom o
12671269
|ScanResults |AntimalwareScanResults |Yes |
12681270

12691271

1272+
## Microsoft.Security/defenderForStorageSettings
1273+
<!-- Data source : naam-->
1274+
1275+
|Category|Category Display Name|Costs To Export|
1276+
|---|---|---|
1277+
|ScanResults |AntimalwareScanResults |Yes |
1278+
1279+
12701280
## microsoft.securityinsights/settings
12711281
<!-- Data source : naam-->
12721282

@@ -1281,7 +1291,7 @@ If you think something is missing, you can open a GitHub comment at the bottom o
12811291

12821292
|Category|Category Display Name|Costs To Export|
12831293
|---|---|---|
1284-
|ApplicationMetricsLogs |Application Metrics Logs |Yes |
1294+
|ApplicationMetricsLogs |Application Metrics Logs(Unused) |Yes |
12851295
|OperationalLogs |Operational Logs |No |
12861296
|RuntimeAuditLogs |Runtime Audit Logs |Yes |
12871297
|VNetAndIPFilteringLogs |VNet/IP Filtering Connection Logs |No |
@@ -1310,6 +1320,7 @@ If you think something is missing, you can open a GitHub comment at the bottom o
13101320

13111321
|Category|Category Display Name|Costs To Export|
13121322
|---|---|---|
1323+
|Activity |Activity Logs |Yes |
13131324
|Execution |Execution Logs |Yes |
13141325

13151326

@@ -1456,7 +1467,7 @@ If you think something is missing, you can open a GitHub comment at the bottom o
14561467
|---|---|---|
14571468
|Command |Synapse Data Explorer Command |Yes |
14581469
|FailedIngestion |Synapse Data Explorer Failed Ingestion |Yes |
1459-
|Ingestion Batching |Synapse Data Explorer Ingestion Batching |Yes |
1470+
|IngestionBatching |Synapse Data Explorer Ingestion Batching |Yes |
14601471
|Query |Synapse Data Explorer Query |Yes |
14611472
|SucceededIngestion |Synapse Data Explorer Succeeded Ingestion |Yes |
14621473
|TableDetails |Synapse Data Explorer Table Details |Yes |
@@ -1569,4 +1580,4 @@ If you think something is missing, you can open a GitHub comment at the bottom o
15691580
* [Analyze logs from Azure storage with Log Analytics](./resource-logs.md#send-to-log-analytics-workspace)
15701581

15711582

1572-
<!--Gen Date: Thu Jan 12 2023 14:50:44 GMT+0200 (Israel Standard Time)-->
1583+
<!--Gen Date: Tue Jan 24 2023 08:57:30 GMT+0200 (Israel Standard Time)-->

0 commit comments

Comments
 (0)