For the complete documentation index, see llms.txt. Markdown versions are available by appending .md to documentation URLs.

Metrics Management FAQs

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

Q. How to view metrics?

You can explore all ingested metrics in the Metrics Explorer. Or you can also Add a panel in a Dashboard to view the metrics in dropdown.

Why I can't see my metric 'x'?

First look for the metric in Metrics Explorer.

  • If the metric is present, the filter or the time range in your panel is wrong. Correct the filter, then widen the time range.
  • If the metric is not present, widen the time range in Metrics Explorer and look again.
  • If the metric is absent even for a wide time range, SigNoz received no data points for it. Make sure that your SDK or collector exports the metric, as described in the send metrics guides. Then look for the metric in Metrics Explorer again.

Mixed temporality:

A Counter metric can send all cumulative points, all delta points, or both together. Both appear together after you switch the temporality, and also when different time series of the same metric use different temporality. The Query Builder queries all three cases, so your older cumulative data stays queryable after a switch. PromQL does not read delta series, so move PromQL panels and alerts on that metric to the Query Builder first.

Metrics Explorer shows one temporality in the metric details, even when the metric carries both. This affects the display only, not your query results.

For more information about metric temporality, see Metric Types and Aggregation.

Is this page helpful

Last updatedAugust 10, 2026

Edit on GitHub

Is this page helpful

On this page

Last updatedAugust 10, 2026

Edit on GitHub