Skip to content

Commit bf0655d

Browse files
committed
Export metrics and commitment tier comment
1 parent 749e1d1 commit bf0655d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

articles/azure-monitor/logs/logs-data-export.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ If you've configured your Storage Account to allow access from selected networks
127127
> [!IMPORTANT]
128128
> Export destinations have limits and should be monitored to minimize throttling, failures, and latency. For more information, see [Storage Account scalability](../../storage/common/scalability-targets-standard-account.md#scale-targets-for-standard-storage-accounts) and [Event Hubs namespace quotas](../../event-hubs/event-hubs-quotas.md).
129129
130+
The following metrics are available for data export operation and alerts
131+
132+
| Metric name | Description |
133+
|:---|:---|
134+
| Bytes Exported | Total number of bytes exported to destination from Log Analytics workspace within the selected time range. The size of data exported is the number of bytes in the exported JSON formatted data. 1 GB = 10^9 bytes. |
135+
| Export Failures | Total number of failed export requests in the Log Analytics workspace within the selected time range. This number includes export failures that can result by Azure Monitor, destination resource availability, or throttling. |
136+
| Records exported | Total number of records exported from Log Analytics workspace within the selected time range. This number counts records for operations that ended with success. |
137+
138+
130139
#### Monitor a Storage Account
131140

132141
1. Use a separate Storage Account for export.

articles/azure-monitor/logs/logs-dedicated-clusters.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ N/A
9898

9999
#### [CLI](#tab/cli)
100100

101+
> [!NOTE]
102+
> The minimum commitment tier supported in CLI is 500 currently. Use REST to configure lower commitment tiers with minimum of 100.
103+
101104
```azurecli
102105
az account set --subscription "cluster-subscription-id"
103106

@@ -110,6 +113,9 @@ az resource wait --created --ids $clusterResourceId --include-response-body true
110113

111114
#### [PowerShell](#tab/powershell)
112115

116+
> [!NOTE]
117+
> The minimum commitment tier supported in CLI is 500 currently. Use REST to configure lower commitment tiers with minimum of 100.
118+
113119
```powershell
114120
Select-AzSubscription "cluster-subscription-id"
115121

0 commit comments

Comments
 (0)