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)
110
Stopwatch? stopwatch =
_operationDurationHistogram
.Enabled ? Stopwatch.StartNew() : null;
138
Stopwatch? stopwatch =
_operationDurationHistogram
.Enabled ? Stopwatch.StartNew() : null;
247
if (
_operationDurationHistogram
.Enabled && stopwatch is not null)
257
_operationDurationHistogram
.Record(stopwatch.Elapsed.TotalSeconds, tags);