1 instantiation of OtlpLoopbackResource
Aspire.Hosting.Maui (1)
MauiOtlpExtensions.cs (1)
103var stubResource = new OtlpLoopbackResource(stubName, configuredOtlpEndpoint?.Port, initialOtlpScheme);
7 references to OtlpLoopbackResource
Aspire.Hosting.Maui (7)
Annotations\OtlpDevTunnelConfigurationAnnotation.cs (4)
19public OtlpLoopbackResource OtlpStub { get; } 24public IResourceBuilder<OtlpLoopbackResource> OtlpStubBuilder { get; } 32OtlpLoopbackResource otlpStub, 33IResourceBuilder<OtlpLoopbackResource> otlpStubBuilder,
MauiOtlpExtensions.cs (2)
103var stubResource = new OtlpLoopbackResource(stubName, configuredOtlpEndpoint?.Port, initialOtlpScheme); 222OtlpLoopbackResource stubResource,
Otlp\OtlpLoopbackResource.cs (1)
20/// Initializes a new instance of <see cref="OtlpLoopbackResource"/>.