You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/logs-data-export.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,31 +142,31 @@ If you have configured your Storage Account to allow access from selected networ
142
142
### Create or update data export rule
143
143
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.
144
144
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).
146
146
147
-
#### Recommendations for storage account
147
+
#### Monitoring storage account
148
148
149
149
1. Use separate storage account for export
150
-
1. Configure alert on the metric below with the following settings:
| 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|
155
155
156
156
1. Alert remediation actions
157
157
- Use separate storage account for export
158
158
- Azure Storage standard accounts support higher ingress limit by request. To request an increase, contact [Azure Support](https://azure.microsoft.com/support/faq/)
159
159
- Split tables between additional storage accounts
| 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|
170
170
171
171
1. Alert remediation actions
172
172
- 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