[observability] Observability Coverage Report - 2026-09-02 #58055
Replies: 1 comment
|
Smoke test run 33698479991: starting tests Warning Firewall blocked 7 domainsThe following domains were blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "dc.services.visualstudio.com"
- "www.google.com"
- "www.gstatic.com"See Network Configuration for more information.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Executive Summary
Observability coverage across the 8 analyzed workflow runs is incomplete. Firewall coverage is 83.3% across 6 firewall-enabled runs, and MCP telemetry coverage is 100.0% across 6 MCP-enabled runs. Critical gaps remain where a required primary log is missing entirely.
Most quality issues are not missing files but incomplete signal quality. In particular, 3 firewall-enabled runs had access logs without both allowed and blocked traffic, and 0 MCP-enabled runs had parse or field-quality issues.
Key Alerts and Anomalies
Caution
Critical observability gaps were detected in the analyzed run set.
Critical Issues:Warnings:Coverage Summary
access.log)gateway.jsonlorrpc-messages.jsonl)Detailed Run Analysis
Firewall-Enabled Runs
Missing Firewall Logs (access.log)
MCP-Enabled Runs
Missing MCP Telemetry (no gateway.jsonl or rpc-messages.jsonl)
Telemetry Quality Analysis
Firewall Log Quality
access.logentries analyzed: 488Gateway Log Quality
Additional Telemetry Presence
agent-stdio.log: present in 6/8 analyzed runssafe_output.jsonl: present in 0/8 analyzed runsaw_info.json: present in 0/8 analyzed runsawf-config.json: present in 6/8 analyzed runsHealthy Runs Summary
Recommended Actions
access.logfile and fail the observability workflow when none is found.gateway.jsonladoption where possible, but continue treatingrpc-messages.jsonlas the canonical healthy fallback during migration.aw_info.jsonpublication in downloaded artifacts so firewall and MCP enablement can be confirmed from metadata instead of inferred from file layout.Historical Trends
Historical trend data was not available in the downloaded artifact set for this daily run, so this report is limited to the current 7-day sample.
References:
Analysis window: Last 7 days | Runs analyzed: 8
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
ab.chatgpt.comapi.github.com[!TIP]
api.github.comis blocked because GitHub API access uses the built-in GitHub tools by default. Instead of addingapi.github.comtonetwork.allowed, usetools.github.mode: gh-proxyfor direct pre-authenticated GitHub CLI access without requiring network access toapi.github.com:See GitHub Tools for more information on
gh-proxymode.To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
All reactions