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