1 instantiation of OtlpLoopbackResource
Aspire.Hosting.Maui (1)
MauiOtlpExtensions.cs (1)
111
var stubResource = new
OtlpLoopbackResource
(stubName, configuredOtlpEndpoint?.Port, initialOtlpScheme);
6 references to OtlpLoopbackResource
Aspire.Hosting.Maui (6)
Annotations\OtlpDevTunnelConfigurationAnnotation.cs (4)
23
public
OtlpLoopbackResource
OtlpStub { get; }
28
public IResourceBuilder<
OtlpLoopbackResource
> OtlpStubBuilder { get; }
51
OtlpLoopbackResource
otlpStub,
52
IResourceBuilder<
OtlpLoopbackResource
> otlpStubBuilder,
MauiOtlpExtensions.cs (1)
111
var
stubResource = new OtlpLoopbackResource(stubName, configuredOtlpEndpoint?.Port, initialOtlpScheme);
Otlp\OtlpLoopbackResource.cs (1)
20
/// Initializes a new instance of <see cref="
OtlpLoopbackResource
"/>.