6 references to HistogramAttribute
Microsoft.Extensions.Telemetry.Abstractions.Tests (1)
Metrics\MetricAttributeTests.cs (1)
94var attribute = new HistogramAttribute(typeof(TagNameTest));
Microsoft.Gen.Metrics.Generated.Tests (5)
test\Generators\Microsoft.Gen.Metrics\TestClasses\HistogramTestExtensions.cs (4)
92[Histogram(typeof(HistogramDimensionsTest), Name = "MyHistogramStrongTypeMetric")] 95[Histogram(typeof(HistogramDimensionsTest), Name = "MyHistogramStrongTypeMetricExt")] 98[Histogram(typeof(HistogramStruct), Name = "MyHistogramStructTypeMetric")] 101[Histogram(typeof(HistogramStruct), Name = "MyHistogramStructTypeMetric")]
test\Generators\Microsoft.Gen.Metrics\TestClasses\OverlappingNamesTestExtensions.cs (1)
19[Histogram(typeof(StrongTypeDimensionsOverlappingNames))]