3 references to CreateHistogram
Aspire.Confluent.Kafka (2)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\ConfluentKafkaCommon.cs (2)
23internal static readonly Histogram<double> ReceiveDurationHistogram = Meter.CreateHistogram<double>(SemanticConventions.MetricMessagingReceiveDuration); 25internal static readonly Histogram<double> PublishDurationHistogram = Meter.CreateHistogram<double>(SemanticConventions.MetricMessagingPublishDuration);
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Histogram.cs (1)
11/// Use <see cref="Meter.CreateHistogram(string, string?, string?)" /> method to create the Histogram object.