What problem does it solve? Investigating production incidents in Honeycomb often leads to dumping raw events and missing the big picture. This Skill enforces a statistics-first workflow so you understand volume, error rates, and top error patterns before sampling individual events. ## Core Features & Use Cases - Statistics-First Investigation: The get_statistics.py script delivers total event counts, error rates, status code distribution, top services, and normalized error patterns in one call. - Custom Analytics Queries: Run aggregations (COUNT, P99, HEATMAP, COUNT_DISTINCT, and more) with filters and breakdowns via run_query.py. - Dataset, SLO, and Trigger Discovery: List available datasets, check SLO targets, and inspect alert triggers for any dataset. - Use Case: During an outage, run get_statistics.py on the production dataset to instantly see a 12% error rate concentrated in one service, then drill into the top error pattern with a filtered P99 latency query. ## Quick Start Ask the agent to get statistics for the production Honeycomb dataset over the last hour and summarize the top error patterns.