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
By default multi-dimensional metrics within the Metric explorer experience are not turned on in Application Insights resources. To turn on this behavior follow [this](#enable-multi-dimensional-metrics).
186
-
187
-
### How to use MetricIdentifier when there are more than three dimensions
188
-
189
-
Currently 10 dimensions are supported however, greater than three dimensions requires the use of `MetricIdentifier`:
190
-
191
-
```csharp
192
-
// Add "using Microsoft.ApplicationInsights.Metrics;" to use MetricIdentifier
193
-
// MetricIdentifier id = new MetricIdentifier("[metricNamespace]","[metricId],"[dim1]","[dim2]","[dim3]","[dim4]","[dim5]");
By default multi-dimensional metrics within the Metric explorer experience are not turned on in Application Insights resources.
198
186
199
187
### Enable multi-dimensional metrics
200
188
201
-
To enable multi-dimensional metrics for an Application Insights resource, Select **Usage and estimated costs** > **Custom Metrics** > **Enable alerting on custom metric dimensions** > **OK**.
189
+
To enable multi-dimensional metrics for an Application Insights resource, Select **Usage and estimated costs** > **Custom Metrics** > **Enable alerting on custom metric dimensions** > **OK**. More details about this can be found [here](pre-aggregated-metrics-log-metrics.md#custom-metrics-dimensions-and-pre-aggregation).
202
190
203
191
Once you have made that change and send new multi-dimensional telemetry, you will be able to **Apply splitting**.
204
192
@@ -211,6 +199,18 @@ And view your metric aggregations for each _FormFactor_ dimension:
0 commit comments