Skip to content

Commit 49ad801

Browse files
authored
Updated destination metrics
1 parent d9c0a27 commit 49ad801

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,31 +142,31 @@ If you have configured your Storage Account to allow access from selected networ
142142
### Create or update data export rule
143143
Data export rule defines the tables for which data is exported and destination. You can have 10 enabled rules in your workspace, additional rules can be added, but in 'disable' state. Destinations must be unique across all export rules in workspace.
144144

145-
Data export destinations have limits and they should be monitored to minimize export throttling, failures and latency. See [storage accounts scalability](../../storage/common/scalability-targets-standard-account.md#scale-targets-for-standard-storage-accounts) and [event hub namespace quota](../../event-hubs/event-hubs-quotas.md).
145+
Data export destinations have limits and should be monitored to minimize export throttling, failures and latency. See [storage accounts scalability](../../storage/common/scalability-targets-standard-account.md#scale-targets-for-standard-storage-accounts) and [event hub namespace quota](../../event-hubs/event-hubs-quotas.md).
146146

147-
#### Recommendations for storage account
147+
#### Monitoring storage account
148148

149149
1. Use separate storage account for export
150-
1. Configure alert on the metric below with the following settings:
150+
1. Configure alert on the metric below:
151151

152152
| Scope | Metric Namespace | Metric | Aggregation | Threshold |
153153
|:---|:---|:---|:---|:---|
154-
| storage-name | Account | Ingress | Sum | 80% of max storage ingress rate. For example: it's 60Gbps for general-purpose v2 in West US |
154+
| storage-name | Account | Ingress | Sum | 80% of max ingress per alert evaluation period . For example: limit is 60Gbps for general-purpose v2 in West US. Threshold is 14400Gb per 5 minutes evaluation period |
155155

156156
1. Alert remediation actions
157157
- Use separate storage account for export
158158
- Azure Storage standard accounts support higher ingress limit by request. To request an increase, contact [Azure Support](https://azure.microsoft.com/support/faq/)
159159
- Split tables between additional storage accounts
160160

161-
#### Recommendations for event hub
161+
#### Monitoring event hub
162162

163-
1. Configure [metric alerts](../../event-hubs/monitor-event-hubs-reference.md):
163+
1. Configure alerts on the [metrics](../../event-hubs/monitor-event-hubs-reference.md) below:
164164

165165
| Scope | Metric Namespace | Metric | Aggregation | Threshold |
166166
|:---|:---|:---|:---|:---|
167-
| namespaces-name | Event Hub standard metrics | Incoming bytes | Sum | 80% of max ingress per 5 minutes. For example, it's 1MB/s per unit (TU or PU) |
168-
| namespaces-name | Event Hub standard metrics | Incoming requests | Count | 80% of max events per 5 minutes. For example, it's 1000/s per unit (TU or PU) |
169-
| namespaces-name | Event Hub standard metrics | Quota Exceeded Errors | Count | Between 1% to 5% of request |
167+
| namespaces-name | Event Hub standard metrics | Incoming bytes | Sum | 80% of max ingress per alert evaluation period. For example, limit is 1MB/s per unit (TU or PU) and 5 units used. Threshold is 1200MB per 5 minutes evaluation period |
168+
| namespaces-name | Event Hub standard metrics | Incoming requests | Count | 80% of max events per alert evaluation period. For example, limit is 1000/s per unit (TU or PU) and 5 units used. Threshold is 1200000 per 5 minutes evaluation period |
169+
| namespaces-name | Event Hub standard metrics | Quota Exceeded Errors | Count | Between 1% of request. For example, requests per 5 minutes is 600000. Threshold is 6000 per 5 minutes evaluation period |
170170

171171
1. Alert remediation actions
172172
- Configure [Auto-inflate](../../event-hubs/event-hubs-auto-inflate.md) feature to automatically scale up and increase the number of throughput units to meet usage needs

0 commit comments

Comments
 (0)