From 9948f35b292dc640ee794a2f134612d4ceecde28 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 10:45:58 +0000 Subject: [PATCH 1/3] Update monitoring.md with aspire export file contents documentation Agent-Logs-Url: https://github.com/microsoft/aspire/sessions/c8084fa0-ef64-4a61-a861-c105b523593b Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com> --- .agents/skills/aspire/references/monitoring.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.agents/skills/aspire/references/monitoring.md b/.agents/skills/aspire/references/monitoring.md index 20c1710fb00..c953951462f 100644 --- a/.agents/skills/aspire/references/monitoring.md +++ b/.agents/skills/aspire/references/monitoring.md @@ -47,9 +47,17 @@ Use this command when you need a portable handoff artifact for deeper analysis o aspire export [resource] ``` -Keep this point in mind: +Keep these points in mind: - Use `aspire export` when you need a sharable bundle of telemetry and resource state. +- `[resource]` is optional. Include it to filter the export to a single resource; omit it to export all resources. +- The output is a zip archive (default name `aspire-export-.zip`) containing up to five directories: + - `resources/` — one JSON file per resource with resource details (name, type, state, endpoints, environment variables, etc.). + - `consolelogs/` — one plain-text file per resource with raw console output lines. + - `structuredlogs/` — one JSON file per resource with structured log entries in OTLP format. + - `traces/` — one JSON file per resource with distributed traces and spans in OTLP format. + - `metrics/` — one JSON file per resource with metrics data in OTLP format. +- When extracting the export for analysis, look at `resources/` first for an overview, then drill into `structuredlogs/` and `traces/` for detailed diagnostics. ## Dashboard Links From 7991aabaa4f946deffd2b8df7ffec663aea2b1b7 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Mon, 4 May 2026 21:47:54 +0800 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .agents/skills/aspire/references/monitoring.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.agents/skills/aspire/references/monitoring.md b/.agents/skills/aspire/references/monitoring.md index c953951462f..6998b85ebec 100644 --- a/.agents/skills/aspire/references/monitoring.md +++ b/.agents/skills/aspire/references/monitoring.md @@ -51,12 +51,11 @@ Keep these points in mind: - Use `aspire export` when you need a sharable bundle of telemetry and resource state. - `[resource]` is optional. Include it to filter the export to a single resource; omit it to export all resources. -- The output is a zip archive (default name `aspire-export-.zip`) containing up to five directories: +- The output is a zip archive (default name `aspire-export-.zip`) containing up to four directories: - `resources/` — one JSON file per resource with resource details (name, type, state, endpoints, environment variables, etc.). - `consolelogs/` — one plain-text file per resource with raw console output lines. - `structuredlogs/` — one JSON file per resource with structured log entries in OTLP format. - `traces/` — one JSON file per resource with distributed traces and spans in OTLP format. - - `metrics/` — one JSON file per resource with metrics data in OTLP format. - When extracting the export for analysis, look at `resources/` first for an overview, then drill into `structuredlogs/` and `traces/` for detailed diagnostics. ## Dashboard Links From fe46f4758da6d954158c76786082b16b4657e9ae Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Mon, 4 May 2026 22:06:45 +0800 Subject: [PATCH 3/3] Apply suggestion from @JamesNK --- .agents/skills/aspire/references/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/aspire/references/monitoring.md b/.agents/skills/aspire/references/monitoring.md index 6998b85ebec..05fe1984c07 100644 --- a/.agents/skills/aspire/references/monitoring.md +++ b/.agents/skills/aspire/references/monitoring.md @@ -56,7 +56,7 @@ Keep these points in mind: - `consolelogs/` — one plain-text file per resource with raw console output lines. - `structuredlogs/` — one JSON file per resource with structured log entries in OTLP format. - `traces/` — one JSON file per resource with distributed traces and spans in OTLP format. -- When extracting the export for analysis, look at `resources/` first for an overview, then drill into `structuredlogs/` and `traces/` for detailed diagnostics. +- When extracting the export for analysis, look at `resources/` first for an overview, then drill into `consolelogs/`, `structuredlogs/` and `traces/` for detailed diagnostics. ## Dashboard Links