hynek / structlog

Simple, powerful, and fast logging for Python.
https://www.structlog.org/
Other
3.48k stars 220 forks source link

Fix Open Telemetry framework example #653

Closed kain88-de closed 3 weeks ago

kain88-de commented 3 weeks ago

Summary

The hex function does not format the trace and span id correctly. In as much as the spec says the span-id and trace-id are fixed with hex numbers. 16 chars for the span-id and 32 for the trace-id.

Pull Request Check List