Skip to content

Commit c945a87

Browse files
authored
Merge pull request #113488 from mrbullwinkle/mrb_04_30_2020_getmetric
small fix
2 parents f621357 + de749d0 commit c945a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/get-metric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ However, you will notice that you aren't able to split the metric by your new cu
184184

185185
By default multi-dimensional metrics within the Metric explorer experience are not turned on in Application Insights resources. To turn on this behavior go to the usage and estimated cost tab by checking ["Enable alerting on custom metric dimensions"](pre-aggregated-metrics-log-metrics.md#custom-metrics-dimensions-and-pre-aggregation).
186186

187-
### How to use metricIdentifier when there are more than three dimensions
187+
### How to use MetricIdentifier when there are more than three dimensions
188188

189-
Currently 10 dimensions are supported however, greater than three dimensions requires the user of `metricIdentifier`:
189+
Currently 10 dimensions are supported however, greater than three dimensions requires the use of `MetricIdentifier`:
190190

191191
```csharp
192192
// Add "using Microsoft.ApplicationInsights.Metrics;" to use MetricIdentifier

0 commit comments

Comments
 (0)