What problem does it solve? Engineers often adopt observability tools without understanding the underlying concepts, leading to poor instrumentation choices and ineffective debugging. This Skill grounds recommendations in first principles — wide events, high cardinality, and the core analysis loop — so you can answer conceptual questions and make sound instrumentation decisions. ## Core Features & Use Cases - Conceptual Foundations: Defines observability, wide events, high cardinality, and high dimensionality, and contrasts observability with traditional monitoring. - Events vs Metrics vs Logs: Compares the three telemetry types with side-by-side code examples in Go, Python, and Node.js, showing what each can and cannot query. - Core Analysis Loop: Explains the Define → Visualize → Investigate → Evaluate debugging workflow and how BubbleUp automates outlier detection. - Use Case: When a teammate asks "why can't I just add user.id as a Prometheus label?", use this Skill to explain the cardinality explosion and why wide events preserve that context at no extra cost. ## Quick Start Ask the AI to explain the difference between events, metrics, and logs and why wide events are better for debugging production issues.