1 write to _operationDurationHistogram
Microsoft.Extensions.AI (1)
TextToSpeech\OpenTelemetryTextToSpeechClient.cs (1)
67_operationDurationHistogram = OtelMetricHelpers.CreateGenAIOperationDurationHistogram(_meter);
4 references to _operationDurationHistogram
Microsoft.Extensions.AI (4)
TextToSpeech\OpenTelemetryTextToSpeechClient.cs (4)
110Stopwatch? stopwatch = _operationDurationHistogram.Enabled ? Stopwatch.StartNew() : null; 138Stopwatch? stopwatch = _operationDurationHistogram.Enabled ? Stopwatch.StartNew() : null; 247if (_operationDurationHistogram.Enabled && stopwatch is not null) 257_operationDurationHistogram.Record(stopwatch.Elapsed.TotalSeconds, tags);