17 references to OtlpApplication
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
222
return new
OtlpApplication
(key.Name, key.InstanceId!, _otlpContext);
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
26
var app = new
OtlpApplication
("app1", "instance1", context);
Aspire.Dashboard.Tests (15)
Model\ApplicationsSelectHelpersTests.cs (1)
217
return new
OtlpApplication
(applicationKey.Name, applicationKey.InstanceId!, TelemetryTestHelpers.CreateContext());
Model\SpanWaterfallViewModelTests.cs (5)
20
var app1 = new
OtlpApplication
("app1", "instance", context);
21
var app2 = new
OtlpApplication
("app2", "instance", context);
55
var app = new
OtlpApplication
("app1", "instance", context);
98
var app1 = new
OtlpApplication
("app1", "instance", context);
120
var app1 = new
OtlpApplication
("app1", "instance", context);
Model\TraceHelpersTests.cs (8)
19
var app1 = new
OtlpApplication
("app1", "instance", context);
40
var app1 = new
OtlpApplication
("app1", "instance", context);
41
var app2 = new
OtlpApplication
("app2", "instance", context);
67
var app1 = new
OtlpApplication
("app1", "instance", context);
68
var app2 = new
OtlpApplication
("app2", "instance", context);
94
var app1 = new
OtlpApplication
("app1", "instance", context);
95
var app2 = new
OtlpApplication
("app2", "instance", context);
96
var app3 = new
OtlpApplication
("app3", "instance", context);
TelemetryRepositoryTests\OtlpSpanTests.cs (1)
21
var app1 = new
OtlpApplication
("app1", "instance", context);