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