Skip to content

Commit f8aaa73

Browse files
authored
Merge pull request #103923 from rboucher/patch-19
Export Diagnostic settings Null zero update
2 parents 70fc6d5 + 26d18b7 commit f8aaa73

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/azure-monitor/platform/metrics-supported-export-diagnostic-settings.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: List of metrics available for each resource type with Azure Monitor
44
services: azure-monitor
55
ms.service: azure-monitor
66
ms.topic: reference
7-
ms.date: 05/20/2019
7+
ms.date: 02/10/2020
88
author: rboucher
99
ms.author: robb
1010
ms.subservice: metrics
@@ -19,6 +19,19 @@ You can export the platform metrics from the Azure monitor pipeline to other loc
1919

2020
Because of intricacies in the Azure Monitor backend, not all metrics are exportable using diagnostic settings. The table below lists which can and cannot be exported using diagnostic settings.
2121

22+
## Change to behavior for NULLs and Zero values
23+
24+
For the platform metrics that can be exported via diagnostic settings, there are a few metrics for which Azure Monitor interprets '0s' as 'Nulls'. This has caused some confusion between real '0s' (emitted by resource) and interpreted '0s' (Nulls). Starting **April 1, 2020** platform metrics exported via diagnostic settings will no longer export '0s' unless they have truly been emitted by the underlying resource. Please note:
25+
26+
1. If you delete a resource group or a specific resource, metric data from the effected resources will no longer be sent to diagnostic setting export destinations. That is, it will no longer appear in Event Hubs, Storage Accounts and Log Analytics Workspaces.
27+
2. This improvement will be available in all public and private clouds.
28+
3. This change will not impact the behavior of any of the following experiences:
29+
- Platform Resource Logs exported via Diagnostic Settings
30+
- Metrics charting in Metrics Explorer
31+
- Alerting on platform metrics
32+
33+
## Metrics exportable table
34+
2235
The table contains the following columns.
2336
- Exportable via Diagnostic Settings?
2437
- ResourceType

0 commit comments

Comments
 (0)