2 instantiations of GaugeAttribute
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
95var attribute = new GaugeAttribute<int>("d1", "d2", "d3"); 196var attribute = new GaugeAttribute<byte>(typeof(TagNameTest));
5 references to GaugeAttribute
Microsoft.Extensions.Telemetry.Abstractions (2)
Metrics\GaugeAttributeT.cs (2)
46/// Initializes a new instance of the <see cref="GaugeAttribute{T}"/> class. 55/// Initializes a new instance of the <see cref="GaugeAttribute{T}"/> class.
Microsoft.Extensions.Telemetry.Abstractions.Tests (2)
Metrics\MetricAttributeTests.cs (2)
95var attribute = new GaugeAttribute<int>("d1", "d2", "d3"); 196var attribute = new GaugeAttribute<byte>(typeof(TagNameTest));
Microsoft.Gen.Metrics.Unit.Tests (1)
EmitterTests.cs (1)
39Assembly.GetAssembly(typeof(GaugeAttribute<>))!,