32 references to OtlpResource
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
240
return new
OtlpResource
(key.Name, key.InstanceId, uninstrumentedPeer, _otlpContext);
Aspire.Dashboard.Components.Tests (3)
Controls\GenAIVisualizerDialogTests.cs (2)
32
var resource = new
OtlpResource
("app", "instance", uninstrumentedPeer: false, context);
62
var resource = new
OtlpResource
("app", "instance", uninstrumentedPeer: false, context);
Controls\StructuredLogDetailsTests.cs (1)
26
var app = new
OtlpResource
("app1", "instance1", uninstrumentedPeer: false, context);
Aspire.Dashboard.Tests (28)
Model\ApplicationsSelectHelpersTests.cs (1)
279
return new
OtlpResource
(key.Name, key.InstanceId, uninstrumentedPeer: false, TelemetryTestHelpers.CreateContext());
Model\SpanWaterfallViewModelTests.cs (9)
23
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
24
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: false, context);
53
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
83
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
84
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: false, context);
118
var app = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
179
var app = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
229
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
251
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
Model\TraceHelpersTests.cs (11)
19
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
40
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
41
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: false, context);
67
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
68
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: false, context);
94
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
95
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: false, context);
96
var app3 = new
OtlpResource
("app3", "instance", uninstrumentedPeer: false, context);
128
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
129
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: false, context);
130
var app3 = new
OtlpResource
("app3", "instance", uninstrumentedPeer: true, context);
TelemetryRepositoryTests\OtlpSpanTests.cs (7)
21
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
72
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
90
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
91
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: true, context);
110
var app1 = new
OtlpResource
("app1", "instance", uninstrumentedPeer: false, context);
111
var app2 = new
OtlpResource
("app2", "instance", uninstrumentedPeer: true, context);
174
var app = new
OtlpResource
("app", "instance", uninstrumentedPeer: false, context);