{"slug": "noz-signoz-s-ai-teammate-for-observability", "title": "Noz: SigNoz's AI Teammate for Observability", "summary": "SigNoz launched Noz, an AI teammate integrated into its observability platform, allowing users to investigate traces, logs, and metrics using natural language. Noz acts as an agent to diagnose issues, identify root causes, and suggest or execute actions like creating dashboards or alerts, all without requiring query syntax.", "body_md": "Noz is SigNoz's AI teammate, built into the SigNoz UI. Ask about your traces, logs, metrics, dashboards, alerts, and infrastructure in plain English, and Noz investigates across your telemetry and replies with answers grounded in your real data. It works through a problem step by step, points to the likely root cause, and suggests a next action, without you writing queries or leaving SigNoz. Noz can also take that next step for you, like creating a dashboard, setting up an alert, or saving a view.\n\nOpen Noz\n\nClick **Noz** in the top-right of the SigNoz header from any page. Noz opens as a side panel next to your current view, so you can keep your dashboard, trace, or logs list in context while you ask.\n\nThe panel header gives you a few controls:\n\n**Recent conversations**: jump back into an earlier conversation.** New conversation**: start a fresh thread.** Expand**: open Noz full screen, with a searchable conversation list on the left and more room to read long answers.** Close**: dismiss the panel.\n\nAsk your first question\n\nA new conversation opens with starter prompts so you don't have to think of one. Click any of them to run it instantly:\n\n*Show me the top errors in the last hour**What services have the highest latency?** Give me an overview of system health**Find slow database queries** Which endpoints have the most 5xx errors?*\n\nOr type your own question in the **Ask anything** box (use `Shift+Enter`\n\nfor a new line) or use voice input, then send it. Noz investigates and responds.\n\nYou don't need to know query syntax, exact service names, or metric names. Ask the way you'd ask a teammate, for example *\"why is checkout slow this afternoon?\"*. The more specific you are about the symptom, service, or time window, the more targeted Noz's answer is.\n\nAdd context\n\nUse **Add Context** below the input to point Noz at a specific entity before you ask. You can attach:\n\n**Dashboards**: ask Noz to explain or diagnose a specific dashboard.** Alerts**: ask why an alert is firing, or whether it is noisy.** Services**: focus the investigation on a single service.\n\nAdding context narrows Noz's scope so its answer covers only the dashboard, alert, or service you care about.\n\nUnderstand and act on an answer\n\nNoz doesn't just give you a conclusion. It shows the steps it took to get there and usually offers one-click follow-ups, so you can trust what you're seeing and keep moving without breaking flow. Expand the section below to see how Noz works through a problem and what it lets you do next.\n\nHow Noz investigates\n\n[How Noz investigates](#how-noz-investigates)\n\nNoz works as an agent: it runs multiple steps against your data, then reasons over the results. On answers that required investigation, expand **Worked through N steps** to see the trace. For example: *think → decide what to query → run builder queries across traces, logs, and metrics → pull representative traces or logs → reason to a conclusion*.\n\nBecause every step runs against your live telemetry, Noz tailors each answer to your environment.\n\nExample: investigating what changed after a deploy\n\nYou:Errors on the checkout service jumped after the latest deploy. What changed?\n\nNoz traces a failing request end to end, identifies which dependency is returning errors, and checks whether the failures line up with the new release, then reports back something like:\n\nCheckout's\n\n`POST /checkout`\n\nis returning502s, and they're sustained across the window, all on`v2.0.0`\n\n. The trigger is downstream, not checkout itself:\n\nThe failure is in one dependency.The outbound`external_api_call`\n\nto`external-svc`\n\ngets an HTTP 500 from`https://httpbin.org/status/500`\n\n;`POST /checkout`\n\nthen surfaces it to the caller as a 502.Checkout isn't broken.It's faithfully propagating a downstream 500 as a 502.The errors are concentrated inThe other three dependencies in the checkout path are clean.`external-svc`\n\n.Worth confirming whether the\n\n`v2.0.0`\n\nrelease pointed checkout at that`external-svc`\n\nendpoint (or changed how its 500s are handled), since that's the only failing leg.\n\nIt then points to the likely cause and offers **Suggested Actions** (here, *Check external-svc*, *Alert on 5xx*, and *Confirm regression*) to keep investigating.\n\nSuggested actions and follow-ups\n\nAfter most answers, Noz shows **Suggested Actions**, one-click follow-ups tailored to the result (for example, *Pull failing traces*, *Compare to the previous deploy*, or *Adjust the alert threshold*). They save you from typing the obvious next question and keep the investigation moving. When a suggested fix would change your configuration, Noz asks for confirmation first (\"Want me to do that?\"), so you stay in control of any change.\n\nManage your conversations\n\nEvery conversation is saved, so an investigation you started this morning is still there when you come back to it.\n\n**Pick up where you left off.** Open**Recent conversations** in the panel header to reopen a thread, or hit**Expand** for the full-screen view, where conversations are grouped by recency (**Today**,** Last 30 days**) with an** Archived**section.** Find a past investigation.**Use** Search**in the full-screen view to pull up an old conversation by what you asked.** Keep your list focused.**Start a** new conversation**for an unrelated question so each thread stays on one topic, and** archive**the ones you're done with.\n\nOn any answer you can **copy** it to drop into a ticket or share with your team, **regenerate** it for another pass, and use **thumbs up / thumbs down** to flag when an answer was helpful or off. Your feedback trains Noz to give better answers over time.\n\nNoz vs. the SigNoz MCP Server\n\nNoz and the [SigNoz MCP Server](https://signoz.io/docs/ai/signoz-mcp-server/) are two ways to bring AI to your observability data:\n\n**Noz** is the AI teammate inside the SigNoz UI. Reach for it when you are already in SigNoz and want to explore data, understand a dashboard, or triage an incident without writing queries. It can also build a dashboard, alert, or view for you on the spot.**The SigNoz MCP Server** connects external coding agents (Claude Code, Cursor, and others) to SigNoz, so you can query telemetry and create dashboards, alerts, and views from your IDE or terminal, right alongside your code.\n\nBoth are grounded in the same unified telemetry. Use whichever fits where you are working.\n\nNext steps\n\n[AI Use Cases](https://signoz.io/docs/ai/use-cases/)\n\nReal-world workflows you can run with Noz and the SigNoz MCP Server.\n\n[SigNoz MCP Server](https://signoz.io/docs/ai/signoz-mcp-server/)\n\nConnect Claude, Cursor, and other coding agents to your SigNoz data.\n\nIf you need help with the steps in this topic, please reach out to us on [SigNoz Community Slack](https://signoz.io/slack/).\n\nIf you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at [cloud-support@signoz.io](mailto:cloud-support@signoz.io).", "url": "https://wpnews.pro/news/noz-signoz-s-ai-teammate-for-observability", "canonical_source": "https://signoz.io/docs/ai/noz", "published_at": "2026-06-16 00:00:00+00:00", "updated_at": "2026-06-16 17:50:32.927861+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-agents", "ai-tools", "ai-products", "developer-tools"], "entities": ["SigNoz", "Noz"], "alternates": {"html": "https://wpnews.pro/news/noz-signoz-s-ai-teammate-for-observability", "markdown": "https://wpnews.pro/news/noz-signoz-s-ai-teammate-for-observability.md", "text": "https://wpnews.pro/news/noz-signoz-s-ai-teammate-for-observability.txt", "jsonld": "https://wpnews.pro/news/noz-signoz-s-ai-teammate-for-observability.jsonld"}}