24 references to MyMetric
Microsoft.Extensions.Telemetry.Abstractions.Tests (24)
Metrics\MetricAttributeTests.cs (24)
22attribute.Name = MyMetric; 23Assert.Equal(MyMetric, attribute.Name); 38attribute.Name = MyMetric; 39Assert.Equal(MyMetric, attribute.Name); 54attribute.Name = MyMetric; 55Assert.Equal(MyMetric, attribute.Name); 70attribute.Name = MyMetric; 71Assert.Equal(MyMetric, attribute.Name); 86attribute.Name = MyMetric; 87Assert.Equal(MyMetric, attribute.Name); 102attribute.Name = MyMetric; 103Assert.Equal(MyMetric, attribute.Name); 119attribute.Name = MyMetric; 120Assert.Equal(MyMetric, attribute.Name); 136attribute.Name = MyMetric; 137Assert.Equal(MyMetric, attribute.Name); 153attribute.Name = MyMetric; 154Assert.Equal(MyMetric, attribute.Name); 170attribute.Name = MyMetric; 171Assert.Equal(MyMetric, attribute.Name); 187attribute.Name = MyMetric; 188Assert.Equal(MyMetric, attribute.Name); 204attribute.Name = MyMetric; 205Assert.Equal(MyMetric, attribute.Name);