1 write to EventName
Aspire.Dashboard (1)
Otlp\Model\OtlpLogEntryData.cs (1)
54
EventName
= !string.IsNullOrEmpty(record.EventName) ? record.EventName : eventNameFromAttribute;
2 references to EventName
Aspire.Dashboard (2)
Otlp\Model\OtlpLogEntryData.cs (1)
85
EventName
);
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
136
parameters[13].Value = pendingLog.
EventName
?? (object)DBNull.Value;