22 references to OtlpApplication
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
240
return new
OtlpApplication
(key.Name, key.InstanceId!, uninstrumentedPeer, _otlpContext);
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
26
var app = new
OtlpApplication
("app1", "instance1", uninstrumentedPeer: false, context);
Aspire.Dashboard.Tests (20)
Model\ApplicationsSelectHelpersTests.cs (1)
217
return new
OtlpApplication
(applicationKey.Name, applicationKey.InstanceId!, uninstrumentedPeer: false, TelemetryTestHelpers.CreateContext());
Model\SpanWaterfallViewModelTests.cs (7)
20
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
21
var app2 = new
OtlpApplication
("app2", "instance", uninstrumentedPeer: false, context);
50
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
51
var app2 = new
OtlpApplication
("app2", "instance", uninstrumentedPeer: false, context);
85
var app = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
125
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
147
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
Model\TraceHelpersTests.cs (11)
19
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
40
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
41
var app2 = new
OtlpApplication
("app2", "instance", uninstrumentedPeer: false, context);
67
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
68
var app2 = new
OtlpApplication
("app2", "instance", uninstrumentedPeer: false, context);
94
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
95
var app2 = new
OtlpApplication
("app2", "instance", uninstrumentedPeer: false, context);
96
var app3 = new
OtlpApplication
("app3", "instance", uninstrumentedPeer: false, context);
128
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);
129
var app2 = new
OtlpApplication
("app2", "instance", uninstrumentedPeer: false, context);
130
var app3 = new
OtlpApplication
("app3", "instance", uninstrumentedPeer: true, context);
TelemetryRepositoryTests\OtlpSpanTests.cs (1)
21
var app1 = new
OtlpApplication
("app1", "instance", uninstrumentedPeer: false, context);