1 instantiation of Histogram
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Meter.cs (1)
227=> (Histogram<T>)GetOrCreateInstrument<T>(typeof(Histogram<T>), name, unit, description, tags, () => new Histogram<T>(this, name, unit, description, tags, advice));
27 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.RateLimiting (2)
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Microsoft.Extensions.AI (4)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Stress.ApiService (1)
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\Metrics\Meter.cs (6)
185public Histogram<T> CreateHistogram<T>(string name) where T : struct
198public Histogram<T> CreateHistogram<T>(string name, string? unit, string? description) where T : struct
212public Histogram<T> CreateHistogram<T>(string name, string? unit, string? description, IEnumerable<KeyValuePair<string, object?>>? tags) where T : struct
226public 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
227=> (Histogram<T>)GetOrCreateInstrument<T>(typeof(Histogram<T>), name, unit, description, tags, () => new Histogram<T>(this, name, unit, description, tags, advice));