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