Produces OTLP data using OTEL instrumentation.
- Fixed, configurable timestamps
- aims to cover as much of OTEL API as possible
- Cover all valid data types
- Events
- currently only tracing data is generated, PRs are welcome to add metrics and logs data
- data is generated in process, remote (forwarded) spans are not supported
- Links
- Baggage
- Schemata, when open-telemetry/opentelemetry-python#4359 lands
- Attribute value type coercion, e.g.
class Str(str): ...
and objects with__str__(self)
. - Exceptions