11 instantiations of HistogramAttribute
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
54var attribute = new HistogramAttribute<int>("d1", "d2", "d3"); 122var attribute = new HistogramAttribute<byte>(typeof(TagNameTest));
Microsoft.Gen.Metrics.Generated.Tests (9)
test\Generators\Microsoft.Gen.Metrics\TestClasses\HistogramTestExtensions.cs (4)
17[Histogram<int>] 23[Histogram<int>] 35[Histogram<int>("s1", "s2")] 38[Histogram<int>("s1", "s2")]
test\Generators\Microsoft.Gen.Metrics\TestClasses\NestedClassMetrics.cs (2)
19[Histogram<int>] 30[Histogram<int>]
test\Generators\Microsoft.Gen.Metrics\TestClasses\NestedRecordClassMetrics.cs (1)
19[Histogram<int>]
test\Generators\Microsoft.Gen.Metrics\TestClasses\NestedRecordStructMetrics.cs (1)
19[Histogram<int>]
test\Generators\Microsoft.Gen.Metrics\TestClasses\NestedStructMetrics.cs (1)
19[Histogram<int>]
5 references to HistogramAttribute
Microsoft.Extensions.Telemetry.Abstractions (2)
Metrics\HistogramAttributeT.cs (2)
43/// Initializes a new instance of the <see cref="HistogramAttribute{T}"/> class. 52/// Initializes a new instance of the <see cref="HistogramAttribute{T}"/> class.
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
54var attribute = new HistogramAttribute<int>("d1", "d2", "d3"); 122var attribute = new HistogramAttribute<byte>(typeof(TagNameTest));
Microsoft.Gen.Metrics.Unit.Tests (1)
EmitterTests.cs (1)
37Assembly.GetAssembly(typeof(HistogramAttribute<>))!,