4 instantiations of OtlpEndpointTarget
Aspire.Hosting.Maui (4)
MauiOtlpExtensions.cs (4)
255
return new
OtlpEndpointTarget
(uri.Scheme, uri.Port, protocol);
351
return new
OtlpEndpointTarget
(allocatedEndpoint.UriScheme, port, protocol);
457
return new
OtlpEndpointTarget
(
480
? new
OtlpEndpointTarget
(uri.Scheme, uri.Port, GetOtlpProtocol(endpointReference.EndpointAnnotation))
8 references to OtlpEndpointTarget
Aspire.Hosting.Maui (8)
MauiOtlpExtensions.cs (8)
157
OtlpEndpointTarget
? dashboardOtlpEndpoint;
230
private static
OtlpEndpointTarget
? ResolveConfiguredOtlpEndpoint(IConfiguration configuration)
245
private static
OtlpEndpointTarget
CreateConfiguredOtlpEndpointTarget(string url, string configKey, string protocol)
261
private static async ValueTask<
OtlpEndpointTarget
?> TryResolveDashboardOtlpEndpointAsync(
315
private static async ValueTask<
OtlpEndpointTarget
?> TryResolveEndpointAsync(
396
private static async ValueTask<
OtlpEndpointTarget
?> TryResolveDashboardOtlpEndpointFromRuntimeSnapshotAsync(
443
private static
OtlpEndpointTarget
? TryResolveDashboardOtlpEndpointFromSnapshot(
512
OtlpEndpointTarget
target,