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

Analyze Ingestion Volume in SigNoz

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

This guide walks you through identifying which signal, service, and environment is responsible for your ingestion volume, so you know where to focus before making any changes.

Step 1: Import the Cost Meter Dashboard

Navigate to Dashboards > New Dashboard > Import JSON and import our official template:

Cost Meter Dashboard Template

  1. Set your timeframe (e.g., Last 1 week) to match the time period you are investigating.
  2. Review the breakdown of volumes by signal.
  3. Review the breakdown by service.name and deployment.environment.
  4. Conclusion: e.g., "Traces generated by the payment-worker service in the Production environment is the highest driver."

Step 2: Drill Down with the Ingestion Analysis Dashboard

For a granular breakdown of ingestion by individual metric names, span operation names, and log severities, import the Ingestion Analysis Dashboard.

This dashboard provides more granularity than the Cost Meter Dashboard. For example, it identifies which specific span operation or metric name within a service is responsible for the volume.

Historical Analysis via Explorers

If the Ingestion Analysis Dashboard does not cover the time window you need, use native Explorers. Pick the option below matching the signal you're investigating.

Option A: Historical Logs

Navigate to Logs and swap to the Table tab. If the Cost Meter Dashboard identified a specific service, filter by service.name and deployment.environment. Group by severity_text over your target timeframe to see if DEBUG or INFO lines are dominating the output.

Logs Explorer grouped by severity_text showing log count per severity level
Logs Explorer: group by severity_text to identify which log levels dominate volume

Option B: Historical Traces

Navigate to Traces > Trace Explorer and swap to the Table tab. Filter by your target environment/service, group by name (the span's operation name), and sort by total count. This reveals which span operations are generating the highest volume.

Trace Explorer table view grouped by span operation name showing count per operation
Trace Explorer: group by name and sort by count to find the highest-volume span operations

Option C: Historical Metrics

Navigate to Metrics > Metrics Explorer. The list view shows all ingested metrics with their sample count and time series count.

  1. Set the aggregate to Samples and select your target time window.
  2. Sort by sample count. This shows which metric names are consuming the most samples and by how much.
Metrics Explorer list view sorted by sample count
Metrics Explorer: sort by sample count to identify the highest-volume metrics

Next Steps

Once you have identified the highest-volume metric, trace route, or log stream driving the noise, proceed directly to the matching execution guide:

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 updatedAugust 14, 2026

Edit on GitHub