What problem does it solve? Investigating production incidents by dumping raw logs is slow and error-prone. This Skill enforces a statistics-first workflow for Coralogix observability data, so you can identify error patterns, anomalies, and latency bottlenecks without reading thousands of log lines. ## Core Features & Use Cases - Statistics-First Investigation: Run get_statistics.py to get log volume, error rate, top error patterns, and z-score anomaly detection before sampling any logs. - Pattern Clustering for RCA: extract_signatures.py normalizes UUIDs, IPs, timestamps, and numbers to cluster similar errors and reveal dominant root causes. - Trace and Latency Analysis: get_traces.py and get_slow_spans.py query distributed spans to find slow operations and follow request flows across services. - Use Case: During an incident on the payment service, run get_statistics.py to see a 5.5% error rate dominated by one timeout pattern, then sample errors around the anomaly timestamp and pull the full trace to pinpoint the failing downstream call. ## Quick Start Ask the agent to investigate errors in the payment service over the last hour using the Coralogix statistics script.