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