1 write to _operationDurationHistogram
Microsoft.Extensions.AI (1)
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
124_operationDurationHistogram = OtelMetricHelpers.CreateGenAIOperationDurationHistogram(_meter);
3 references to _operationDurationHistogram
Microsoft.Extensions.AI (3)
Realtime\OpenTelemetryRealtimeClientSession.cs (3)
206Stopwatch? stopwatch = _operationDurationHistogram.Enabled || trackStreamingResponseTime ? Stopwatch.StartNew() : null; 746if (_operationDurationHistogram.Enabled && stopwatch is not null) 756_operationDurationHistogram.Record(stopwatch.Elapsed.TotalSeconds, tags);