You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observability coverage for the last 7 days was assessed across 76 workflow runs using available run summaries and artifact inventories in /tmp/gh-aw/aw-mcp/logs.
AWF Firewall telemetry is mostly present but has critical gaps: 70/76 firewall-enabled runs included access.log artifacts (92.1%). MCP telemetry coverage was complete: 70/70 MCP-enabled runs included either gateway.jsonl or rpc-messages.jsonl (100.0%), with all observed MCP telemetry coming from rpc-messages.jsonl.
The primary risk is missing firewall logs in 6 runs, which blocks network-debug triage for those executions.
Key Alerts and Anomalies
🔴 Critical Issues:
6 firewall-enabled runs are missing access.log artifacts.
0 MCP-enabled runs are missing both gateway.jsonl and rpc-messages.jsonl.
⚠️Warnings:
3 MCP-enabled runs had telemetry files but zero observed MCP tool calls.
logs MCP fetch timed out in this run context; analysis used pre-downloaded local run artifacts.
Enforce artifact upload checks for firewall-enabled workflows so sandbox/firewall/logs/access.log is always persisted, including on failure/cancel paths.
Add a post-run observability validator that fails runs when firewall is enabled and access.log is absent.
Add an MCP telemetry assertion that requires at least one of gateway.jsonl or rpc-messages.jsonl, and export per-run latency/duration metrics into the summary artifact.
📊 Historical Trends
Trend comparison is not included in this report because only the current 7-day snapshot was available in accessible local artifacts.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Executive Summary
Observability coverage for the last 7 days was assessed across 76 workflow runs using available run summaries and artifact inventories in
/tmp/gh-aw/aw-mcp/logs.AWF Firewall telemetry is mostly present but has critical gaps: 70/76 firewall-enabled runs included
access.logartifacts (92.1%). MCP telemetry coverage was complete: 70/70 MCP-enabled runs included eithergateway.jsonlorrpc-messages.jsonl(100.0%), with all observed MCP telemetry coming fromrpc-messages.jsonl.The primary risk is missing firewall logs in 6 runs, which blocks network-debug triage for those executions.
Key Alerts and Anomalies
🔴 Critical Issues:
access.logartifacts.gateway.jsonlandrpc-messages.jsonl.logsMCP fetch timed out in this run context; analysis used pre-downloaded local run artifacts.Coverage Summary
📋 Detailed Run Analysis
Firewall-Enabled Runs (Summary)
Missing Firewall Logs (access.log)
MCP-Enabled Runs (Summary)
gateway.jsonl, 70rpc-messages.jsonlMissing MCP Telemetry (no gateway.jsonl or rpc-messages.jsonl)
🔍 Telemetry Quality Analysis
Firewall Log Quality
api.githubcopilot.com:443(44 runs),api.anthropic.com:443(19 runs),github.com:443(14 runs)Gateway Log Quality
agenticworkflows,github,mcpscripts,safeoutputs,semgrep,serenaAdditional Telemetry Coverage
agent-stdio.logpresent: 70/76safeoutputs.jsonlpresent: 68/76Runs with Zero MCP Tool Calls (warning)
Recommended Actions
sandbox/firewall/logs/access.logis always persisted, including on failure/cancel paths.access.logis absent.gateway.jsonlorrpc-messages.jsonl, and export per-run latency/duration metrics into the summary artifact.📊 Historical Trends
Trend comparison is not included in this report because only the current 7-day snapshot was available in accessible local artifacts.
References:
Warning
The following domains were blocked by the firewall during workflow execution:
ab.chatgpt.comapi.github.comchatgpt.comgithub.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions