Timeseries Panel Type

SigNoz Cloud - This page applies to SigNoz Cloud editions.
Self-Host - This page applies to self-hosted SigNoz editions.

Timeseries Chart

A Timeseries chart is a plot chart that shows trends over time. For example, you can show the memory usage over time, the number of requests over time, etc.

Data Formats

Supported signals

  • Logs
  • Traces
  • Metrics

This panel type supports any time series data. The time series data can be from logs, traces, or metrics.

Examples

The following graph shows the requests per second (req/s) for a service over a period of time in line chart.

Time series chart for req/s over period of time
Line chart for req/s over period of time.

Configuration

Time series configuration options
Time series configuration panel.

Visualization

  • Panel Time Preference — Override the global dashboard time range for this panel. Set to Global Time to use the dashboard's time picker, or choose a fixed time range.
  • Fill Gaps — The Fill Gaps option fills the gaps in the result data with zero. This is useful when you want to interpret the no data as zero. It is more appropriate for when the data is sparse. For example, if the result of a query for 10 minutes is {t1: 12, t3: 21, t5: 42, t7:29}, the Fill Gaps option will result in {t1: 12, t2: 0, t3: 21, t4: 0, t5: 42, t6: 0, t7: 29, t8: 0, t9: 0, t10: 0}.

Chart Appearance

Control how the line itself is drawn:

  • Line style: Solid or Dashed.
  • Line interpolation: Linear, Spline (a smoothed curve), Step before, or Step after.
  • Fill mode: None for a plain line, Solid for a flat fill under the line, or Gradient for a fill that fades out.
  • Show points: Draw a marker at each individual data point in addition to the line. Off by default.
Chart appearance section showing Line style, Line interpolation, Fill mode, Show points, and Disconnect values
Chart appearance, here set to a dashed spline line.

Disconnect values

Use Disconnect values to decide how the line handles gaps in a series, meaning intervals that have no data point:

  • Never: Connect the line across every gap so the series stays continuous. This is the default.
  • Threshold: Disconnect the line when a gap is longer than a duration you set, which keeps genuine outages visible instead of drawing a line over them.

When you switch to Threshold, a Threshold value input appears. It is seeded from the query's step interval rather than a fixed default, so it reflects the resolution the panel actually queries at. The input accepts durations in seconds (s), minutes (m), hours (h), days (d), and weeks (w), including compound values such as 1h30m. It validates as you type and shows an error inline.

Formatting & Units

  • Y Axis Unit — The unit of the y-axis (for example, Milliseconds (ms), Bytes, Percent). The default is None.
  • Decimal Precision — Number of decimal places to display. The default is 2 decimals.

Axes

  • Soft Min / Soft Max — Adjust the y-axis scale for better visualization. When set, the y-axis range uses these values instead of auto-adjusting based on the data. Useful when you want to prevent small values from being magnified too much.
  • Y Axis Scale — Choose between Linear and Logarithmic scale for the y-axis.

Legend

  • Position — Set the legend position (Bottom or Right).
  • Legend Colors — Customize colors for individual series in the legend.

Alerts

Link existing alert rules to this panel or create new alerts directly from the panel configuration.

Add context links to enable click-through navigation from the panel to other dashboards, external URLs, or filtered views. See Interactivity for details.

Thresholds

Thresholds are used to draw a line on the y-axis to highlight the value. The thresholds are defined as a list of tuples. Each tuple contains the value and the color. The color is optional and if not provided, the default color will be used.

Threshold edits stream into the panel preview as you type, so you see the effect on your data before you save. Discarding your changes rolls the panel back to its state from before you started editing, which reverts the live preview as well. Thresholds are preserved when you change the panel's visualization type (for example, from Time Series to Table): their color, value, and unit carry over and are remapped to the new panel type's format.

Thresholds also seed the condition when you create an alert from the panel.

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.

Is this page helpful

Last updatedJuly 29, 2026

Edit on GitHub

Is this page helpful

On this page

Last updatedJuly 29, 2026

Edit on GitHub