20 references to MyMetric
Microsoft.Extensions.Telemetry.Abstractions.Tests (20)
Metrics\MetricAttributeTests.cs (20)
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);
103attribute.Name = MyMetric;
104Assert.Equal(MyMetric, attribute.Name);
120attribute.Name = MyMetric;
121Assert.Equal(MyMetric, attribute.Name);
137attribute.Name = MyMetric;
138Assert.Equal(MyMetric, attribute.Name);
154attribute.Name = MyMetric;
155Assert.Equal(MyMetric, attribute.Name);
171attribute.Name = MyMetric;
172Assert.Equal(MyMetric, attribute.Name);