chore: add tracing spans to key code paths #8

Closed
opened 2026-05-30 01:22:34 +00:00 by GKaszewski · 0 comments
Owner

Done: Added structured tracing to the three key code paths:

  • Inbox activity dispatch: activity_id, source_domain
  • Outbound delivery: inbox_count, max_attempts
  • Actor cache lookup: cache_hit, fresh

No new traits or builder config. Consumers get observability via their existing tracing-subscriber setup.

**Done:** Added structured tracing to the three key code paths: - Inbox activity dispatch: `activity_id`, `source_domain` - Outbound delivery: `inbox_count`, `max_attempts` - Actor cache lookup: `cache_hit`, `fresh` No new traits or builder config. Consumers get observability via their existing `tracing-subscriber` setup.
GKaszewski changed title from feat: observability hooks (metrics, tracing spans) to chore: add tracing spans to key code paths 2026-07-11 08:29:54 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/k-ap#8