Skip to content

Docs/telemetry mcp tools - #48417

Draft
smeubank wants to merge 14 commits into
masterfrom
docs/telemetry-mcp-tools
Draft

Docs/telemetry mcp tools#48417
smeubank wants to merge 14 commits into
masterfrom
docs/telemetry-mcp-tools

Conversation

@smeubank

@smeubank smeubank commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

I have read the CONTRIBUTING.md file.

YES

What kind of change does this PR introduce?

docs update

What is the current behavior?

the PR will be merged to this one: #48243

once these 2 are merged:

What is the new behavior?

  • documents agent related features that will be useful for the skill we will be shipping

Additional context

Add any other context or screenshots.

Summary by CodeRabbit

  • Documentation
    • Renamed the Telemetry section to Monitoring and Debugging.
    • Reorganized documentation into dedicated Debugging and Monitoring sections.
    • Added troubleshooting guidance for isolating issues and finding product-specific resources.
    • Added curated listings for monitoring and debugging guides.
    • Improved log documentation with links to debugging guidance and advanced filtering tips.

smeubank and others added 14 commits July 23, 2026 13:10
…overview

Renames the section title from "Telemetry" to "Monitoring and Debugging" in
nav constants. Replaces the 14-line placeholder overview with a proper entry
point: signal-type table, debugging quickstart, log querying intro, log drains,
AI agent / MCP callout, and automated monitoring note.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- telemetry.mdx: adds "Start here" decision tree, docs-first architecture note
  in the AI agents section, and expanded chaos-o11y mention
- debugging.mdx: adds MCP tip admonition at the top; adds "For AI agents"
  section at the bottom describing the get_logs-first workflow
- logs.mdx: adds debugging guide back-link at the top; adds advanced-log-
  filtering cross-link at the end of best practices

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Overview is now a clean navigation page — three ContentListing panels
(Debugging / Monitoring / AI & automation) with no how-to content.
Detail pages carry the explanatory content; the overview routes to them.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
addressing some feedback
display as grid and ensure they display equally in each section with only 2 columns
Co-authored-by: Jeremias Menichelli <jmenichelli@gmail.com>
Co-authored-by: Jeremias Menichelli <jmenichelli@gmail.com>
…s split

this committ assume we will have merged or should be merged to gether with cahnges on skills and MCP

- supabase/agent-skills#112
- supabase/mcp#333

 query_logs (hosted only, ClickHouse SQL) is now the preferred tool for
  production projects; get_logs remains the only option for local and
  self-hosted. Updates the MCP tools table, log-querying section, and skill
  step 3 in ai-agents.mdx, and the tip admonition in debugging.mdx.
  logs.mdx already had this right at line 321.
Removes content that depends on supabase/agent-skills#112 and
supabase/mcp#341 before those PRs have merged:
- Delete ai-agents.mdx (new page documenting query_logs / get_logs / skill)
- Remove MCP tip admonition from debugging.mdx
- Remove telemetry-ai ContentListings panel from overview
- Remove telemetryAI export from telemetry.data.ts
- Remove telemetryAI from content-listings index
- Remove "AI & automation" nav group from NavigationMenu.constants.ts

These changes move to docs/telemetry-mcp-tools which targets this branch
as its base and will not merge until the two external PRs land.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
These changes have been removed from the docs PR, which are dependent on changes to the skills and MCP repo,

Free those changes to be merged, Do not merge these until the others are in
@smeubank
smeubank requested a review from a team as a code owner July 28, 2026 20:17
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment, Open in v0 Jul 28, 2026 8:17pm
6 Skipped Deployments
Project Deployment Actions Updated (UTC)
studio Ignored Ignored Jul 28, 2026 8:17pm
design-system Skipped Skipped Jul 28, 2026 8:17pm
studio-self-hosted Skipped Skipped Jul 28, 2026 8:17pm
studio-staging Skipped Skipped Jul 28, 2026 8:17pm
ui-library Skipped Skipped Jul 28, 2026 8:17pm
zone-www-dot-com Skipped Skipped Open in v0 Jul 28, 2026 8:17pm

Request Review

@supabase

supabase Bot commented Jul 28, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 28, 2026
@smeubank
smeubank marked this pull request as draft July 28, 2026 20:18
@smeubank smeubank added the do-not-merge Not ready to be merged yet; pending other dependencies label Jul 28, 2026
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: ba4578d6-0f4e-443b-aa76-5e4739be4322

📥 Commits

Reviewing files that changed from the base of the PR and between 944b41c and cca4316.

📒 Files selected for processing (6)
  • apps/docs/components/Navigation/NavigationMenu/NavigationMenu.constants.ts
  • apps/docs/content/guides/telemetry.mdx
  • apps/docs/content/guides/telemetry/debugging.mdx
  • apps/docs/content/guides/telemetry/logs.mdx
  • apps/docs/data/content-listings/index.ts
  • apps/docs/data/content-listings/telemetry.data.ts

📝 Walkthrough

Walkthrough

Telemetry documentation is renamed to “Monitoring and Debugging,” with new debugging and monitoring content listings, reorganized navigation, updated debugging and logs guides, and revised landing-page content.

Changes

Monitoring and Debugging documentation

Layer / File(s) Summary
Telemetry content listing definitions and registration
apps/docs/data/content-listings/telemetry.data.ts, apps/docs/data/content-listings/index.ts
Adds debugging and monitoring listing groups and registers them in CONTENT_LISTINGS.
Monitoring and debugging guide content
apps/docs/content/guides/telemetry.mdx, apps/docs/content/guides/telemetry/debugging.mdx, apps/docs/content/guides/telemetry/logs.mdx
Updates the landing page, debugging workflow, product-specific debugging links, log guidance, and section anchors.
Navigation structure update
apps/docs/components/Navigation/NavigationMenu/NavigationMenu.constants.ts
Renames the telemetry navigation section and reorganizes it into Debugging and Monitoring groups.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Possibly related PRs

Suggested reviewers: jeremenichelli

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is brief and matches the docs/telemetry and MCP tooling focus of the PR, though it is a bit broad.
Description check ✅ Passed The description matches the required template and includes the key sections, with only brief detail in the behavior fields.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/telemetry-mcp-tools

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge Not ready to be merged yet; pending other dependencies documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant