1 write to _operationDurationHistogram
Microsoft.Extensions.AI (1)
SpeechToText\OpenTelemetrySpeechToTextClient.cs (1)
68
_operationDurationHistogram
= OtelMetricHelpers.CreateGenAIOperationDurationHistogram(_meter);
4 references to _operationDurationHistogram
Microsoft.Extensions.AI (4)
SpeechToText\OpenTelemetrySpeechToTextClient.cs (4)
111
Stopwatch? stopwatch =
_operationDurationHistogram
.Enabled ? Stopwatch.StartNew() : null;
139
Stopwatch? stopwatch =
_operationDurationHistogram
.Enabled ? Stopwatch.StartNew() : null;
248
if (
_operationDurationHistogram
.Enabled && stopwatch is not null)
258
_operationDurationHistogram
.Record(stopwatch.Elapsed.TotalSeconds, tags);