SigNoz Cloud - This page is relevant for SigNoz Cloud editions.
Self-Host - This page is relevant for self-hosted SigNoz editions.

Application Details

RED stands for Rate, Errors, and Duration — the three golden signals for monitoring request-driven services. Together, they tell you how much traffic a service handles, how often it fails, and how long requests take.

The RED metrics help you spot performance bottlenecks or failures across all your applications. For example, if the error rate of an application increases, you can assume that these errors will impact the experience of your customers. Once you've identified a potential issue, select a row from the Services page to open the application details page.

The application details page has three tabs:

  • Overview — latency, rate, error percentage, Apdex, and key operations
  • DB Call Metrics — database call latency and throughput
  • External Metrics — outbound HTTP/gRPC call metrics
Application details page showing Latency, Rate, Apdex, and Key Operations
Application Details — Overview

Application Metrics

The Overview tab displays five metric panels in a dashboard grid:

Latency
Shows P50, P90, and P99 latency percentiles for the selected time range. Use this to understand typical vs worst-case response times.

Rate (ops/s)
Shows the number of operations (requests) per second your application serves over time.

Error Percentage
Shows the percentage of operations that returned errors over time.

Apdex
Application Performance Index (Apdex) scores user satisfaction from 0 (least satisfied) to 1 (most satisfied) based on a configurable latency threshold. The current threshold is displayed next to the chart title (default: 0.5). Click Settings in the top-right corner to change it.

Key Operations
Lists the top operations for your service with P50, P95, P99 latency, number of calls, and error rate. Click any operation to drill into its traces.

The Entry Point Spans toggle filters the Key Operations table to show only spans where the serviceName changes — i.e., the first span when a request enters this service from any upstream service. Switching it on hides internal downstream spans and gives you a concise, high-level view of how external traffic is behaving.

Key Operations table with Entry Point Spans toggle enabled
Key Operations — Entry Point Spans toggle filters to service entry-point spans only

View Magnified Graphs

To magnify any metric graph, click the three-dot menu () in the top-right corner of the chart and select View. This opens an expanded view of the graph for easier analysis.

Magnified graph view opened via the 3-dot menu on a metric chart
Click the 3-dot menu → View to open a magnified graph

Filter Series

Inside the magnified graph, use the Filter Series search bar to locate specific labels and include or exclude them. For example, searching p9 in the latency graph shows only p90 and p99 series. Click Save to persist any changes.

Filter Series search bar inside a magnified metric graph
Filter Series — narrow the displayed series in a metric graph

Next Steps

  • Database Calls — explore database call latency and throughput broken down by operation. See Database Calls.
  • External Calls — see outbound HTTP/gRPC call metrics from your service. See External Calls.
  • Traces — drill into individual traces for this service from the Trace Explorer.
  • Pre-built Dashboard — import the APM Metrics Dashboard for a ready-made view of application performance metrics.
APM Metrics Dashboard showing latency, error rate, and request rate
APM Metrics Dashboard

Get Help

If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack.

If 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.

Last updated: May 12, 2026

Edit on GitHub

Was this page helpful?

Your response helps us improve this page.

On this page

Is this page helpful?

Your response helps us improve this page.