Skip to content
Docs Try Aspire
Docs Try

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

property collectorImage string get
Gets the full collector image reference.
property collectorTag string get · set
Gets or sets the tag to use for the collector image.
property disableHealthcheck boolean get · set
Gets or sets a value indicating whether the collector health check is disabled.
property enableGrpcEndpoint boolean get · 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.
property enableHttpEndpoint boolean get · 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.
property forceNonSecureReceiver boolean get · set
Gets or sets a value indicating whether the default OTLP receivers should use HTTP even when Aspire is configured for HTTPS.
property image string get · set
Gets or sets the collector image path.
property registry string get · set
Gets or sets the container registry for the image.