This is a simple example of using the OpenTelemetry Python SDK to create and export spans in OTLP JSON format to stdout. This is useful as a shim for systems that don't support traces first class, but ...
I always want to see the output to stdout and stderr in the console, as well as have both recorded to the XML file, also when a test passes. However, regardless of what settings I use for buffer, ...