2 instantiations of GaugeAttribute
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
67var attribute = new GaugeAttribute("d1", "d2", "d3"); 136var attribute = new GaugeAttribute(typeof(TagNameTest));
6 references to GaugeAttribute
Microsoft.Extensions.Telemetry.Abstractions (2)
Metrics\GaugeAttribute.cs (2)
36/// Initializes a new instance of the <see cref="GaugeAttribute"/> class. 45/// Initializes a new instance of the <see cref="GaugeAttribute"/> class.
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
67var attribute = new GaugeAttribute("d1", "d2", "d3"); 136var attribute = new GaugeAttribute(typeof(TagNameTest));
Microsoft.Gen.Metrics.Unit.Tests (1)
ParserTests.cs (1)
781Assembly.GetAssembly(typeof(GaugeAttribute))!,
Microsoft.Gen.MetricsReports.Unit.Tests (1)
GeneratorTests.cs (1)
156Assembly.GetAssembly(typeof(GaugeAttribute))!