6 references to WithOtlpExporter
Aspire.Hosting (1)
OtlpConfigurationExtensions.cs (1)
157
: builder.
WithOtlpExporter
(protocol.Value);
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
360
OtlpConfigurationExtensions.
WithOtlpExporter
(builder, protocol);
Aspire.Hosting.Tests (3)
WithOtlpExporterTests.cs (3)
34
container = container.
WithOtlpExporter
(value);
64
.
WithOtlpExporter
(protocol);
96
container = container.
WithOtlpExporter
(value);
BlazorStandalone.AppHost (1)
AppHost.cs (1)
23
.
WithOtlpExporter
(OtlpProtocol.HttpProtobuf)