Skip to content

Commit 6f3754e

Browse files
author
R9 Fundamentals
committed
fix
1 parent ec7ed6e commit 6f3754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/metrics-strongly-typed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In this usage example, calling `MyMetrics.CreateRequestCount(meter)` creates a c
5757
For more complex scenarios, you can define tag classes that include multiple tags, nested objects, or even inherited properties. This allows a group of related metrics to share a common set of tags easily. In the next example, we define a set of tag classes and use them for three different metrics:
5858

5959
:::code language="csharp" source="snippets/MetricsGen/MetricTags.cs" :::
60-
:::code language="csharp" source="snippets/MetricsGen/Metris.cs" id="snippet_MetricTags" :::
60+
:::code language="csharp" source="snippets/MetricsGen/Metrics.cs" id="snippet_MetricTags" :::
6161

6262
In this example, `MetricTags` is a tag class that inherits from `MetricParentTags` and also contains a nested tag object (`MetricChildTags`) and a nested struct (`MetricTagsStruct`). The tag properties demonstrate both default and customized tag names:
6363

0 commit comments

Comments
 (0)