Skip to content

Signals tab

The Signals tab in the spans query results panel surfaces the RED signals—Rate, Errors, and Duration—for the active query and time range. Inside Signals you pick between two layouts:

  • Outliers (default) — overlays latency percentiles, span counts, and individual span samples on a single chart, so error spikes, latency regressions, and traffic shifts line up on the same time axis.
  • RED metrics — renders Rate, Errors, and Duration as three side-by-side charts, each with its own configuration.

Signals tab

Use Signals to spot trends before drilling into individual spans—a spike in errors or a latency shift is often visible in the charts before it's reported as an incident.

Open the Signals tab

In Explore, run a query against the spans dataset, then select Signals in the query results panel—next to Overview, Spans, Traces, Flows, and Highlights. The tab is only available when the active dataset is spans.

Inside Signals, a button group at the top of the tab toggles between Outliers (default) and RED metrics. Coralogix remembers the last sub-view you selected—leaving Signals for another tab and coming back restores your choice instead of resetting to Outliers.

Outliers

The Outliers chart gives you a unified view of span performance across three signal types simultaneously.

What it shows

  • Lines — latency trends over time. Four percentile series: P99.9 Latency (orange), P99 Latency (yellow), P95 Latency (cyan), and Avg Latency (blue).
  • Dots — individual span samples plotted by duration. Green dots represent successful spans, red dots indicate error spans.
  • Bars — span count per time bucket, scaled to the right Y-axis.

The legend at the bottom of the chart lists all active series: P99.9 Latency, P99 Latency, P95 Latency, Avg Latency, Error Count, Spans, and Error spans. Select any series in the legend to toggle it on or off.

Outliers sub-view in the Signals tab

Y-axes

  • Left axis: Duration on a logarithmic scale (10μs → 10s).
  • Right axis: Count on a linear scale, tracking the Spans and Error Count series.

How to use it

  • Hover any point to see exact latency values (P99.9, P99, P95, Avg) and error count for that timestamp.
  • Select any data point to open the trace drilldown for that specific span—with full context and related data.
  • Drag across a time window to zoom in and focus on a specific period.
  • Toggle specific metrics on or off from the legend at the bottom of the chart.

Why use it

Instead of switching between separate graphs for latency, errors, and traffic, Outliers surfaces all three signals in one place—making it immediately visible when error spikes correlate with latency regressions, without any manual cross-referencing.

RED metrics

The RED charts render from the active query and time range and stay in sync with the query builder—grouping and aggregation changes in the builder apply to all three charts at once.
MetricMeaning
RateSpan rate over time. In the Traces tab, this is the trace count per time bucket.
ErrorsCount or rate of error spans over time.
DurationAggregated latency over time. Default aggregation is Avg. Available aggregations: Avg, Min, Max, Median, p75, p90, p99.

RED metrics sub-view in the Signals tab

Per-graph configuration

Group by and Aggregation are set at the query level using the chips at the top of Explore. They apply to all three RED charts and to the Outliers chart at once.

Each chart also has its own configuration panel for how the data is rendered. Open the edit icon on a chart header to access:
SettingOptions
VisualisationVertical bar, Line chart, or Area chart. Line chart is the default.
ScaleLinear (default) or Logarithmic.
Time bucketAuto, or a custom interval.

The Duration chart additionally exposes an aggregation switcher in its header—select between Average (default), Min, Max, Median, P75, P90, and P99 to change how span durations are aggregated.

Chart interactions

  • Hover to see the grouped value, aggregated result, and selected time range in a tooltip.
  • Drag across a time window to zoom all charts in the active sub-view simultaneously. Zooming updates the time range picker, so the entire query reflects the new window.
  • Scroll or pinch to zoom into a specific interval on a focused chart.

Chart action menu

Select any data point to open the chart action menu.
ActionWhat it does
Filter raw spansOpens the Spans tab filtered to the selected value, so you can inspect the underlying spans.
Drilldown spansOpens the span drilldown on a representative span for the selected data point. Always available. The selected span follows the aggregation type—see Drilldown span selection.
Include in queryAdds the selected value as an include filter.
Exclude from queryAdds the selected value as an exclude filter.
Copy valueCopies the selected value.
Copy keyCopies the field name for the selected data point.
Copy queryCopies the full query used to generate the chart. Use this to replicate the query in DataPrime or share it with a teammate.

Drilldown span selection

Drilldown spans is available from both Outliers and RED metrics, and from the custom chart that renders when a custom aggregation is active. When you click a data point, Coralogix selects the most representative span for that aggregation type, so the span you see in the drilldown is always contextually relevant to what you were analyzing. Selecting a data point opens the span drilldown with full context preserved:

  • The drilldown respects the selected timeframe and the active Group by field or tag.
  • It works across the Dependencies, Gantt, and Flame views—state is cached locally as you switch views, so you don't lose context.
  • The drilldown auto-focuses on the first span within the selected timeframe and group, chosen by the chart's aggregation:
AggregationSpan selectedBest for
Min DurationFastest spanOptimizations and baselines.
Max DurationSlowest spanDebugging slowness.
Average DurationSpan closest to the meanUnderstanding normal flow.
P9999th percentile spanTail latency, SLA breaches.
P9595th percentile spanCommon SLA targets.
P50Median spanRepresentative sample.
CountFirst span from the API responseQuick exploration.
Error CountFirst error span from the API responseError investigation.

Per-chart actions

Every chart in Outliers and RED metrics carries the same set of header controls:
ActionWhere to find itWhat it does
Graph configurationPencil icon on the chart headerOpens the per-chart configuration panel—see Per-graph configuration.
Focus / Exit focusExpand arrow on the chart headerExpands a single chart and hides the others. Select the icon again to return to the side-by-side layout.
Legend SettingsKebab menu () on the chart headerChanges the legend position—see Legend.
Copy Graph imageKebab menu () on the chart headerCopies the current chart as an image to the clipboard.
Export Graph as PNGKebab menu () on the chart headerDownloads the current chart as a PNG file.

In RED metrics, the Duration chart additionally exposes an aggregation switcher next to its title—see Per-graph configuration.

Legend

The legend shows the top series and their running metric values. From the more actions menu on any chart, choose Legend settings to change the layout.
SettingOptions
Legend positionSide (default), Bottom, Hide.
Legend columnsAny combination of Last, Min, Max, Avg, Total.

Select a legend value to focus the chart on that series. The other series are hidden and the Y-axis re-scales to the selected series; a Reset link appears in the chart to restore all series.

Next steps

Refine your results with error filters, duration filters, and groupings in Query builder for spans.