Skip to content
DocsTry Aspire
DocsTry

OpenTelemetryCollectorSettings

Handle
📦 CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector v13.4.0
interface OpenTelemetryCollectorSettings {
readonly collectorImage: string;
collectorTag: string;
disableHealthcheck: boolean;
enableGrpcEndpoint: boolean;
enableHttpEndpoint: boolean;
forceNonSecureReceiver: boolean;
image: string;
registry: string;
}

Properties

propertycollectorImagestringget
Gets the full collector image reference.
propertycollectorTagstringget · set
Gets or sets the tag to use for the collector image.
propertydisableHealthcheckbooleanget · set
Gets or sets a value indicating whether the collector health check is disabled.
propertyenableGrpcEndpointbooleanget · set
Gets or sets a value indicating whether the gRPC endpoint is enabled on the collector container. Note: this also configures TLS when Aspire is configured for HTTPS.
propertyenableHttpEndpointbooleanget · set
Gets or sets a value indicating whether the HTTP endpoint is enabled on the collector container. Note: this also configures TLS when Aspire is configured for HTTPS.
propertyforceNonSecureReceiverbooleanget · set
Gets or sets a value indicating whether the default OTLP receivers should use HTTP even when Aspire is configured for HTTPS.
propertyimagestringget · set
Gets or sets the collector image path.
propertyregistrystringget · set
Gets or sets the container registry for the image.