20 references to MyMetric
Microsoft.Extensions.Telemetry.Abstractions.Tests (20)
Metrics\MetricAttributeTests.cs (20)
21attribute.Name = MyMetric;
22Assert.Equal(MyMetric, attribute.Name);
34attribute.Name = MyMetric;
35Assert.Equal(MyMetric, attribute.Name);
47attribute.Name = MyMetric;
48Assert.Equal(MyMetric, attribute.Name);
60attribute.Name = MyMetric;
61Assert.Equal(MyMetric, attribute.Name);
73attribute.Name = MyMetric;
74Assert.Equal(MyMetric, attribute.Name);
87attribute.Name = MyMetric;
88Assert.Equal(MyMetric, attribute.Name);
101attribute.Name = MyMetric;
102Assert.Equal(MyMetric, attribute.Name);
115attribute.Name = MyMetric;
116Assert.Equal(MyMetric, attribute.Name);
129attribute.Name = MyMetric;
130Assert.Equal(MyMetric, attribute.Name);
143attribute.Name = MyMetric;
144Assert.Equal(MyMetric, attribute.Name);