Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Open Telemetry framework example (#653)
The `hex` function does not format the trace and span id correctly. In as much as the spec [says](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#retrieving-the-traceid-and-spanid) the span-id and trace-id are fixed with hex numbers. 16 chars for the span-id and 32 for the trace-id.
- Loading branch information