sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

[Feature Request] Make Temporal logger adapter accomodate to OpenTelemetry

Open RoggeOhta opened this issue 9 months ago • 6 comments

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

RoggeOhta avatar Apr 22 '25 11:04 RoggeOhta