Skip to content

Commit 7a9a91e

Browse files
authored
Merge pull request #109547 from rboucher/patch-21
Clarify column title on NULLs
2 parents 570473c + fee152c commit 7a9a91e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: Azure Monitor platform metrics exportable via Diagnostic Settings
33
description: List of metrics available for each resource type with Azure Monitor.
44
services: azure-monitor
5-
65
ms.topic: reference
7-
ms.date: 02/10/2020
6+
ms.date: 03/30/2020
87
ms.subservice: metrics
98
---
109
# Azure Monitor platform metrics exportable via Diagnostic Settings
@@ -19,7 +18,9 @@ Because of intricacies in the Azure Monitor backend, not all metrics are exporta
1918

2019
## Change to behavior for NULLs and Zero values
2120

22-
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:
21+
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). Soon a change will occur and platform metrics exported via diagnostic settings will no longer export '0s' unless they have truly been emitted by the underlying resource. The change was scheduled for April 1, 2020, but has been delayed due to priority shifts due to COVID-19.
22+
23+
Please note:
2324

2425
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.
2526
2. This improvement will be available in all public and private clouds.
@@ -44,7 +45,7 @@ The table contains the following columns.
4445
> The table below may have a horizontal scroll bar at the bottom. If you believe you are missing information, check to see that the scroll bar is all the way to the left.
4546
4647

47-
| Exportable via Diagnostic Settings? | Emits NULLs | ResourceType | Metric | MetricDisplayName | Unit | AggregationType |
48+
| Exportable via Diagnostic Settings? | Already emit NULLs | ResourceType | Metric | MetricDisplayName | Unit | AggregationType |
4849
|---|---| ---- | ----- | ------ | ---- | ---- |
4950
| ****Yes**** | No | Microsoft.AnalysisServices/servers | CleanerCurrentPrice | Memory: Cleaner Current Price | Count | Average |
5051
| ****Yes**** | No | Microsoft.AnalysisServices/servers | CleanerMemoryNonshrinkable | Memory: Cleaner Memory nonshrinkable | Bytes | Average |

0 commit comments

Comments
 (0)