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