3 writes to Name
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
70
attribute.
Name
= MyMetric;
154
attribute.
Name
= MyMetric;
Microsoft.Gen.Metrics.Generated.Tests (1)
test\Generators\Microsoft.Gen.Metrics\TestClasses\MetricsWithUnit.cs (1)
36
[Histogram<int>(Unit = "microseconds",
Name
= "GenericIntHistogramWithUnit")]
4 references to Name
Microsoft.Extensions.Telemetry.Abstractions.Tests (4)
Metrics\MetricAttributeTests.cs (4)
65
Assert.Null(attribute.
Name
);
71
Assert.Equal(MyMetric, attribute.
Name
);
149
Assert.Null(attribute.
Name
);
155
Assert.Equal(MyMetric, attribute.
Name
);