[observability] Observability Coverage Report - 2026-06-08 #37680
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-09T00:15:33.900Z.
|
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 reviewed 2 representative recent runs that exercise the observability stack. Both sampled runs have the firewall enabled, and both are missing the Squid
access.logartifact, which blocks network-debugging for AWF firewall investigations.MCP telemetry is present and usable in both runs via the canonical fallback:
mcp-logs/rpc-messages.jsonl. Neither run hasgateway.jsonl, but that is not critical because the raw RPC log exists and is well-formed.Key Alerts and Anomalies
Caution
Critical issue:
access.logis missing from both sampled firewall-enabled runs.Note
No critical MCP issue detected.
rpc-messages.jsonlis present in both runs, so MCP telemetry is available even thoughgateway.jsonlis absent.Coverage Summary
access.log)gateway.jsonlorrpc-messages.jsonl)Detailed Run Analysis
Firewall-Enabled Runs
Missing Firewall Logs (
access.log)MCP-Enabled Runs
rpc-messages.jsonlrpc-messages.jsonlTelemetry Quality Analysis
Firewall Log Quality
access.logentries analyzed: 0MCP Gateway Quality
rpc-messages.jsonlagenticworkflows,safeoutputsHealthy Runs Summary
Recommended Actions
access.logexport for firewall-enabled workflows and verify the artifact path is created on every run.access.logis absent.rpc-messages.jsonlas the MCP fallback and addgateway.jsonlonly if the gateway exporter becomes available.References:
Analysis window: last 7 days | Runs analyzed: 2
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