sdk-python
sdk-python copied to clipboard
[Feature Request] Make Temporal logger adapter accomodate to OpenTelemetry
Problem
Temporal's activity/workflow logger adapter uses a Dict for its "extra" field, violating the OpenTelemetry format that requires basic data types (bool, str, bytes, int, float).
Solution
#838