Skip to content

Commit fe3f77d

Browse files
authored
List metrics not supported by DT
@AbbyMSFT - FYI
1 parent 7ed601f commit fe3f77d

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

articles/azure-monitor/alerts/alerts-troubleshoot-metric.md

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Common issues with Azure Monitor metric alerts and possible solutio
44
author: harelbr
55
ms.author: harelbr
66
ms.topic: troubleshooting
7-
ms.date: 2/10/2022
7+
ms.date: 2/15/2022
88
---
99
# Troubleshooting problems in Azure Monitor metric alerts
1010

@@ -301,6 +301,86 @@ Consider one of the following options:
301301
* If your data has weekly seasonality, but not enough history is available for the metric, the calculated thresholds can result in having broad upper and lower bounds. For example, the calculation can treat weekdays and weekends in the same way, and build wide borders that don't always fit the data. This should resolve itself once enough metric history is available, at which point the correct seasonality will be detected and the calculated thresholds will update accordingly.
302302

303303

304+
## When configuring an alert rule's condition, why is Dynamic threshold disabled?
305+
While dynamic thresholds are supported for the vast majority of metrics, there are some metrics that can't use dynamic thresholds.
306+
307+
The table below lists the metrics that aren't supported by dynamic thresholds.
308+
309+
| Resource Type | Metric Name |
310+
| --- | --- |
311+
| Microsoft.ClassicStorage/storageAccounts | UsedCapacity |
312+
| Microsoft.ClassicStorage/storageAccounts/blobServices | BlobCapacity |
313+
| Microsoft.ClassicStorage/storageAccounts/blobServices | BlobCount |
314+
| Microsoft.ClassicStorage/storageAccounts/blobServices | IndexCapacity |
315+
| Microsoft.ClassicStorage/storageAccounts/fileServices | FileCapacity |
316+
| Microsoft.ClassicStorage/storageAccounts/fileServices | FileCount |
317+
| Microsoft.ClassicStorage/storageAccounts/fileServices | FileShareCount |
318+
| Microsoft.ClassicStorage/storageAccounts/fileServices | FileShareSnapshotCount |
319+
| Microsoft.ClassicStorage/storageAccounts/fileServices | FileShareSnapshotSize |
320+
| Microsoft.ClassicStorage/storageAccounts/fileServices | FileShareQuota |
321+
| Microsoft.Compute/disks | Composite Disk Read Bytes/sec |
322+
| Microsoft.Compute/disks | Composite Disk Read Operations/sec |
323+
| Microsoft.Compute/disks | Composite Disk Write Bytes/sec |
324+
| Microsoft.Compute/disks | Composite Disk Write Operations/sec |
325+
| Microsoft.ContainerService/managedClusters | NodesCount |
326+
| Microsoft.ContainerService/managedClusters | PodCount |
327+
| Microsoft.ContainerService/managedClusters | CompletedJobsCount |
328+
| Microsoft.ContainerService/managedClusters | RestartingContainerCount |
329+
| Microsoft.ContainerService/managedClusters | OomKilledContainerCount |
330+
| Microsoft.Devices/IotHubs | TotalDeviceCount |
331+
| Microsoft.Devices/IotHubs | ConnectedDeviceCount |
332+
| Microsoft.Devices/IotHubs | TotalDeviceCount |
333+
| Microsoft.Devices/IotHubs | ConnectedDeviceCount |
334+
| Microsoft.DocumentDB/databaseAccounts | CassandraConnectionClosures |
335+
| Microsoft.EventHub/clusters | Size |
336+
| Microsoft.EventHub/namespaces | Size |
337+
| Microsoft.IoTCentral/IoTApps | connectedDeviceCount |
338+
| Microsoft.IoTCentral/IoTApps | provisionedDeviceCount |
339+
| Microsoft.Kubernetes/connectedClusters | NodesCount |
340+
| Microsoft.Kubernetes/connectedClusters | PodCount |
341+
| Microsoft.Kubernetes/connectedClusters | CompletedJobsCount |
342+
| Microsoft.Kubernetes/connectedClusters | RestartingContainerCount |
343+
| Microsoft.Kubernetes/connectedClusters | OomKilledContainerCount |
344+
| Microsoft.MachineLearningServices/workspaces/onlineEndpoints | RequestsPerMinute |
345+
| Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments | DeploymentCapacity |
346+
| Microsoft.Maps/accounts | CreatorUsage |
347+
| Microsoft.Media/mediaservices/streamingEndpoints | EgressBandwidth |
348+
| Microsoft.Network/applicationGateways | Throughput |
349+
| Microsoft.Network/azureFirewalls | Throughput |
350+
| Microsoft.Network/expressRouteGateways | ExpressRouteGatewayPacketsPerSecond |
351+
| Microsoft.Network/expressRouteGateways | ExpressRouteGatewayNumberOfVmInVnet |
352+
| Microsoft.Network/expressRouteGateways | ExpressRouteGatewayFrequencyOfRoutesChanged |
353+
| Microsoft.Network/virtualNetworkGateways | ExpressRouteGatewayPacketsPerSecond |
354+
| Microsoft.Network/virtualNetworkGateways | ExpressRouteGatewayNumberOfVmInVnet |
355+
| Microsoft.Network/virtualNetworkGateways | ExpressRouteGatewayFrequencyOfRoutesChanged |
356+
| Microsoft.ServiceBus/namespaces | Size |
357+
| Microsoft.ServiceBus/namespaces | Messages |
358+
| Microsoft.ServiceBus/namespaces | ActiveMessages |
359+
| Microsoft.ServiceBus/namespaces | DeadletteredMessages |
360+
| Microsoft.ServiceBus/namespaces | ScheduledMessages |
361+
| Microsoft.ServiceFabricMesh/applications | AllocatedCpu |
362+
| Microsoft.ServiceFabricMesh/applications | AllocatedMemory |
363+
| Microsoft.ServiceFabricMesh/applications | ActualCpu |
364+
| Microsoft.ServiceFabricMesh/applications | ActualMemory |
365+
| Microsoft.ServiceFabricMesh/applications | ApplicationStatus |
366+
| Microsoft.ServiceFabricMesh/applications | ServiceStatus |
367+
| Microsoft.ServiceFabricMesh/applications | ServiceReplicaStatus |
368+
| Microsoft.ServiceFabricMesh/applications | ContainerStatus |
369+
| Microsoft.ServiceFabricMesh/applications | RestartCount |
370+
| Microsoft.Storage/storageAccounts | UsedCapacity |
371+
| Microsoft.Storage/storageAccounts/blobServices | BlobCapacity |
372+
| Microsoft.Storage/storageAccounts/blobServices | BlobCount |
373+
| Microsoft.Storage/storageAccounts/blobServices | BlobProvisionedSize |
374+
| Microsoft.Storage/storageAccounts/blobServices | IndexCapacity |
375+
| Microsoft.Storage/storageAccounts/fileServices | FileCapacity |
376+
| Microsoft.Storage/storageAccounts/fileServices | FileCount |
377+
| Microsoft.Storage/storageAccounts/fileServices | FileShareCount |
378+
| Microsoft.Storage/storageAccounts/fileServices | FileShareSnapshotCount |
379+
| Microsoft.Storage/storageAccounts/fileServices | FileShareSnapshotSize |
380+
| Microsoft.Storage/storageAccounts/fileServices | FileShareCapacityQuota |
381+
| Microsoft.Storage/storageAccounts/fileServices | FileShareProvisionedIOPS |
382+
383+
304384
## Next steps
305385

306386
- For general troubleshooting information about alerts and notifications, see [Troubleshooting problems in Azure Monitor alerts](alerts-troubleshoot.md).

0 commit comments

Comments
 (0)