What problem does it solve? Querying metrics in Seq requires knowing metric names, kinds, and dimensions upfront, and querying the columnar series data source incorrectly can produce wrong results or degrade server performance. This Skill enforces the correct discovery-and-query workflow for Seq metrics. ## Core Features & Use Cases - Metric Discovery: Search metric definitions by name, description, or service using the @Definitions object instead of querying the series store directly. - Dimension Exploration: List applicable dimensions and their unique values using dedicated seqcli commands or MCP tools rather than distinct aggregations. - Kind-Aware Aggregation: Run correct aggregate queries for Sum, Gauge, Fixed histogram, and Exponential histogram metrics, including percentile calculations with phist and lateral unnest. - Use Case: An SRE investigating high latency in the 'cart' service can discover the http.server.request.duration metric, list its dimensions, and compute p95/p99 request timing percentiles grouped by one-minute intervals. ## Quick Start Ask the assistant to find CPU-related metrics in Seq and chart their values over the last 15 minutes.