1 write to Events
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
410
Events
= span.Events.Count > 0 ? span.Events.Select(ConvertSpanEvent).ToArray() : null,
2 references to Events
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
159
if (json.
Events
is not null)
161
foreach (var evt in json.
Events
)