opentelemetry-sdk: make it possible to customize processors configuration by xrmx · Pull Request #4806 · open-telemetry/opentelemetry-python

xrmx

xrmx

rads-1996

@xrmx xrmx changed the title opentelemetry-sdk: make it possible to customize processors configuation opentelemetry-sdk: make it possible to customize processors configuration

Nov 26, 2025
…tion

Make it easier for distributions to override the processors set up by
the sdk configurator by specifying a span processor and a log record
processor.

@xrmx

@xrmx

@xrmx

@xrmx

@xrmx

herin049

herin049

@xrmx

@xrmx

DylanRussell

@xrmx

hectorhdzg

rads-1996

@xrmx

DylanRussell

@xrmx xrmx enabled auto-merge (squash)

February 9, 2026 09:44

@xrmx

@xrmx

@xrmx xrmx enabled auto-merge (squash)

February 10, 2026 14:37

JWinermaSplunk pushed a commit to JWinermaSplunk/opentelemetry-python that referenced this pull request

Feb 17, 2026
…tion (open-telemetry#4806)

* opentelemetry-sdk: make it possible to customize processors configuration

Make it easier for distributions to override the processors set up by
the sdk configurator by specifying a span processor and a log record
processor.

* Add changelog

* Fixes

* Please typechecking

* Fix naming

* Span processors should be added once

* Use typing protocol for exporter processor types

* Rename types