5 references to Otlp
Aspire.Dashboard (4)
DashboardWebApplication.cs (3)
526var connectionTypes = new List<ConnectionType> { ConnectionType.Otlp }; 558var connectionTypes = new List<ConnectionType> { ConnectionType.Otlp }; 616.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeOtlp, o => o.RequiredConnectionType = ConnectionType.Otlp)
Model\BrowserSecurityHeadersMiddleware.cs (1)
67if (feature == null || !feature.ConnectionTypes.Contains(ConnectionType.Otlp))
Aspire.Dashboard.Tests (1)
BrowserSecurityHeadersMiddlewareTests.cs (1)
70httpContext.Features.Set<IConnectionTypeFeature>(new TestConnectionTypeFeature { ConnectionTypes = [ConnectionType.Otlp] });