3 references to GetEventName
Aspire.Dashboard (3)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (2)
274
if (!string.IsNullOrEmpty(item.Message) && OtlpHelpers.
GetEventName
(item) is { } name && TryMapEventName(name, out var type))
643
if (OtlpHelpers.
GetEventName
(logEntry) == GenAIHelpers.GenAIEvaluationResultEventName)
Model\StructureLogsDetailsViewModel.cs (1)
15
if (OtlpHelpers.
GetEventName
(logEntry) is { Length: > 0 } eventName)