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
Add event_name as a top level field in the LogRecord. Events are now simply logs with the event_name field set, the logs SDK should be used to emit events (#4652).
Update OTLP gRPC/HTTP exporters: the export timeout is now inclusive of all retries and backoffs. A +/-20% jitter was added to all backoffs. A pointless 32 second sleep that occurred after all retries had completed/failed was removed. (#4564).
Update ConsoleLogExporter.export to handle LogRecord's containing bytes type in the body (#4614).
opentelemetry-sdk: Fix invalid type: ignore that causes mypy to ignore the whole file (#4618)
Add span_exporter property back to BatchSpanProcessor class (#4621)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
event_name
as a top level field in theLogRecord
. Events are now simply logs with theevent_name
field set, the logs SDK should be used to emit events (#4652).type: ignore
that causes mypy to ignore the whole file (#4618)span_exporter
property back toBatchSpanProcessor
class (#4621)context
; deprecatestrace_id
,span_id
,trace_flags
. (#4597) and (#4668)This discussion was created from the release Version 1.35.0/0.56b0.
Beta Was this translation helpful? Give feedback.
All reactions