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