3 references to OtlpHttpEndpointName
Aspire.Hosting.Maui (2)
MauiOtlpExtensions.cs (2)
129
throw new DistributedApplicationException($"The Aspire dashboard resource '{KnownResourceNames.AspireDashboard}' does not have an allocated OTLP endpoint named '{KnownEndpointNames.OtlpGrpcEndpointName}' or '{KnownEndpointNames.
OtlpHttpEndpointName
}', 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.");
204
var httpEndpoint = dashboardResource.GetEndpoint(KnownEndpointNames.
OtlpHttpEndpointName
);
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
836
Assert.Contains(KnownEndpointNames.
OtlpHttpEndpointName
, exception.Message);