Conceptual guide to wide events (canonical log lines) for observability. Use when thinking about instrumentation strategy, span annotations, or designing what context to capture.
Resources
1Install
npx skillscat add front-depiction/claude-setup/wide-events Install via the SkillsCat registry.
SKILL.md
traditional := many(log-lines) → grep(services) → hope
wide := one(event) → query(structured) → answer
optimize(querying) ∧ ¬optimize(writing)
annotate(span, context) where context = {
business ∪ user ∪ technical ∪ outcome
}
high-dimensionality → better-queryability
high-cardinality(userId) → acceptable
∀ span → attach(identity ∪ user ∪ business ∪ performance ∪ outcome)
¬queryable → ¬enough-context
Reference: See Article.md for full article by Boris Tane (loggingsucks.com)