9 references to Source
Aspire.Dashboard (6)
Model\Otlp\SpanWaterfallViewModel.cs (1)
52return $"{OtlpApplication.GetResourceName(span.Source, allApplications)}: {GetDisplaySummary(span)}";
Model\TraceHelpers.cs (3)
56if (appFirstTimes.TryGetValue(span.Source.Application, out var orderedApp)) 73span.Source.Application, 74new OrderedApplication(span.Source.Application, appFirstTimes.Count, currentMinDate.Value, totalSpans: 1, erroredSpans: span.Status == OtlpSpanStatusCode.Error ? 1 : 0));
Otlp\Model\OtlpTrace.cs (1)
106return $"{existingSpan.Source.Application.ApplicationName}: {existingSpan.Name}";
Otlp\Storage\TelemetryRepository.cs (1)
570if (span.Source.ApplicationKey == applications[i].ApplicationKey)
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\TraceTests.cs (3)
1522Assert.Collection(s.Source.Properties, 1532Assert.Collection(s.Source.Properties, 1547Assert.Collection(s.Source.Properties,