Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add isolating log record processor #5823

Open
pellared opened this issue Jun 28, 2024 · 0 comments · May be fixed by #5861
Open

Add isolating log record processor #5823

pellared opened this issue Jun 28, 2024 · 0 comments · May be fixed by #5861
Assignees
Labels
blocked: specification Waiting on clarification of the OpenTelemetry specification before progress can be made enhancement New feature or request

Comments

@pellared
Copy link
Member

Per open-telemetry/opentelemetry-specification#4062

Isolating processor

Status: Development

This is an implementation of LogRecordProcessor ensuring the log record
passed to OnEmit of the configured processor does not share mutable data
with subsequent registered processors.
For example, the OnEmit implementation of the isolating processor can be
a decorator that makes a deep copy of the log record before passing it to
the configured processor.

Configurable parameters:

  • processor - processor to be isolated.
@pellared pellared added the enhancement New feature or request label Jun 28, 2024
@pellared pellared self-assigned this Jul 5, 2024
@pellared pellared linked a pull request Jul 5, 2024 that will close this issue
@pellared pellared added the blocked: specification Waiting on clarification of the OpenTelemetry specification before progress can be made label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: specification Waiting on clarification of the OpenTelemetry specification before progress can be made enhancement New feature or request
Projects
Status: Blocked
Development

Successfully merging a pull request may close this issue.

1 participant