Skip to content

feat(logging): add datadog context, celery structure logs#18843

Open
JacobCoffee wants to merge 20 commits intomainfrom
celery-structured-logging
Open

feat(logging): add datadog context, celery structure logs#18843
JacobCoffee wants to merge 20 commits intomainfrom
celery-structured-logging

Conversation

@JacobCoffee
Copy link
Copy Markdown
Member

@JacobCoffee JacobCoffee commented Oct 10, 2025

Split off from #18748

worker-1        | {"event": "beat: Acquired lock", "timestamp": "2025-10-10T20:42:30.035157Z", "level": "info", "dd.env": "development", "dd.version": "unknown"}
worker-1        | {"event": "mingle: all alone", "timestamp": "2025-10-10T20:42:31.034605Z", "level": "info", "dd.env": "development", "dd.version": "unknown"}
worker-1        | {"event": "celery@7e55216e877e ready.", "timestamp": "2025-10-10T20:42:31.043095Z", "level": "info", "dd.env": "development", "dd.version": "unknown"}

structures celery logs, injects dd context.

based on https://www.structlog.org/en/stable/frameworks.html#celery

pairs with #18844

@JacobCoffee JacobCoffee requested a review from a team as a code owner October 10, 2025 20:43
@JacobCoffee JacobCoffee changed the title feat(logging): add datadog context feat(logging): add datadog context, celery structure logs Oct 10, 2025
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.

1 participant