[observability] Observability Coverage Report - 2026-06-15 #39297
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 #39469. |
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
The sampled runs show strong observability coverage for the two components under review. The firewall-enabled run has a populated Squid
access.log, and the MCP-enabled run has canonical telemetry viarpc-messages.jsonl, so there is no critical logging gap blocking debugging.Coverage is complete for the observed firewall and MCP cases in this sample, but the firewall log is only showing allowed egress in the analyzed run. That means the proxy path is visible, but we do not have a blocked-request example in this window to exercise the denial path.
Key Alerts and Anomalies
Note
No critical issues detected.
Warning
The firewall-enabled run recorded 41 allowed requests and 0 blocked requests, so the denial path was not exercised in this sample.
Coverage Summary
access.log)gateway.jsonlorrpc-messages.jsonl)Detailed Run Analysis
Firewall-Enabled Runs
Missing Firewall Logs (
access.log)None in the analyzed firewall-enabled sample.
MCP-Enabled Runs
rpc-messages.jsonlMissing MCP Telemetry
None in the analyzed MCP-enabled sample.
Telemetry Quality Analysis
Firewall Log Quality
access.logentries analyzed: 136api.anthropic.com:443)CONNECT 200 TCP_TUNNELrecordsGateway Log Quality
rpc-messages.jsonlfallbacksafeoutputs)Healthy Runs Summary
27515981947captured both firewall and MCP telemetry with usable detail for debugging.27516331431,27516314038, and27516295396had no firewall/MCP artifacts in the fetched sample and are treated as N/A for this audit.Recommended Actions
access.logcollection enabled for firewall runs, since it is present and usable here.rpc-messages.jsonlwhengateway.jsonlis unavailable, since it provides sufficient MCP telemetry for debugging.References:
Report generated automatically by the Daily Observability Report workflow
Analysis window: Last 7 days | Runs analyzed: 4
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