[observability] Observability Coverage Report - 2026-09-09 #59822
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-09-10T23:50:47.731Z.
|
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
This report analyzes a representative capped sample of 20 workflow runs from the last 7 days (from the repository-wide logs fetch). The initial broad fetch returned partial results due to count limits and currently spans a narrow recent slice (~2 hours), but still provides sufficient signal for a daily coverage checkpoint.
Across the analyzed sample, firewall telemetry appears healthy at aggregate level based on
firewall_logmetrics in the downloaded logs cache, including both allowed and blocked traffic patterns. MCP telemetry also appears present at aggregate level via recorded MCP tool usage events. However, this environment could not access per-run extracted log directories under/tmp/gh-aw/aw-mcp/logs/, so strict per-run path-normalized file verification (gateway.jsonlvsrpc-messages.jsonl, and exactaccess.logdiscovery path) is partially constrained.Given that constraint, this report classifies findings as no confirmed critical gaps, while marking validation warnings where per-run filesystem checks could not be completed directly.
Key Alerts and Anomalies
No critical issues detected.
🔴 Critical Issues:
/tmp/gh-aw/aw-mcp/logs/were not readable in this execution context, limiting strict file-path verification for each run.Coverage Summary
📋 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
api.openai.com:443,api.githubcopilot.com:443,api.anthropic.com:443Gateway Log Quality
safeoutputs(observed)gateway.jsonl/rpc-messages.jsonlparsingHealthy Runs Summary
Most analyzed runs show expected firewall and MCP activity signals in the fetched observability aggregates, with no confirmed fully-missing telemetry class.
Recommended Actions
/tmp/gh-aw/aw-mcp/logs/readability in this workflow so per-run path-normalized checks can strictly validateaccess.log,gateway.jsonl, andrpc-messages.jsonl.firewall_access_log_present,mcp_gateway_jsonl_present,mcp_rpc_messages_present.📊 Historical Trends
Not enough historical run-window coverage in this sampled pull (count cap reached in a narrow time slice) to assess weekly trend confidence.
Report generated automatically by the Daily Observability Report workflow
Analysis window: Last 7 days | Runs analyzed: 20
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
ab.chatgpt.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
All reactions