11 references to WithOtlpExporter
Aspire.Hosting (1)
OtlpConfigurationExtensions.cs (1)
236
: builder.
WithOtlpExporter
(protocol.Value);
Aspire.Hosting.Docker.Tests (3)
DockerComposePublisherTests.cs (3)
529
.
WithOtlpExporter
(OtlpProtocol.Grpc);
532
.
WithOtlpExporter
(OtlpProtocol.HttpProtobuf);
535
.
WithOtlpExporter
(OtlpProtocol.HttpJson);
Aspire.Hosting.Keycloak (1)
KeycloakResourceBuilderExtensions.cs (1)
360
OtlpConfigurationExtensions.
WithOtlpExporter
(builder, protocol);
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesDeployTests.cs (1)
1748
.
WithOtlpExporter
(protocol);
Aspire.Hosting.Tests (3)
WithOtlpExporterTests.cs (3)
34
container = container.
WithOtlpExporter
(value);
64
.
WithOtlpExporter
(protocol);
163
container = container.
WithOtlpExporter
(value);
BlazorStandalone.AppHost (1)
AppHost.cs (1)
23
.
WithOtlpExporter
(OtlpProtocol.HttpProtobuf)
Rust.AppHost (1)
AppHost.cs (1)
4
.
WithOtlpExporter
(OtlpProtocol.HttpProtobuf)