[observability] Observability Coverage Report - 2026-05-30 #35821
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Daily Observability Report for AWF Firewall and MCP Gateway. A newer discussion is available at Discussion #36021. |
Beta Was this translation helpful? Give feedback.
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
I sampled 20 runs from the last 7 days. 17 were firewall-enabled and all 17 were missing
access.log, so Squid egress debugging is currently blocked. MCP coverage is healthy: all 20 analyzed runs had telemetry, usingrpc-messages.jsonlas the fallback stream.The MCP sample contained 224 JSON-RPC entries, 80 tool calls, 0 RPC-level errors, and 4 unique servers (
github,safeoutputs,sentry,tavily).Key Alerts and Anomalies
🔴 Critical Issues:
access.logis missing from every firewall-enabled run in the sample.gateway.jsonlwas not observed in this sample; telemetry fell back torpc-messages.jsonl.Coverage Summary
access.log)gateway.jsonlorrpc-messages.jsonl)Detailed Run Analysis
Firewall-Enabled Runs
All firewall-enabled runs were missing
access.log. Breakdown by workflow: Daily Security Red Team Agent x1; Smoke CI x4; Daily News x2; PR Sous Chef x2; PR Code Quality Reviewer x1; Matt Pocock Skills Reviewer x1; Design Decision Gate 🏗️ x1; Test Quality Sentinel x1; Daily Reliability Review x1; Issue Monster x1; Agent Container Smoke Test x1; Changeset Generator x1.Missing Firewall Logs
MCP-Enabled Runs
All 20 analyzed runs had MCP telemetry. Representative sample:
Telemetry Quality Analysis
access.logentries, so allowed/blocked request mix could not be verified.rpc-messages.jsonlwas valid and complete across the sample.Recommended Actions
access.logfor every firewall-enabled run, including successful completions.firewall_enabled=truebutaccess.logis absent.rpc-messages.jsonlas the MCP fallback path and promotegateway.jsonlwhere available for richer timing metrics.Report generated automatically by the Daily Observability Report workflow
Analysis window: Last 7 days | Runs analyzed: 20
References:
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
api.github.comgithub.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.
Beta Was this translation helpful? Give feedback.
All reactions