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