OpenTelemetryCollectorSettings
Handle
interface OpenTelemetryCollectorSettings { readonly collectorImage: string; collectorTag: string; disableHealthcheck: boolean; enableGrpcEndpoint: boolean; enableHttpEndpoint: boolean; forceNonSecureReceiver: boolean; image: string; registry: string;}15 members
Properties
property
collectorImagestringgetGets the full collector image reference.
property
collectorTagstringget · setGets or sets the tag to use for the collector image.
property
disableHealthcheckbooleanget · setGets or sets a value indicating whether the collector health check is disabled.
property
enableGrpcEndpointbooleanget · setGets 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
enableHttpEndpointbooleanget · setGets 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
forceNonSecureReceiverbooleanget · setGets or sets a value indicating whether the default OTLP receivers should use HTTP even when Aspire is configured for HTTPS.
property
imagestringget · setGets or sets the collector image path.
property
registrystringget · setGets or sets the container registry for the image.