4 references to OtlpGrpc
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
569
EndpointInfo.TryAddEndpoint(endpoints, dashboardOptions.Otlp.GetGrpcEndpointAddress(), "OtlpGrpc", httpProtocols: HttpProtocols.Http2, requireCertificate: dashboardOptions.Otlp.AuthMode == OtlpAuthMode.ClientCertificate, connectionType: ConnectionType.
OtlpGrpc
);
652
case ConnectionType.
OtlpGrpc
:
703
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeOtlp, o => o.RequiredConnectionTypes = [ConnectionType.
OtlpGrpc
, ConnectionType.OtlpHttp])
Aspire.Dashboard.Tests (1)
BrowserSecurityHeadersMiddlewareTests.cs (1)
66
[InlineData(ConnectionType.
OtlpGrpc
)]