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/essentials/metrics-custom-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Azure Monitor imposes the following usage limits on custom metrics:
224
224
|Total active time series in a subscription across all regions you've deployed to|50,000|
225
225
|Dimension keys per metric|10|
226
226
|String length for metric namespaces, metric names, dimension keys, and dimension values|256 characters|
227
-
|Total size of all metric names combined into a single utf string|64kb|
227
+
|Total size of all metric names combined into a single utf-8 string|64kb|
228
228
229
229
An active time series is defined as any unique combination of metric, dimension key, or dimension value that has had metric values published in the past 12 hours.
230
230
@@ -247,9 +247,9 @@ Follow the steps below to see your current total active time series metrics, and
247
247
1. Select the **Apply** button.
248
248
1. Choose either **Active Time Series**, **Active Time Series Limit**, or **Throttled Time Series**.
249
249
250
-
There is a limit on the total size of all metric names concatenated into a single utf string for indexing metric names. If the 64kb limit is exceeded, the metricdefinitions API and any selection UI in the Azure Portal that lets you choose a metric name will not return new metrics that are emitted after the limit has been hit.
250
+
There is a limit on the total size of all metric names concatenated into a single utf-8 string for indexing metric names. If the 64kb limit is exceeded, the metricdefinitions API and any selection UI in the Azure Portal that lets you choose a metric name will not return new metrics that are emitted after the limit has been hit.
251
251
252
-
When this happens, reduce the number of metrics you are sending or shorten the length of their names. The limit will reset about a day afterwards. A common pratice that causes the limit to be hit is to encode some variable in the metric name itself. The best way to resolve the situation is to move the variable out of the metric name and into a dimension.
252
+
When this happens, reduce the number of metrics you are sending or shorten the length of their names. The limit will reset about two days afterwards. A common pratice that causes the limit to be hit is to encode some variable in the metric name itself. The best way to resolve the situation is to move the variable out of the metric name and into a dimension.
0 commit comments