1 write to OtlpEndpoint
Aspire.Hosting.Maui (1)
Otlp\OtlpLoopbackResource.cs (1)
31OtlpEndpoint = new EndpointAnnotation(
7 references to OtlpEndpoint
Aspire.Hosting.Maui (5)
MauiOtlpExtensions.cs (2)
121stubResource.OtlpEndpoint.AllocatedEndpoint is null) 228var endpoint = stubResource.OtlpEndpoint;
Otlp\OtlpLoopbackResource.cs (3)
45OtlpEndpoint.AllocatedEndpoint = new AllocatedEndpoint(OtlpEndpoint, "localhost", configuredPort); 48Annotations.Add(OtlpEndpoint);
Aspire.Hosting.Maui.Tests (2)
MauiPlatformExtensionsTests.cs (2)
695var stubEndpoint = tunnelConfig.OtlpStub.OtlpEndpoint; 747var stubEndpoint = tunnelConfig.OtlpStub.OtlpEndpoint;