1 instantiation of Histogram
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Meter.cs (1)
224=> (Histogram<T>)GetOrCreateInstrument<T>(typeof(Histogram<T>), name, unit, description, tags, () => new Histogram<T>(this, name, unit, description, tags, advice));
40 references to Histogram
Aspire.Confluent.Kafka (2)
Microsoft.AspNetCore.Authentication.Core (1)
Microsoft.AspNetCore.Components (4)
Microsoft.AspNetCore.Components.Server (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http.Connections (1)
Microsoft.AspNetCore.Identity (1)
Microsoft.AspNetCore.RateLimiting (2)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Microsoft.Extensions.AI (8)
Microsoft.Extensions.Identity.Core (3)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Stress.ApiService (1)
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\Meter.cs (6)
182public Histogram<T> CreateHistogram<T>(string name) where T : struct
195public Histogram<T> CreateHistogram<T>(string name, string? unit, string? description) where T : struct
209public Histogram<T> CreateHistogram<T>(string name, string? unit, string? description, IEnumerable<KeyValuePair<string, object?>>? tags) where T : struct
223public Histogram<T> CreateHistogram<T>(string name, string? unit = default, string? description = default, IEnumerable<KeyValuePair<string, object?>>? tags = default, InstrumentAdvice<T>? advice = default) where T : struct
224=> (Histogram<T>)GetOrCreateInstrument<T>(typeof(Histogram<T>), name, unit, description, tags, () => new Histogram<T>(this, name, unit, description, tags, advice));
System.Net.Http (4)
System.Net.NameResolution (1)