itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.1k stars 66 forks source link

OpenTelemetry integration #450

Open thedrow opened 4 years ago

thedrow commented 4 years ago

OpenTelemetry has a tracing API. It'd be very nice to be able to write an exporter that formats logs in a way eliot can later interpret.

Alternatively, Eliot could use the opentelemetry-api and implement its own SDK.