Purpose Use this skill when you need to query Datadog for observability data: searching logs, querying time-series metrics, aggregating log statistics, listing available metrics, or inspecting metric metadata. is a CLI wrapper around Datadog APIs. When to use what Metrics - : Query time-series metric data with aggregation, filtering, and grouping. Primary command for metric analysis. - : Same query syntax as but uses the simpler v1 API. Use when you don't need v2 timeseries formula semantics. - : Discover available metric names. Use with to narrow by pattern. - : Read metadata (description, u…