Add customizers for OtlpHttpLogRecordExporterBuilder and OtlpGrpcLogRecordExporterBuilder by joaquinjsb · Pull Request #49002 · spring-projects/spring-boot

@joaquinjsb

Introduce interfaces to allow customization of the OTLP HTTP and gRPC log record exporters while maintaining default auto-configuration. This enhancement enables users to modify exporter settings through custom beans.

closes #48994

mhalbritter

@joaquinjsb

Signed-off-by: Joaquin Santana <joaquinjsb@outlook.com>

joaquinjsb

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be good now

@mhalbritter mhalbritter changed the title Add customizer interfaces for OTLP HTTP and gRPC log record exporters Add customizers for OtlpHttpLogRecordExporterBuilder and OtlpGrpcLogRecordExporterBuilder

Jan 28, 2026

mhalbritter pushed a commit that referenced this pull request

Jan 28, 2026
…ecordExporterBuilder

See gh-49002

Signed-off-by: Joaquin Santana <joaquinjsb@outlook.com>

mhalbritter added a commit that referenced this pull request

Jan 28, 2026
…GrpcLogRecordExporterBuilder"

See gh-49002

@mhalbritter

@joaquinjsb