You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logs: remove context from LogRecord and pass to on_emit
- Remove context attribute from LogRecord to prevent memory inflation.
- Update signature to accept context separately.
- Update and SDK processors to align with the new signature.
- Update tests to reflect the breaking changes.
This aligns the Python SDK with the OpenTelemetry specification and
resolves memory usage concerns in BatchLogRecordProcessor.
0 commit comments