Open
Description
Per open-telemetry/opentelemetry-specification#4062
Isolating processor
Status: Development
This is an implementation of
LogRecordProcessor
ensuring the log record
passed toOnEmit
of the configuredprocessor
does not share mutable data
with subsequent registered processors.
For example, theOnEmit
implementation of the isolating processor can be
a decorator that makes a deep copy of the log record before passing it to
the configuredprocessor
.Configurable parameters:
processor
- processor to be isolated.
Metadata
Assignees
Labels
Type
Projects
Status
Blocked