{"slug": "find-where-latency-is-going-with-noz", "title": "Find Where Latency Is Going with Noz", "summary": "SigNoz released a new AI-powered feature called Noz that helps developers quickly identify the root cause of latency spikes by analyzing traces and decomposing them span by span. The tool allows users to ask natural language questions about endpoint slowdowns and automatically surfaces the bottleneck span or downstream dependency with suggested actions.", "body_md": "One endpoint got slow this afternoon and the rest of the service looks fine. Instead of opening the Traces view and sorting by duration yourself, you ask Noz to find where the time goes.\n\nPrerequisites\n\n- A\n[SigNoz Cloud](https://signoz.io/teams/)account with[Noz](https://signoz.io/docs/ai/noz/)available. - A service sending traces to SigNoz.\n\nStep 1: Ask where the time goes\n\nOpen **Noz** from the top-right header and describe the slowdown:\n\n```\nThe /checkout endpoint got slow this afternoon. Where is the time going?\n```\n\nNoz checks the endpoint's latency over the window, reports the p99 against its baseline, and tells you whether the time is spent in your own code or waiting on a downstream call.\n\nStep 2: Break it down to the bottleneck span\n\nUse **Add Context → Services** to attach the service, then go to the span level:\n\n```\nFind the slowest trace for this endpoint and tell me which span or downstream dependency owns most of the time.\n```\n\nNoz pulls a representative slow trace, decomposes it span by span, and attributes the latency to a specific operation or dependency, with **Suggested Actions** to keep going, such as pulling more traces for that operation or checking the dependency's own latency.\n\nTips\n\n**Ask for the tail, not the average.** Request p99 or p95 so a few slow requests don't hide behind a healthy median.**Follow the dependency.** If the time is in a downstream call, ask Noz to look at that service next.\n\nUnder the Hood\n\n[Under the Hood](#under-the-hood)\n\nTo answer, Noz works through several agentic steps, visible under **Worked through N steps**:\n\n| Step | What It Did |\n|---|---|\n| Ran builder query | Ranked the service's operations by p99 latency over the window |\n| Searched traces | Pulled the slowest traces for the endpoint |\n| Reasoned | Decomposed a trace by span and attributed the time to a span or dependency |\n\nNext Steps\n\n[Investigate What Changed After a Deploy with Noz](https://signoz.io/docs/ai/use-cases/noz-incident-triage/)- When the slowdown started after a release.[Latency Spike Explainer](https://signoz.io/docs/ai/use-cases/latency-spike-explainer/)- Run the same breakdown from your coding agent.\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/find-where-latency-is-going-with-noz", "canonical_source": "https://signoz.io/docs/ai/use-cases/noz-latency-bottleneck", "published_at": "2026-06-14 00:00:00+00:00", "updated_at": "2026-06-16 17:50:51.066197+00:00", "lang": "en", "topics": ["ai-tools", "developer-tools"], "entities": ["SigNoz", "Noz"], "alternates": {"html": "https://wpnews.pro/news/find-where-latency-is-going-with-noz", "markdown": "https://wpnews.pro/news/find-where-latency-is-going-with-noz.md", "text": "https://wpnews.pro/news/find-where-latency-is-going-with-noz.txt", "jsonld": "https://wpnews.pro/news/find-where-latency-is-going-with-noz.jsonld"}}