11 references to OtlpHttpEndpointName
Aspire.Hosting.Maui (3)
MauiOtlpExtensions.cs (3)
179
var exception = new DistributedApplicationException($"The Aspire dashboard resource '{KnownResourceNames.AspireDashboard}' terminated or does not have a concrete OTLP endpoint named '{KnownEndpointNames.
OtlpHttpEndpointName
}' or '{KnownEndpointNames.OtlpGrpcEndpointName}', so the MAUI OTLP dev tunnel for resource '{parentBuilder.Resource.Name}' cannot start. Ensure dashboard OTLP ingestion is enabled, or configure an explicit OTLP endpoint URL.");
275
var httpEndpoint = dashboardResource.GetEndpoint(KnownEndpointNames.
OtlpHttpEndpointName
);
464
string.Equals(endpointReference.EndpointName, KnownEndpointNames.
OtlpHttpEndpointName
, StringComparisons.EndpointAnnotationName)
Aspire.Hosting.Maui.Tests (8)
MauiPlatformExtensionsTests.cs (8)
815
name: KnownEndpointNames.
OtlpHttpEndpointName
,
826
.Single(endpoint => endpoint.Name == KnownEndpointNames.
OtlpHttpEndpointName
);
873
name: KnownEndpointNames.
OtlpHttpEndpointName
,
912
name: KnownEndpointNames.
OtlpHttpEndpointName
,
1150
Assert.Contains(KnownEndpointNames.
OtlpHttpEndpointName
, exception.Message);
1195
name: KnownEndpointNames.
OtlpHttpEndpointName
,
1277
name: KnownEndpointNames.
OtlpHttpEndpointName
,
1313
name: KnownEndpointNames.
OtlpHttpEndpointName
,