Skip to content

feat(scope): Add process runtime attributes to span context#6564

Draft
ericapisani wants to merge 1 commit into
masterfrom
py-2401-migrate-stdlib-event-processor
Draft

feat(scope): Add process runtime attributes to span context#6564
ericapisani wants to merge 1 commit into
masterfrom
py-2401-migrate-stdlib-event-processor

Conversation

@ericapisani

@ericapisani ericapisani commented Jun 12, 2026

Copy link
Copy Markdown
Member

Set process.runtime.name, process.runtime.version, and process.runtime.description
attributes on the scope to include Python runtime information in spans and events.

This allows better runtime identification across different Python implementations
(CPython, PyPy, etc.) and versions.

Fixes PY-2401
Fixes #6200

Set process.runtime.name, process.runtime.version, and process.runtime.description
attributes on the scope to include Python runtime information in spans and events.

This allows better runtime identification across different Python implementations
(CPython, PyPy, etc.) and versions.
@linear-code

linear-code Bot commented Jun 12, 2026

Copy link
Copy Markdown

PY-2401

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate stdlib event processor

1 participant