etl_lib.core.InstrumentationWriter module
- class CsvInstrumentationWriter(path, sample_every=1)[source]
Bases:
InstrumentationWriterWrites instrumentation events to CSV.
The writer is thread-safe and appends rows to the configured file.
- class InstrumentationWriter[source]
Bases:
objectBase writer for instrumentation events.
Implementations decide where and how events are persisted.
- class NoopInstrumentationWriter[source]
Bases:
InstrumentationWriterDisabled writer implementation.