What problem does it solve? Diagnosing issues in distributed Aspire applications requires knowing which observability tool to use for each environment, and this Skill routes every monitoring question to the correct command for local, AKS, Azure, or Docker deployments. ## Core Features & Use Cases - Local Telemetry Inspection: Query console logs, structured OpenTelemetry logs, distributed traces, and spans with commands like aspire logs, aspire otel logs, and aspire otel traces. - Resource State Discovery: Use aspire describe and aspire ps with --include-hidden and --format Json to find endpoints, health status, and hidden resources. - Deployed App Routing: Direct diagnostics for AKS workloads to kubectl and Container Insights, Azure resources to azure-diagnostics, and Docker targets to docker logs. - Use Case: When an API resource fails locally, run aspire describe to check state, then aspire otel logs <resource> for structured errors, and aspire otel traces to follow the failing request across services. ## Quick Start Ask the agent to check why a resource is failing by running aspire describe and aspire otel logs for that resource.