Skip to content

Commit 814fb60

Browse files
author
salramirez
authored
Math correction, 20,000 instead of 2,000
1 parent 0b3623a commit 814fb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/metrics-custom-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To understand the limit of 50,000 on time series, consider the following metric:
211211

212212
> *Server response time* with Dimensions: *Region*, *Department*, *CustomerID*
213213
214-
With this metric, if you have 10 regions, 20 departments, and 100 customers, that gives you 10 x 20 x 100 = 2,000 time series.
214+
With this metric, if you have 10 regions, 20 departments, and 100 customers, that gives you 10 x 20 x 100 = 20,000 time series.
215215

216216
If you have 100 regions, 200 departments, and 2,000 customers, that gives you 100 x 200 x 2,000 = 40 million time series, which is far over the limit just for this metric alone.
217217

@@ -244,4 +244,4 @@ Use custom metrics from various services:
244244
- [Azure virtual machine (classic)](../essentials/collect-custom-metrics-guestos-vm-classic.md)
245245
- [Linux virtual machine using the Telegraf agent](../essentials/collect-custom-metrics-linux-telegraf.md)
246246
- [REST API](./metrics-store-custom-rest-api.md)
247-
- [Classic cloud service](../essentials/collect-custom-metrics-guestos-vm-cloud-service-classic.md)
247+
- [Classic cloud service](../essentials/collect-custom-metrics-guestos-vm-cloud-service-classic.md)

0 commit comments

Comments
 (0)